HomeSort by relevance Sort by last modified time
    Searched defs:isLandscape (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/util/
OrientationUtil.java 30 public static boolean isLandscape(Context context) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 71 boolean isLandscape;
193 isLandscape = res.getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
344 return !launchedWithNoRecentTasks && (!hasTransposedNavBar || !isLandscape);
349 return isLandscape && hasTransposedSearchBar;
360 if (isLandscape && hasTransposedSearchBar) {
381 if (isLandscape && hasTransposedSearchBar) {
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 80 boolean isLandscape;
307 boolean isLandscape = (config.orientation == Configuration.ORIENTATION_LANDSCAPE) &&
311 if (isLandscape || isRotatedPortrait) {
407 int maxRows = (isLandscape ? maxShortEdgeCellCount : maxLongEdgeCellCount);
408 int maxCols = (isLandscape ? maxLongEdgeCellCount : maxShortEdgeCellCount);
411 allAppsNumRows = isLandscape ? allAppsShortEdgeCount : allAppsLongEdgeCount;
412 allAppsNumCols = isLandscape ? allAppsLongEdgeCount : allAppsShortEdgeCount;
426 isLandscape = (configuration.orientation == Configuration.ORIENTATION_LANDSCAPE);
522 return getSearchBarBounds(isLandscape ? CellLayout.LANDSCAPE : CellLayout.PORTRAIT);
563 if (isLandscape && transposeLayoutWithOrientation)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 210 milliseconds