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.java5 import static com.android.launcher3.CellLayout.SPRING_LOADED_PROGRESS;
703 ObjectAnimator.ofFloat(cellLayout, SPRING_LOADED_PROGRESS,
706 ObjectAnimator.ofFloat(pairedCellLayout, SPRING_LOADED_PROGRESS,
DWorkspaceStateTransitionAnimation.java245 CellLayout.SPRING_LOADED_PROGRESS, springLoadedProgress, ZOOM_OUT); in applyChildState()
DCellLayout.java216 public static final FloatProperty<CellLayout> SPRING_LOADED_PROGRESS = field in CellLayout