Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAlphaUpdateListener.java30 public static final float ALPHA_CUTOFF_THRESHOLD = 0.01f; field in AlphaUpdateListener
55 if (view.getAlpha() < ALPHA_CUTOFF_THRESHOLD && view.getVisibility() != View.INVISIBLE) { in updateVisibility()
57 } else if (view.getAlpha() > ALPHA_CUTOFF_THRESHOLD in updateVisibility()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonQuickSwitchTouchController.java24 import static com.android.launcher3.anim.AlphaUpdateListener.ALPHA_CUTOFF_THRESHOLD;
287 <= 1 - ALPHA_CUTOFF_THRESHOLD; in onDrag()