Searched refs:distanceToMove (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | WidgetsBottomSheet.java | 282 float distanceToMove, Interpolator interpolator, PendingAnimation target) { in addHintCloseAnim() argument 283 target.setInt(this, PADDING_BOTTOM, (int) (distanceToMove + mInsets.bottom), interpolator); in addHintCloseAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AbstractFloatingView.java | 150 float distanceToMove, Interpolator interpolator, PendingAnimation target) { } in addHintCloseAnim() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsFullSheet.java | 620 float distanceToMove, Interpolator interpolator, PendingAnimation target) { in addHintCloseAnim() argument 621 target.setFloat(getRecyclerView(), VIEW_TRANSLATE_Y, -distanceToMove, interpolator); in addHintCloseAnim()
|