HomeSort by relevance Sort by last modified time
    Searched refs:isVerticalBarLayout (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 193 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout()));
223 !profile.isVerticalBarLayout()) {
232 profile.isVerticalBarLayout()) {
241 profile.isVerticalBarLayout()) {
293 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout()));
317 if (keyCode == KeyEvent.KEYCODE_DPAD_DOWN && !profile.isVerticalBarLayout()) {
323 profile.isVerticalBarLayout()) {
DeviceProfile.java 246 if (isTablet && !isVerticalBarLayout()) {
353 if (isVerticalBarLayout()) {
373 boolean isVerticalBarLayout() {
378 return isVerticalBarLayout() || isLargeTablet;
393 boolean hasVerticalBarLayout = isVerticalBarLayout();
Hotseat.java 52 mHasVerticalHotseat = mLauncher.getDeviceProfile().isVerticalBarLayout();
ButtonDropTarget.java 85 if (grid.isVerticalBarLayout()) {
Launcher.java     [all...]

Completed in 165 milliseconds