Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DNormalizedTouchDataTest.kt51 private const val ORIENTATION = 1.23f constant
63 ORIENTATION,
DBoundingBoxOverlapDetectorTest.kt70 private const val ORIENTATION = 1.23f constant
82 ORIENTATION,
DSinglePointerTouchProcessorTest.kt407 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,
DEllipseOverlapDetectorTest.kt92 private const val ORIENTATION = 0f // used for perfect circles constant
104 ORIENTATION,
/frameworks/native/include/input/
DInputDevice.h93 ORIENTATION = 3, enumerator
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputReaderFuzzer.cpp29 InputDeviceSensorType::ORIENTATION,
/frameworks/base/core/java/android/content/res/
DConfiguration.java33 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/
DInputEventLabels.cpp366 DEFINE_AXIS(ORIENTATION), \
DKeyLayoutMap.cpp82 sensorPair<InputDeviceSensorType::ORIENTATION>(),
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp227 common::Axis::ORIENTATION);
/frameworks/base/core/java/android/widget/
DGridLayout.java271 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/
DWindowContainer.java60 import static com.android.server.wm.WindowContainerProto.ORIENTATION;
2785 proto.write(ORIENTATION, mOverrideOrientation); in dumpDebug()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java94 import static com.android.server.wm.WindowManagerPolicyProto.ORIENTATION;
6529 proto.write(ORIENTATION, mDefaultDisplayRotation.getCurrentAppOrientation());
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4348 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10059 Landroid/content/ConfigurationProto;->ORIENTATION:J
67275 Landroid/widget/GridLayout;->ORIENTATION:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25065 field public static final java.lang.String ORIENTATION = "orientation";
/frameworks/base/core/api/
Dcurrent.txt37018 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";