Home
last modified time | relevance | path

Searched refs:SPRING_LOADED_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java3 import static com.android.launcher3.CellLayout.SPRING_LOADED_PROGRESS;
766 ObjectAnimator.ofFloat(cellLayout, SPRING_LOADED_PROGRESS,
769 ObjectAnimator.ofFloat(pairedCellLayout, SPRING_LOADED_PROGRESS,
DWorkspaceStateTransitionAnimation.java227 CellLayout.SPRING_LOADED_PROGRESS, springLoadedProgress, ZOOM_OUT); in applyChildState()
DCellLayout.java211 public static final FloatProperty<CellLayout> SPRING_LOADED_PROGRESS = field in CellLayout