HomeSort by relevance Sort by last modified time
    Searched full:isverticalbarlayout (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 225 if (isTablet && !isVerticalBarLayout()) {
288 if (isVerticalBarLayout()) {
299 if (isVerticalBarLayout()) {
333 if (isVerticalBarLayout()) {
372 if (isVerticalBarLayout() || isLargeTablet) {
392 if (isVerticalBarLayout()) {
413 boolean isVerticalBarLayout() {
418 return isVerticalBarLayout() || isLargeTablet;
449 boolean hasVerticalBarLayout = isVerticalBarLayout();
FocusHelper.java 210 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout()));
238 !profile.isVerticalBarLayout()) {
244 profile.isVerticalBarLayout()) {
250 profile.isVerticalBarLayout()) {
348 KeyEvent.keyCodeToString(keyCode), profile.isVerticalBarLayout()));
371 if (keyCode == KeyEvent.KEYCODE_DPAD_DOWN && !profile.isVerticalBarLayout()) {
375 profile.isVerticalBarLayout()) {
Hotseat.java 52 mHasVerticalHotseat = mLauncher.getDeviceProfile().isVerticalBarLayout();
ButtonDropTarget.java 85 if (grid.isVerticalBarLayout()) {
SearchDropTargetBar.java 164 .isVerticalBarLayout();
Launcher.java     [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 148 if (!landscapeProfile.isVerticalBarLayout()) {
183 if (!landscapeProfile.isVerticalBarLayout()) {

Completed in 256 milliseconds