Home
last modified time | relevance | path

Searched refs:ADAPTIVE_ICON_WINDOW_ANIM (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/config/
DFeatureFlags.java87 public static final BooleanFlag ADAPTIVE_ICON_WINDOW_ANIM = getDebugFlag( field in FeatureFlags
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java21 import static com.android.launcher3.config.FeatureFlags.ADAPTIVE_ICON_WINDOW_ANIM;
278 boolean supportsAdaptiveIcons = ADAPTIVE_ICON_WINDOW_ANIM.get() in getIconResult()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java203 && FeatureFlags.ADAPTIVE_ICON_WINDOW_ANIM.get(); in supportsAdaptiveIconAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java28 import static com.android.launcher3.config.FeatureFlags.ADAPTIVE_ICON_WINDOW_ANIM;
2916 if (ADAPTIVE_ICON_WINDOW_ANIM.get()) { in getFirstMatchForAppClose()