Searched refs:getOrientation (Results 51 - 75 of 87) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java291 if (linearLayout.getOrientation() == LinearLayout.VERTICAL) {
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java494 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) {
/frameworks/native/include/input/
H A DInput.h481 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp231 motionEvent->getOrientation(i));
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java172 orientation = Exif.getOrientation(in, byteSize);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java284 * @see NonAppWindowContainers#getOrientation()
292 * @see NonAppWindowContainers#getOrientation()
1690 int getOrientation() { method in class:DisplayContent
1713 final int orientation = mAboveAppWindowsContainers.getOrientation();
1720 return mTaskStackContainers.getOrientation();
3534 int getOrientation() { method in class:DisplayContent.TaskStackContainers
3549 final int orientation = mHomeStack.getOrientation();
3557 final int orientation = super.getOrientation();
3779 int getOrientation() { method in class:DisplayContent.NonAppWindowContainers
H A DTaskStack.java1787 int getOrientation() { method in class:TaskStack
1788 return (canSpecifyOrientation()) ? super.getOrientation() : SCREEN_ORIENTATION_UNSET;
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java200 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/view/
H A DDisplay.java752 public int getOrientation() { method in class:Display
H A DMotionEvent.java720 * @see #getOrientation(int)
2121 * {@link #getOrientation(int)} for the first pointer index (may be an
2126 public final float getOrientation() { method in class:MotionEvent
2333 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2683 * @see #getOrientation()
2852 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2862 * @see #getOrientation(int)
/frameworks/support/print/src/main/java/androidx/print/
H A DPrintHelper.java223 public int getOrientation() { method in class:PrintHelper
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp173 uint16_t getOrientation() const;
260 uint16_t NativeContext::getOrientation() const { function in class:NativeContext
1868 uint16_t orientation = nativeContext->getOrientation();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp448 invTransform = (Transform(invTransformOrient) * Transform(invTransform)).getOrientation();
633 const uint32_t orientation = transform.getOrientation();
1385 orientation = planeTransform.getOrientation();
H A DBufferLayer.cpp234 tr = tr * inverseOrientation(parentTransform.getOrientation());
H A DDisplayDevice.cpp583 if (R.getOrientation() & Transform::ROT_90) {
H A DSurfaceFlinger.cpp874 info.orientation = hw ? hw->getOrientation() : 0;
2732 const int32_t layerOrientation = tr.getOrientation();
4266 hw->getOrientation(), hw->isDisplayOn());
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1176 * @see #getOrientation(float[], float[])
1263 * @see #getOrientation(float[], float[])
1280 * {@link #getOrientation}) in a different coordinate system.
1318 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1475 public static float[] getOrientation(float[] R, float[] values) { method in class:SensorManager
1558 * See {@link #getOrientation} for more detailed definition of the output.
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseStaggeredGridLayoutManagerTest.java670 if (getOrientation() == HORIZONTAL) {
H A DStaggeredGridLayoutManagerTest.java1296 config.mOrientation, mLayoutManager.getOrientation());
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java276 if (getOrientation() == VERTICAL) {
803 * If {@link #getOrientation()} is {@link #VERTICAL}, this is the number of columns.
804 * If {@link #getOrientation()} is {@link #HORIZONTAL}, this is the number of rows.
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java898 && (0 == event.getMetaState()) && (0F == event.getOrientation())
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DLinearLayoutCompat.java590 * @see #getOrientation()
923 * @see #getOrientation()
1417 * @see #getOrientation()
1512 * @see #getOrientation()
1666 public int getOrientation() { method in class:LinearLayoutCompat
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java751 * @see #getOrientation()
1081 * @see #getOrientation()
1575 * @see #getOrientation()
1680 * @see #getOrientation()
1835 public int getOrientation() { method in class:LinearLayout
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java277 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
285 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
314 public int getOrientation() { method in class:LinearLayoutManager
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java569 * gradient's axis of orientation (see {@link #getOrientation()})
630 public Orientation getOrientation() { method in class:GradientDrawable
644 * @see #getOrientation()

Completed in 1432 milliseconds

1234