Home
last modified time | relevance | path

Searched refs:taskbarWindowSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java1181 int taskbarWindowSize; in onRotationChanged() local
1183 taskbarWindowSize = mActivity.getResources().getDimensionPixelSize( in onRotationChanged()
1188 taskbarWindowSize = deviceProfile.taskbarHeight + deviceProfile.getTaskbarOffsetY(); in onRotationChanged()
1190 mActivity.setTaskbarWindowSize(taskbarWindowSize); in onRotationChanged()
DTaskbarActivityContext.java1336 int taskbarWindowSize; in getDefaultTaskbarWindowSize() local
1353 taskbarWindowSize = transientTaskbarDp.taskbarHeight in getDefaultTaskbarWindowSize()
1357 return Math.max(taskbarWindowSize, bubbleBarTop); in getDefaultTaskbarWindowSize()
1361 taskbarWindowSize = mDeviceProfile.taskbarHeight in getDefaultTaskbarWindowSize()
1364 return Math.max(taskbarWindowSize, bubbleBarTop); in getDefaultTaskbarWindowSize()