Home
last modified time | relevance | path

Searched refs:ALPHA_INDEX_LAUNCHER_LOAD (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java68 public static final int ALPHA_INDEX_LAUNCHER_LOAD = 1; field in DragLayer
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java44 import static com.android.launcher3.dragndrop.DragLayer.ALPHA_INDEX_LAUNCHER_LOAD;
498 mDragLayer.getAlphaProperty(ALPHA_INDEX_LAUNCHER_LOAD).setValue(0); in onCreate()
2626 AlphaProperty property = mDragLayer.getAlphaProperty(ALPHA_INDEX_LAUNCHER_LOAD); in onInitialBindComplete()