Home
last modified time | relevance | path

Searched refs:ORIENTATION (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DNormalizedTouchDataTest.kt50 private const val ORIENTATION = 1.23f
62 ORIENTATION,
H A DBoundingBoxOverlapDetectorTest.kt69 private const val ORIENTATION = 1.23f
81 ORIENTATION,
H A DEllipseOverlapDetectorTest.kt91 private const val ORIENTATION = 0f // used for perfect circles
103 ORIENTATION,
H A DSinglePointerTouchProcessorTest.kt406 private const val ORIENTATION = 1.2345f
433 nativeOrientation = ORIENTATION,
461 nativeOrientation = (ORIENTATION - Math.PI.toFloat() / 2),
495 nativeOrientation = (ORIENTATION + Math.PI.toFloat() / 2),
511 orientation = ORIENTATION,
524 ORIENTATION,
/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java33 import static android.content.ConfigurationProto.ORIENTATION;
1308 protoOutputStream.write(ORIENTATION, orientation); in dumpDebug()
1442 case (int) ORIENTATION: in readFromProto()
1443 orientation = protoInputStream.readInt(ORIENTATION); in readFromProto()
/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java271 private static final int ORIENTATION = R.styleable.GridLayout_orientation; field in GridLayout
314 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION)); in GridLayout()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java61 import static com.android.server.wm.WindowContainerProto.ORIENTATION;
2792 proto.write(ORIENTATION, mOverrideOrientation); in dumpDebug()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java84 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION;
6150 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation());
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10059 Landroid/content/ConfigurationProto;->ORIENTATION:J
67918 Landroid/widget/GridLayout;->ORIENTATION:I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36864 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";