mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Add fun emoji animations when selecting boost level.
This commit is contained in:
committed by
Greyson Parrelli
parent
5bb48caafd
commit
614d6ce04b
@@ -98,6 +98,18 @@ public final class Projection {
|
||||
}
|
||||
}
|
||||
|
||||
@Override public String toString() {
|
||||
return "Projection{" +
|
||||
"x=" + x +
|
||||
", y=" + y +
|
||||
", width=" + width +
|
||||
", height=" + height +
|
||||
", corners=" + corners +
|
||||
", path=" + path +
|
||||
", rect=" + rect +
|
||||
'}';
|
||||
}
|
||||
|
||||
public @NonNull Projection translateX(float xTranslation) {
|
||||
return set(x + xTranslation, y, width, height, corners);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user