/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/orientation/ |
H A D | OrientationTestFragment.java | 36 Button portrait = (Button) v.findViewById(R.id.portrait); in onCreateView() local 37 portrait.setOnClickListener(new View.OnClickListener() { in onCreateView()
|
/aosp12/frameworks/proto_logging/stats/enums/stats/wm/ |
H A D | enums.proto | 24 ROTATION_0 = 1; // portrait up 26 ROTATION_180 = 3; // portrait down
|
/aosp12/packages/apps/DeskClock/src/com/android/alarmclock/ |
H A D | DigitalAppWidgetProvider.kt | 304 val portrait: RemoteViews = relayoutWidget(context, wm, widgetId, options, true) 306 val widget = RemoteViews(landscape, portrait) 319 portrait: Boolean 356 val targetWidthPx = if (portrait) minWidthPx else maxWidthPx 357 val targetHeightPx = if (portrait) maxHeightPx else minHeightPx
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/ |
H A D | CameraManager.java | 549 boolean portrait = rotation == 0 || rotation == 180; in updateCameraRotation() 551 if (!portrait && !cameraIsFrontFacing) { in updateCameraRotation() 558 if (portrait && cameraIsFrontFacing) { in updateCameraRotation()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | RemoteViewsTest.java | 167 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()
|
/aosp12/frameworks/base/tests/FlickerTests/ |
H A D | README.md | 29 Tests that inherit from the class are automatically executed twice: once in portrait and once in la…
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayPolicyInsetsTests.java | 48 public void portrait() { in portrait() method in DisplayPolicyInsetsTests
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | Configuration.proto | 169 // Which orientation the device is in (portrait, landscape).
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 3590 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { 3591 if (landscape == null || portrait == null) { 3594 if (!landscape.hasSameAppInfo(portrait.mApplication)) { 3598 mApplication = portrait.mApplication; 3599 mLayoutId = portrait.mLayoutId; 3600 mViewId = portrait.mViewId; 3601 mLightBackgroundLayoutId = portrait.mLightBackgroundLayoutId; 3604 mPortrait = portrait; 3606 mClassCookies = (portrait.mClassCookies != null) 3607 ? portrait.mClassCookies : landscape.mClassCookies;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 615 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait( in onRotationLockStateChanged() 618 if (portrait) { in onRotationLockStateChanged()
|
/aosp12/frameworks/base/core/proto/android/service/ |
H A D | print.proto | 263 // Is the media in portrait mode?
|
/aosp12/frameworks/av/media/libheadtracking/ |
H A D | README.md | 103 orientation between “landscape” and “portrait”, the frame of reference will
|
/aosp12/hardware/interfaces/input/common/1.0/ |
H A D | types.hal | 708 * Looking at the device in standard portrait orientation,
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraParameters.cpp | 500 static const char* portrait = "portrait"; variable 2195 if (strcmp(str, portrait) == 0 || strcmp(str, landscape) == 0) { in setOrientation()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 2102 // in portrait and landscape.
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 12718 field public static final String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait"; 17402 field @Deprecated public static final String SCENE_MODE_NIGHT_PORTRAIT = "night-portrait"; 17404 field @Deprecated public static final String SCENE_MODE_PORTRAIT = "portrait";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 8812 … 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";
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |