Searched refs:HOTSEAT_ICONS (Results 1 – 7 of 7) sorted by relevance
21 import static com.android.launcher3.LauncherState.HOTSEAT_ICONS;48 mStableScrimmedView = (OVERVIEW.getVisibleElements(mLauncher) & HOTSEAT_ICONS) != 0 in onInsetsChanged()
21 import static com.android.launcher3.LauncherState.HOTSEAT_ICONS;168 if ((OVERVIEW.getVisibleElements(mLauncher) & HOTSEAT_ICONS) != 0) { in createStateElementAnimation()208 if ((OVERVIEW.getVisibleElements(mLauncher) & HOTSEAT_ICONS) != 0) { in createStateElementAnimation()
65 public static final int HOTSEAT_ICONS = 1 << 0; field in LauncherState228 return HOTSEAT_ICONS | VERTICAL_SWIPE_INDICATOR; in getVisibleElements()230 return HOTSEAT_ICONS | HOTSEAT_SEARCH_BOX | VERTICAL_SWIPE_INDICATOR; in getVisibleElements()
21 import static com.android.launcher3.LauncherState.HOTSEAT_ICONS;112 float hotseatIconsAlpha = (elements & HOTSEAT_ICONS) != 0 ? 1 : 0; in setWorkspaceProperty()
94 if ((getVisibleElements(launcher) & HOTSEAT_ICONS) != 0) { in getHotseatScaleAndTranslation()146 (hasAllAppsHeaderExtra ? ALL_APPS_HEADER_EXTRA : HOTSEAT_ICONS);
98 if ((getVisibleElements(launcher) & HOTSEAT_ICONS) != 0) { in getHotseatScaleAndTranslation()
20 import static com.android.launcher3.LauncherState.HOTSEAT_ICONS;194 if ((OVERVIEW.getVisibleElements(mLauncher) & HOTSEAT_ICONS) != 0) { in onMotionPauseChanged()