Searched refs:hotseat (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 93 Hotseat hotseat = mWorkspace.getHotseat(); in setWorkspaceProperty() local 98 if (!hotseat.getRotationMode().isTransposed) { in setWorkspaceProperty() 104 dragLayer.mapCoordInSelfToDescendant(hotseat, workspacePivot); in setWorkspaceProperty() 105 hotseat.setPivotX(workspacePivot[0]); in setWorkspaceProperty() 106 hotseat.setPivotY(workspacePivot[1]); in setWorkspaceProperty() 111 propertySetter.setFloat(hotseat, SCALE_PROPERTY, hotseatScale, in setWorkspaceProperty() 115 propertySetter.setViewAlpha(hotseat, hotseatIconsAlpha, fadeInterpolator); in setWorkspaceProperty() 135 propertySetter.setFloat(hotseat, View.TRANSLATION_Y, in setWorkspaceProperty()
|
D | LauncherState.java | 314 Hotseat hotseat = launcher.getHotseat(); 315 boolean isHotseatVisible = hotseat.getVisibility() == VISIBLE && hotseat.getAlpha() > 0; 317 hotseat.setScaleX(0.92f); 318 hotseat.setScaleY(0.92f);
|
D | FocusHelper.java | 339 final Hotseat hotseat = (Hotseat) dragLayer.findViewById(R.id.hotseat); in handleIconKeyEvent() local 346 CellLayout hotseatLayout = (CellLayout) hotseat.getChildAt(0); in handleIconKeyEvent()
|
D | Workspace.java | 2114 View hotseat = mLauncher.getHotseat(); 2115 return mTempFXY[0] >= hotseat.getLeft() && 2116 mTempFXY[0] <= hotseat.getRight() && 2117 mTempFXY[1] >= hotseat.getTop() && 2118 mTempFXY[1] <= hotseat.getBottom();
|
D | Launcher.java | 1081 mHotseat = findViewById(R.id.hotseat); in setupViews()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | StaggeredWorkspaceAnim.java | 98 ViewGroup hotseat = (ViewGroup) launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim() local 99 for (int i = hotseat.getChildCount() - 1; i >= 0; i--) { in StaggeredWorkspaceAnim() 100 View child = hotseat.getChildAt(i); in StaggeredWorkspaceAnim() 105 View hotseat = launcher.getHotseat().getChildAt(0); in StaggeredWorkspaceAnim() local 106 addStaggeredAnimationForView(hotseat, grid.inv.numRows + 1, totalRows); in StaggeredWorkspaceAnim()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BgDataModel.java | 175 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); in dumpProto() local 194 hotseat.add(dtw); in dumpProto() 208 hotseat.add(dtw); in dumpProto() 218 hotseat.add(dtw); in dumpProto() 227 targetList.addAll(hotseat.getFlattenedList()); in dumpProto()
|
/packages/apps/Launcher3/ |
D | print_db.py | 233 hotseat = [] 235 hotseat.append(None) 240 hotseat[screen] = row 243 for cell in hotseat:
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 60 final UiObject2 hotseat = mHotseat; in switchToAllApps() local 61 final Point start = hotseat.getVisibleCenter(); in switchToAllApps() 62 start.y = hotseat.getVisibleBounds().bottom - 1; in switchToAllApps()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 260 Hotseat hotseat = mActivity.getHotseat(); in shouldStealTouchFromSiblingsBelow() local 261 boolean touchingHotseat = hotseat.isShown() in shouldStealTouchFromSiblingsBelow() 262 && mActivity.getDragLayer().isEventOverView(hotseat, ev, this); in shouldStealTouchFromSiblingsBelow()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 157 mHotseat = mRootView.findViewById(R.id.hotseat);
|