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 D | NormalizedTouchDataTest.kt | 50 private const val ORIENTATION = 1.23f 62 ORIENTATION,
|
H A D | BoundingBoxOverlapDetectorTest.kt | 69 private const val ORIENTATION = 1.23f 81 ORIENTATION,
|
H A D | EllipseOverlapDetectorTest.kt | 91 private const val ORIENTATION = 0f // used for perfect circles 103 ORIENTATION,
|
H A D | SinglePointerTouchProcessorTest.kt | 406 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 D | Configuration.java | 33 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 D | GridLayout.java | 271 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 D | WindowContainer.java | 61 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 D | PhoneWindowManager.java | 84 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION; 6150 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation());
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10059 Landroid/content/ConfigurationProto;->ORIENTATION:J 67918 Landroid/widget/GridLayout;->ORIENTATION:I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 36864 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";
|