Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/orientation/
H A DOrientationTestFragment.java36 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 Denums.proto24 ROTATION_0 = 1; // portrait up
26 ROTATION_180 = 3; // portrait down
/aosp12/packages/apps/DeskClock/src/com/android/alarmclock/
H A DDigitalAppWidgetProvider.kt304 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 DCameraManager.java549 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 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()
/aosp12/frameworks/base/tests/FlickerTests/
H A DREADME.md29 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 DDisplayPolicyInsetsTests.java48 public void portrait() { in portrait() method in DisplayPolicyInsetsTests
/aosp12/frameworks/base/tools/aapt2/
H A DConfiguration.proto169 // Which orientation the device is in (portrait, landscape).
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java3590 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 DPhoneStatusBarPolicy.java615 boolean portrait = RotationLockTile.isCurrentOrientationLockPortrait( in onRotationLockStateChanged()
618 if (portrait) { in onRotationLockStateChanged()
/aosp12/frameworks/base/core/proto/android/service/
H A Dprint.proto263 // Is the media in portrait mode?
/aosp12/frameworks/av/media/libheadtracking/
H A DREADME.md103 orientation between “landscape” and “portrait”, the frame of reference will
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal708 * Looking at the device in standard portrait orientation,
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParameters.cpp500 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 Datoms.proto2102 // in portrait and landscape.
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12718 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 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";
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...