Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java36 private boolean mIsHotseatLayout; field in ShortcutAndWidgetContainer
123 mIsHotseatLayout = isHotseat; in setIsHotseat()
129 return Math.min(getMeasuredHeight(), mIsHotseatLayout ? in getCellContentWidth()
136 return Math.min(getMeasuredHeight(), mIsHotseatLayout ? in getCellContentHeight()