Home
last modified time | relevance | path

Searched refs:hotseat (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DAnimatedTaskbarView.java92 public void animateDisappearanceToHotseat(ViewGroup hotseat) { in animateDisappearanceToHotseat() argument
94 int hotseatTop = hotseat.getTop(); in animateDisappearanceToHotseat()
95 int hotseatLeft = hotseat.getLeft(); in animateDisappearanceToHotseat()
100 mIcon1, hotseat.findViewById(R.id.hotseat_icon_1), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat()
102 mIcon2, hotseat.findViewById(R.id.hotseat_icon_2), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat()
104 mIcon3, hotseat.findViewById(R.id.hotseat_icon_3), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat()
106 mIcon4, hotseat.findViewById(R.id.hotseat_icon_4), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat()
108 mIcon5, hotseat.findViewById(R.id.hotseat_icon_5), hotseatTop, hotseatLeft)); in animateDisappearanceToHotseat()
133 public void animateAppearanceFromHotseat(ViewGroup hotseat) { in animateAppearanceFromHotseat() argument
135 int hotseatTop = hotseat.getTop(); in animateAppearanceFromHotseat()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DScalingWorkspaceRevealAnim.kt93 val hotseat = launcher.hotseat constant
96 workspace.setPivotToScaleWithSelf(hotseat)
105 hotseat,
121 hotseat.alpha = MIN_ALPHA
123 hotseat,
180 hotseat.setLayerType(View.LAYER_TYPE_HARDWARE, null)
185 hotseat.setLayerType(View.LAYER_TYPE_NONE, null) in <lambda>()
DUnfoldMoveFromCenterHotseatAnimator.java43 Hotseat hotseat = mLauncher.getHotseat(); in onPrepareViewsForAnimation() local
45 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in onPrepareViewsForAnimation()
46 setClipChildren(hotseat, false); in onPrepareViewsForAnimation()
47 setClipToPadding(hotseat, false); in onPrepareViewsForAnimation()
DStaggeredWorkspaceAnim.java99 Hotseat hotseat = launcher.getHotseat(); in StaggeredWorkspaceAnim() local
112 boolean hotseatClipChildren = hotseat.getClipChildren(); in StaggeredWorkspaceAnim()
113 boolean hotseatClipToPadding = hotseat.getClipToPadding(); in StaggeredWorkspaceAnim()
117 hotseat.setClipChildren(false); in StaggeredWorkspaceAnim()
118 hotseat.setClipToPadding(false); in StaggeredWorkspaceAnim()
121 ViewGroup hotseatIcons = hotseat.getShortcutsAndWidgets(); in StaggeredWorkspaceAnim()
153 addStaggeredAnimationForView(hotseat.getQsb(), qsbRow, totalRows, duration); in StaggeredWorkspaceAnim()
162 hotseat.setClipChildren(hotseatClipChildren); in StaggeredWorkspaceAnim()
163 hotseat.setClipToPadding(hotseatClipToPadding); in StaggeredWorkspaceAnim()
DLauncherUnfoldAnimationController.java122 Hotseat hotseat = mLauncher.getHotseat(); in onResume() local
123 if (hotseat != null && hotseat.getQsb() instanceof HorizontalInsettableView) { in onResume()
124 mQsbInsettable = (HorizontalInsettableView) hotseat.getQsb(); in onResume()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DUnfoldAnimationBuilder.kt128 val hotseat = launcher.hotseat in <lambda>() constant
136 launcher.workspace.setPivotToScaleWithSelf(launcher.hotseat) in <lambda>()
146 hotseat, in <lambda>()
154 if (hotseat.qsb is HorizontalInsettableView) { in <lambda>()
156 hotseat.qsb as HorizontalInsettableView, in <lambda>()
163 registerViews(hotseat) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java126 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty() local
140 mWorkspace.setPivotToScaleWithSelf(hotseat); in setWorkspaceProperty()
144 pa.add(getSpringScaleAnimator(mLauncher, hotseat, hotseatScale, in setWorkspaceProperty()
149 propertySetter.setFloat(hotseat, HOTSEAT_SCALE_PROPERTY, hotseatScale, in setWorkspaceProperty()
161 propertySetter.setViewAlpha(hotseat, hotseatIconsAlpha, hotseatFadeInterpolator); in setWorkspaceProperty()
164 hotseat.setImportantForAccessibility( in setWorkspaceProperty()
168 hotseat.setDescendantFocusability(state.hasFlag(FLAG_HOTSEAT_INACCESSIBLE) in setWorkspaceProperty()
190 propertySetter.setFloat(hotseat, VIEW_TRANSLATE_Y, in setWorkspaceProperty()
DModelCallbacks.kt79 launcher.hotseat?.resetLayout(launcher.deviceProfile.isVerticalBarLayout) in <lambda>()
DLauncher.java1373 mHotseat = findViewById(R.id.hotseat);
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeQsb.java27 HomeQsb(LauncherInstrumentation launcher, UiObject2 hotseat) { in HomeQsb() argument
28 super(launcher, hotseat, "search_container_hotseat"); in HomeQsb()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java163 Hotseat hotseat = mContainer.getHotseat(); in prepareForAtomicAnimation() local
164 boolean isHotseatVisible = hotseat.getVisibility() == VISIBLE && hotseat.getAlpha() > 0; in prepareForAtomicAnimation()
166 hotseat.setScaleX(WORKSPACE_PREPARE_SCALE); in prepareForAtomicAnimation()
167 hotseat.setScaleY(WORKSPACE_PREPARE_SCALE); in prepareForAtomicAnimation()
/packages/apps/Launcher3/tools/
Dprint_db.py233 hotseat = []
235 hotseat.append(None)
240 hotseat[screen] = row
243 for cell in hotseat:
/packages/apps/Launcher3/protos/
Dlauncher_atom.proto67 HotseatContainer hotseat = 2; field
160 DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat
167 HOTSEAT_PREDICTION = 8; // from prediction bar in hotseat container
305 // Represents hotseat container with prediction feature enabled.
309 // No of hotseat positions filled with predicted items.
319 HotseatContainer hotseat = 5; field
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java683 LauncherAtom.HotseatContainer hotseat = oldContainer.getHotseat(); in applyOverwritesToLogItem() local
685 if (hotseat.hasIndex()) { in applyOverwritesToLogItem()
686 taskbarBuilder.setIndex(hotseat.getIndex()); in applyOverwritesToLogItem()
694 LauncherAtom.HotseatContainer hotseat = folderBuilder.getHotseat(); in applyOverwritesToLogItem() local
696 if (hotseat.hasIndex()) { in applyOverwritesToLogItem()
697 taskbarBuilder.setIndex(hotseat.getIndex()); in applyOverwritesToLogItem()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java305 final Hotseat hotseat = launcher.getHotseat(); in call()
307 hotseat, request.cellInd, /* cellY= */ 0, in call()
/packages/apps/Launcher3/aconfig/
Dlauncher.aconfig298 description: "Replace hybrid hotseat app predictions with strictly Recent Apps"
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java183 mHotseat = mRootView.findViewById(R.id.hotseat); in LauncherPreviewRenderer()