Home
last modified time | relevance | path

Searched refs:ORIENTATION_PORTRAIT (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java90 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/
DTaskViewThumbnail.java235 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/
DDockedStackDividerController.java23 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()
DTaskStack.java25 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()
DAppTransition.java928 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/
DActivityTransition.java99 getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT; in onCreate()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java81 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE; in getRotationLockOrientation()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
DGridLayout3.java55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) { in create()
/frameworks/support/core-utils/java/android/support/v4/print/
DPrintHelper.java59 public static final int ORIENTATION_PORTRAIT = 2; field in PrintHelper
/frameworks/support/core-utils/kitkat/android/support/v4/print/
DPrintHelperKitkat.java76 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/
DVrActivity.java115 … if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) { in onPostExecute()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java369 config.orientation = Configuration.ORIENTATION_PORTRAIT; in getConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java281 if (res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) { in getRows()
/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java90 == Configuration.ORIENTATION_PORTRAIT, in create()
/frameworks/base/docs/html-intl/intl/ru/guide/topics/resources/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
/frameworks/base/docs/html-intl/intl/ko/guide/topics/resources/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
/frameworks/base/core/java/android/content/res/
DConfiguration.java506 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/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/resources/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java477 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/
DPrintActivity.java137 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/
DResourcesManager.java183 config.orientation = Configuration.ORIENTATION_PORTRAIT; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java84 setRequestedOrientation(Configuration.ORIENTATION_PORTRAIT); in onCreate()
/frameworks/base/docs/html-intl/intl/in/guide/topics/resources/
Druntime-changes.jd241 } else if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT){

12