/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ConfigurationBoundResourceCacheTest.java | 90 Configuration.ORIENTATION_PORTRAIT in testVoidConfigChange() 113 Configuration.ORIENTATION_PORTRAIT in testEffectiveConfigChange() 139 Configuration.ORIENTATION_PORTRAIT in testConfigChangeMultipleResources() 181 Configuration.ORIENTATION_PORTRAIT in testConfigChangeMultipleThemes()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskViewThumbnail.java | 235 if (mDisplayOrientation == Configuration.ORIENTATION_PORTRAIT) { in updateThumbnailScale() 236 if (mThumbnailInfo.screenOrientation == Configuration.ORIENTATION_PORTRAIT) { in updateThumbnailScale()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DockedStackDividerController.java | 23 import static android.content.res.Configuration.ORIENTATION_PORTRAIT; 171 ? ORIENTATION_PORTRAIT in getSmallestWidthDpForBounds() 206 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE; in initSnapAlgorithmForRotations() 216 config.orientation == ORIENTATION_PORTRAIT, mTmpRect); in initSnapAlgorithmForRotations()
|
D | TaskStack.java | 25 import static android.content.res.Configuration.ORIENTATION_PORTRAIT; 487 dividerSize, orientation == Configuration.ORIENTATION_PORTRAIT, outBounds); in snapDockedStackAfterRotation() 747 mService.mCurConfiguration.orientation == ORIENTATION_PORTRAIT, in getStackDockedModeBounds() 1216 if (orientation == Configuration.ORIENTATION_PORTRAIT) { in getDockSideUnchecked()
|
D | AppTransition.java | 928 if (isTvUiMode(uiMode) || orientation == Configuration.ORIENTATION_PORTRAIT) { in createThumbnailAspectScaleAnimationLocked() 1099 if (isTvUiMode(uiMode) || orientation == Configuration.ORIENTATION_PORTRAIT) { in createAspectScaledThumbnailEnterExitAnimationLocked()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | ActivityTransition.java | 99 getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT; in onCreate()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | RotationPolicy.java | 81 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in getRotationLockOrientation()
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/ |
D | GridLayout3.java | 55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) { in create()
|
/frameworks/support/core-utils/java/android/support/v4/print/ |
D | PrintHelper.java | 59 public static final int ORIENTATION_PORTRAIT = 2; field in PrintHelper
|
/frameworks/support/core-utils/kitkat/android/support/v4/print/ |
D | PrintHelperKitkat.java | 76 public static final int ORIENTATION_PORTRAIT = 2; field in PrintHelperKitkat 596 } else if (mOrientation == ORIENTATION_PORTRAIT) { in printBitmap()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/ |
D | VrActivity.java | 115 … if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) { in onPostExecute()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 369 config.orientation = Configuration.ORIENTATION_PORTRAIT; in getConfiguration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PagedTileLayout.java | 281 if (res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) { in getRows()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DividerSnapAlgorithm.java | 90 == Configuration.ORIENTATION_PORTRAIT, in create()
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 506 public static final int ORIENTATION_PORTRAIT = 1; field in Configuration 849 case ORIENTATION_PORTRAIT: sb.append(" port"); break; in toString() 1677 case Configuration.ORIENTATION_PORTRAIT: in resourceQualifierString()
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 477 res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT; in getDockedBounds() 495 res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT; in getDockedTaskStackBounds()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintActivity.java | 137 private static final int ORIENTATION_PORTRAIT = 0; field in PrintActivity 1293 ORIENTATION_PORTRAIT, orientationLabels[0])); in bindUi() 2752 if (isPortrait != (orientationItem.value == ORIENTATION_PORTRAIT)) { in onItemSelected() 2754 if (orientationItem.value == ORIENTATION_PORTRAIT) { in onItemSelected()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 183 config.orientation = Configuration.ORIENTATION_PORTRAIT; in applyNonDefaultDisplayMetricsToConfiguration()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | WallpaperCropActivity.java | 84 setRequestedOrientation(Configuration.ORIENTATION_PORTRAIT); in onCreate()
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/resources/ |
D | runtime-changes.jd | 241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
|