Searched refs:taskbarSize (Results 1 – 7 of 7) sorted by relevance
125 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;
141 mDeviceProfile.taskbarSize, in init()247 setTaskbarWindowHeight(fullscreen ? MATCH_PARENT : getDeviceProfile().taskbarSize); in setTaskbarWindowFullscreen()
66 mTaskbarView.getLayoutParams().height = mActivity.getDeviceProfile().taskbarSize; in init()
207 public int taskbarSize; field in DeviceProfile257 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()
119 + (grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom); in setInsets()214 ? dp.taskbarSize in getQsbOffsetY()
62 int insetsBottom = grid.isTaskbarPresent ? grid.taskbarSize : insets.bottom; in getWorkspaceScaleAndTranslation()
272 ? grid.workspacePadding.bottom + grid.taskbarSize in setInsets()