Searched refs:isLandscapeMode (Results 1 – 4 of 4) sorted by relevance
91 private boolean isLandscapeMode; field in DialpadView133 isLandscapeMode = in onFinishInflate()296 if (isLandscapeMode) { in animateShow()339 if (isLandscapeMode) { in getKeyButtonAnimationDelay()427 if (isLandscapeMode) { in getKeyButtonAnimationDuration()540 return isLandscapeMode ? shouldAdjustKeyWidths() : shouldAdjustDigitKeyHeights(); in shouldAdjustKeySizes()548 Assert.checkState(isLandscapeMode); in shouldAdjustKeyWidths()571 Assert.checkState(!isLandscapeMode); in shouldAdjustDigitKeyHeights()591 if (isLandscapeMode) { in adjustKeySizes()609 Assert.checkState(!isLandscapeMode); in adjustDigitKeyHeights()[all …]
108 private boolean mLandscapeMode = UiUtils.isLandscapeMode(); in onFinishInflate()113 final boolean newLandscapeMode = UiUtils.isLandscapeMode(); in onFinishInflate()275 return mFullScreenOnly || UiUtils.isLandscapeMode(); in requiresFullScreen()
171 public static boolean isLandscapeMode() { in isLandscapeMode() method in UiUtils
1604 if (mHost.isImeOpen() && UiUtils.isLandscapeMode()) { in updateActionBar()