Home
last modified time | relevance | path

Searched refs:taskbarSize (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragLayerController.java92 mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarSize); in getFolderBoundingBox()
206 return mActivity.getDeviceProfile().taskbarSize; in getTaskbarBackgroundHeight()
H A DTaskbarViewController.java85 mTaskbarView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init()
216 mActivity.getDeviceProfile().taskbarSize + offsetY); in createIconAlignmentController()
H A DTaskbarScrimViewController.java52 mScrimView.setBackgroundHeight(mActivity.getDeviceProfile().taskbarSize); in TaskbarScrimViewController()
H A DStashedHandleViewController.java106 mStashedHandleView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init()
H A DNavbarButtonsViewController.java145 mNavButtonsView.getLayoutParams().height = mContext.getDeviceProfile().taskbarSize; in init()
179 float transForIme = (mContext.getDeviceProfile().taskbarSize in init()
H A DTaskbarStashController.java150 mUnstashedHeight = mActivity.getDeviceProfile().taskbarSize; in TaskbarStashController()
H A DTaskbarActivityContext.java456 return mDeviceProfile.taskbarSize + Math.max(getLeftCornerRadius(), getRightCornerRadius()); in getDefaultTaskbarWindowHeight()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java218 public int taskbarSize; field in DeviceProfile
276 taskbarSize = res.getDimensionPixelSize(R.dimen.taskbar_size); in DeviceProfile()
945 return Math.min(qsbBottomMarginPx + taskbarSize, freeSpace); in getQsbOffsetY()
948 + (isTaskbarPresent ? taskbarSize : mInsets.bottom); in getQsbOffsetY()
956 return (getQsbOffsetY() - taskbarSize) / 2; in getTaskbarOffsetY()
971 int hotseatTop = isTaskbarPresent ? taskbarSize : hotseatBarSizePx; in getAbsoluteOpenFolderBounds()
1117 writer.println(prefix + pxToDpStr("taskbarSize", taskbarSize)); in dump()
H A DHotseat.java116 + (grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom); in setInsets()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java153 @TaskbarPosition int taskbarPosition, boolean showingInTaskbar, int taskbarSize) { in updateForTaskbar() argument
157 mTaskbarSize = taskbarSize; in updateForTaskbar()
H A DBubbleController.java450 int taskbarSize = b.getInt(EXTRA_TASKBAR_SIZE); in onTaskbarChanged() local
458 mBubblePositioner.updateForTaskbar(iconSize, taskbarPosition, isVisible, taskbarSize); in onTaskbarChanged()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java302 out.y -= Math.max(dp.getInsets().bottom, dp.taskbarSize); in getTaskDimension()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java1559 insetsBottom = Math.max(0, insetsBottom - dp.taskbarSize);