Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java216 boolean useTwoPanels) { in DeviceProfile() argument
241 isTwoPanels = isTablet && useTwoPanels; in DeviceProfile()
1042 public Builder setUseTwoPanels(boolean useTwoPanels) { in setUseTwoPanels() argument
1043 mUseTwoPanels = useTwoPanels; in setUseTwoPanels()