Searched refs:ORIENTATION_PORTRAIT (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarWithCollapsingToolbarStateRestoreTest.java80 final int newOrientation = mOldOrientation == Configuration.ORIENTATION_PORTRAIT
82 : Configuration.ORIENTATION_PORTRAIT;
98 return configuration == Configuration.ORIENTATION_PORTRAIT
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTaskSnapshotPersisterTestBase.java19 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
88 return new TaskSnapshot(buffer, ORIENTATION_PORTRAIT, TEST_INSETS,
H A DTaskSnapshotSurfaceTest.java19 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
63 ORIENTATION_PORTRAIT, contentInsets, false, 1.0f);
66 ORIENTATION_PORTRAIT);
H A DTaskSnapshotPersisterLoaderTest.java66 assertEquals(Configuration.ORIENTATION_PORTRAIT, snapshot.getOrientation());
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationBoundResourceCacheTest.java90 Configuration.ORIENTATION_PORTRAIT
113 Configuration.ORIENTATION_PORTRAIT
139 Configuration.ORIENTATION_PORTRAIT
181 Configuration.ORIENTATION_PORTRAIT
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DActivityTransition.java99 getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT;
/frameworks/base/core/java/com/android/internal/view/
H A DRotationPolicy.java71 * Configuration.ORIENTATION_PORTRAIT or Configuration.ORIENTATION_LANDSCAPE,
81 Configuration.ORIENTATION_PORTRAIT : Configuration.ORIENTATION_LANDSCAPE;
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
H A DGridLayout3.java55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
H A DGridLayout3.java55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDockedStackDividerController.java23 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
168 ? ORIENTATION_PORTRAIT
196 if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT) {
231 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE;
254 config.orientation == ORIENTATION_PORTRAIT, mTmpRect);
H A DTaskStack.java26 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
529 dividerSize, orientation == Configuration.ORIENTATION_PORTRAIT, outBounds,
833 mDisplayContent.getConfiguration().orientation == ORIENTATION_PORTRAIT,
1333 if (orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java271 if (mDisplayOrientation == Configuration.ORIENTATION_PORTRAIT) {
272 if (mThumbnailData.orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java78 public static final int ORIENTATION_PORTRAIT = 2; field in class:PrintHelperKitkat
155 * or portrait {@link #ORIENTATION_PORTRAIT}
157 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
167 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}
598 } else if (mOrientation == ORIENTATION_PORTRAIT) {
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java115 if(getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java60 public static final int ORIENTATION_PORTRAIT = 2; field in class:PrintHelper
334 * or portrait {@link #ORIENTATION_PORTRAIT}.
337 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
347 * {@link #ORIENTATION_LANDSCAPE} or {@link #ORIENTATION_PORTRAIT}.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java281 if (res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java369 config.orientation = Configuration.ORIENTATION_PORTRAIT;
/frameworks/base/core/java/com/android/internal/policy/
H A DDividerSnapAlgorithm.java96 == Configuration.ORIENTATION_PORTRAIT,
H A DDecorView.java90 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
644 getResources().getConfiguration().orientation == ORIENTATION_PORTRAIT;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java589 public static final int ORIENTATION_PORTRAIT = 1; field in class:Configuration
599 * {@link #ORIENTATION_LANDSCAPE}, {@link #ORIENTATION_PORTRAIT}.
990 case ORIENTATION_PORTRAIT: sb.append(" port"); break;
1996 case Configuration.ORIENTATION_PORTRAIT:
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java482 res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT;
500 res.getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java146 private static final int ORIENTATION_PORTRAIT = 0; field in class:PrintActivity
1345 ORIENTATION_PORTRAIT, orientationLabels[0]));
2849 boolean newIsPortrait = orientationItem.value == ORIENTATION_PORTRAIT;
/frameworks/base/core/java/android/app/
H A DResourcesManager.java183 config.orientation = Configuration.ORIENTATION_PORTRAIT;
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java84 setRequestedOrientation(Configuration.ORIENTATION_PORTRAIT);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java70 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
2304 && config.orientation != ORIENTATION_PORTRAIT) {

Completed in 540 milliseconds

12