Home
last modified time | relevance | path

Searched refs:portrait (Results 1 – 12 of 12) sorted by relevance

/frameworks/proto_logging/stats/enums/stats/wm/
Denums.proto24 ROTATION_0 = 1; // portrait up
26 ROTATION_180 = 3; // portrait down
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsTest.java167 RemoteViews portrait = new RemoteViews(mPackage, 33); in parcelSize_differentOrientation() local
170 RemoteViews views = new RemoteViews(landscape, portrait); in parcelSize_differentOrientation()
171 assertTrue(getParcelSize(views) < (getParcelSize(landscape) + getParcelSize(portrait))); in parcelSize_differentOrientation()
/frameworks/base/tests/FlickerTests/
DREADME.md29 Tests that inherit from the class are automatically executed twice: once in portrait and once in la…
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java48 public void portrait() { in portrait() method in DisplayPolicyInsetsTests
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt434 fun setStatusBarHeights(portrait: Int, landscape: Int) { in <lambda>()
435 sbHeightPortrait = portrait in <lambda>()
/frameworks/base/tools/aapt2/
DConfiguration.proto169 // Which orientation the device is in (portrait, landscape).
/frameworks/base/core/java/android/widget/
DRemoteViews.java3538 public RemoteViews(RemoteViews landscape, RemoteViews portrait) {
3539 if (landscape == null || portrait == null) {
3542 if (!landscape.hasSameAppInfo(portrait.mApplication)) {
3546 mApplication = portrait.mApplication;
3547 mLayoutId = portrait.mLayoutId;
3548 mViewId = portrait.mViewId;
3549 mLightBackgroundLayoutId = portrait.mLightBackgroundLayoutId;
3552 mPortrait = portrait;
3556 configureRemoteViewsAsChild(portrait);
3558 mClassCookies = (portrait.mClassCookies != null)
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java616 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait( in onRotationLockStateChanged()
619 if (portrait) { in onRotationLockStateChanged()
/frameworks/base/core/proto/android/service/
Dprint.proto263 // Is the media in portrait mode?
/frameworks/proto_logging/stats/
Datoms.proto2052 // in portrait and landscape.
/frameworks/base/core/api/
Dcurrent.txt12711 field public static final String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait";
17395 field @Deprecated public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";
17397 field @Deprecated public static final String SCENE_MODE_PORTRAIT = "portrait";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8812 … public static final java.lang.String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait";
12307 field public static final java.lang.String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait";
12309 field public static final java.lang.String SCENE_MODE_PORTRAIT = "portrait";