/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | NormalizedTouchDataTest.kt | 51 private const val ORIENTATION = 1.23f constant 63 ORIENTATION,
|
D | BoundingBoxOverlapDetectorTest.kt | 70 private const val ORIENTATION = 1.23f constant 82 ORIENTATION,
|
D | SinglePointerTouchProcessorTest.kt | 407 private const val ORIENTATION = 1.2345f constant 434 nativeOrientation = ORIENTATION, 462 nativeOrientation = (ORIENTATION - Math.PI.toFloat() / 2), 492 nativeOrientation = (ORIENTATION - Math.PI.toFloat() / 2), 520 nativeOrientation = (ORIENTATION + Math.PI.toFloat() / 2), 536 orientation = ORIENTATION, 549 ORIENTATION,
|
D | EllipseOverlapDetectorTest.kt | 92 private const val ORIENTATION = 0f // used for perfect circles constant 104 ORIENTATION,
|
/frameworks/native/include/input/ |
D | InputDevice.h | 93 ORIENTATION = 3, enumerator
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | InputReaderFuzzer.cpp | 29 InputDeviceSensorType::ORIENTATION,
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 33 import static android.content.ConfigurationProto.ORIENTATION; 1329 protoOutputStream.write(ORIENTATION, orientation); in dumpDebug() 1463 case (int) ORIENTATION: in readFromProto() 1464 orientation = protoInputStream.readInt(ORIENTATION); in readFromProto()
|
/frameworks/native/libs/input/ |
D | InputEventLabels.cpp | 366 DEFINE_AXIS(ORIENTATION), \
|
D | KeyLayoutMap.cpp | 82 sensorPair<InputDeviceSensorType::ORIENTATION>(),
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 227 common::Axis::ORIENTATION);
|
/frameworks/base/core/java/android/widget/ |
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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 60 import static com.android.server.wm.WindowContainerProto.ORIENTATION; 2785 proto.write(ORIENTATION, mOverrideOrientation); in dumpDebug()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 94 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION; 6529 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation());
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 4348 ORIENTATION = 1 << 4, enumerator 7119 if (axes & ORIENTATION) { in prepareAxes() 7876 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10059 Landroid/content/ConfigurationProto;->ORIENTATION:J 67275 Landroid/widget/GridLayout;->ORIENTATION:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25065 field public static final java.lang.String ORIENTATION = "orientation";
|
/frameworks/base/core/api/ |
D | current.txt | 37018 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";
|