/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AnimatedTaskbarView.java | 92 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/ |
D | ScalingWorkspaceRevealAnim.kt | 93 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>()
|
D | UnfoldMoveFromCenterHotseatAnimator.java | 43 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()
|
D | StaggeredWorkspaceAnim.java | 99 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()
|
D | LauncherUnfoldAnimationController.java | 122 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/ |
D | UnfoldAnimationBuilder.kt | 128 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/ |
D | WorkspaceStateTransitionAnimation.java | 126 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()
|
D | ModelCallbacks.kt | 79 launcher.hotseat?.resetLayout(launcher.deviceProfile.isVerticalBarLayout) in <lambda>()
|
D | Launcher.java | 1373 mHotseat = findViewById(R.id.hotseat);
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | HomeQsb.java | 27 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/ |
D | QuickstepAtomicAnimationFactory.java | 163 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/ |
D | print_db.py | 233 hotseat = [] 235 hotseat.append(None) 240 hotseat[screen] = row 243 for cell in hotseat:
|
/packages/apps/Launcher3/protos/ |
D | launcher_atom.proto | 67 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/ |
D | TaskbarActivityContext.java | 683 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/ |
D | TestInformationHandler.java | 305 final Hotseat hotseat = launcher.getHotseat(); in call() 307 hotseat, request.cellInd, /* cellY= */ 0, in call()
|
/packages/apps/Launcher3/aconfig/ |
D | launcher.aconfig | 298 description: "Replace hybrid hotseat app predictions with strictly Recent Apps"
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 183 mHotseat = mRootView.findViewById(R.id.hotseat); in LauncherPreviewRenderer()
|