Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java125 mContext.setTaskbarWindowHeight(mContext.getDeviceProfile().taskbarSize in createTaskbarAnimationControllerCallbacks()
128 mContext.setTaskbarWindowHeight(mContext.getDeviceProfile().taskbarSize); in createTaskbarAnimationControllerCallbacks()
235 int hotseatHeight = grid.workspacePadding.bottom + grid.taskbarSize;
237 int hotseatTopDiff = hotseatHeight - grid.taskbarSize - taskbarOffset;
DTaskbarActivityContext.java141 mDeviceProfile.taskbarSize, in init()
247 setTaskbarWindowHeight(fullscreen ? MATCH_PARENT : getDeviceProfile().taskbarSize); in setTaskbarWindowFullscreen()
DTaskbarIconController.java66 mTaskbarView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java207 public int taskbarSize; field in DeviceProfile
257 taskbarSize = res.getDimensionPixelSize(R.dimen.taskbar_size); in DeviceProfile()
264 nonOverlappingTaskbarInset = taskbarSize - windowInsets.getSystemWindowInsetBottom(); in DeviceProfile()
760 int hotseatTop = isTaskbarPresent ? taskbarSize : hotseatBarSizePx; in updateWorkspacePadding()
832 int hotseatTop = isTaskbarPresent ? taskbarSize : hotseatBarSizePx; in getAbsoluteOpenFolderBounds()
976 writer.println(prefix + pxToDpStr("taskbarSize", taskbarSize)); in dump()
DHotseat.java119 + (grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom); in setInsets()
214 ? dp.taskbarSize in getQsbOffsetY()
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java62 int insetsBottom = grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom; in getWorkspaceScaleAndTranslation()
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java272 ? grid.workspacePadding.bottom + grid.taskbarSize in setInsets()