Searched refs:taskbarSize (Results 1 – 13 of 13) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarDragLayerController.java | 92 mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarSize); in getFolderBoundingBox() 206 return mActivity.getDeviceProfile().taskbarSize; in getTaskbarBackgroundHeight()
|
H A D | TaskbarViewController.java | 85 mTaskbarView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init() 216 mActivity.getDeviceProfile().taskbarSize + offsetY); in createIconAlignmentController()
|
H A D | TaskbarScrimViewController.java | 52 mScrimView.setBackgroundHeight(mActivity.getDeviceProfile().taskbarSize); in TaskbarScrimViewController()
|
H A D | StashedHandleViewController.java | 106 mStashedHandleView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init()
|
H A D | NavbarButtonsViewController.java | 145 mNavButtonsView.getLayoutParams().height = mContext.getDeviceProfile().taskbarSize; in init() 179 float transForIme = (mContext.getDeviceProfile().taskbarSize in init()
|
H A D | TaskbarStashController.java | 150 mUnstashedHeight = mActivity.getDeviceProfile().taskbarSize; in TaskbarStashController()
|
H A D | TaskbarActivityContext.java | 456 return mDeviceProfile.taskbarSize + Math.max(getLeftCornerRadius(), getRightCornerRadius()); in getDefaultTaskbarWindowHeight()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | DeviceProfile.java | 218 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 D | Hotseat.java | 116 + (grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom); in setInsets()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblePositioner.java | 153 @TaskbarPosition int taskbarPosition, boolean showingInTaskbar, int taskbarSize) { in updateForTaskbar() argument 157 mTaskbarSize = taskbarSize; in updateForTaskbar()
|
H A D | BubbleController.java | 450 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 D | BaseActivityInterface.java | 302 out.y -= Math.max(dp.getInsets().bottom, dp.taskbarSize); in getTaskDimension()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskView.java | 1559 insetsBottom = Math.max(0, insetsBottom - dp.taskbarSize);
|