Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java833 int taskbarWindowSize; in onRotationChanged() local
835 taskbarWindowSize = mActivity.getResources().getDimensionPixelSize( in onRotationChanged()
840 taskbarWindowSize = deviceProfile.taskbarHeight + deviceProfile.getTaskbarOffsetY(); in onRotationChanged()
842 mActivity.setTaskbarWindowSize(taskbarWindowSize); in onRotationChanged()