Searched defs:getOrientation (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java39 public static int getOrientation(final InputStream inputStream, final long byteSize) { method in class:Exif
213 public static int getOrientation(final byte[] jpeg) { method in class:Exif
214 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java34 public static int getOrientation(final InputStream inputStream, final long byteSize) { method in class:Exif
208 public static int getOrientation(final byte[] jpeg) { method in class:Exif
209 return getOrientation(new ByteArrayInputStream(jpeg), jpeg.length);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DItemAlignment.java74 final public int getOrientation() { method in class:ItemAlignment
H A DWindowAlignment.java383 public final int getOrientation() { method in class:WindowAlignment
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java65 public int getOrientation() { method in class:ReusableBitmap
/frameworks/av/include/media/
H A DMicrophoneInfo.h177 const Vector<float>& getOrientation() const { function in class:android::media::MicrophoneInfo
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp365 uint32_t Transform::getOrientation() const function in class:android::Transform
372 return (getOrientation() & ROT_INVALID) ? false : true;
H A DDisplayDevice.h125 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java287 public Coordinate3F getOrientation() { method in class:MicrophoneInfo
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowContainerTests.java458 assertEquals(expectedOrientation, root.getOrientation());
466 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, root.getOrientation());
480 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisibleChild1VisibleAndSet.getOrientation());
483 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisible.getOrientation());
485 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
490 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation());
491 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
511 visibleUnsetChild1VisibleSetBehind.getOrientation());
512 assertEquals(SCREEN_ORIENTATION_BEHIND, visibleUnset.getOrientation());
513 assertEquals(SCREEN_ORIENTATION_BEHIND, root.getOrientation());
787 int getOrientation(int candidate) { method in class:WindowContainerTests.TestWindowContainer
792 int getOrientation() { method in class:WindowContainerTests.TestWindowContainer
[all...]
/frameworks/support/print/src/main/java/androidx/print/
H A DPrintHelper.java223 public int getOrientation() { method in class:PrintHelper
/frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
H A DViewPager2.java523 public @Orientation int getOrientation() { method in class:ViewPager2
524 return mLayoutManager.getOrientation();
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java297 public int getOrientation() { method in class:AppWindowContainerController
592 return mContainer.getTask().getConfiguration().orientation == snapshot.getOrientation();
H A DWindowContainer.java679 int getOrientation() { method in class:WindowContainer
680 return getOrientation(mOrientation);
694 int getOrientation(int candidate) { method in class:WindowContainer
714 final int orientation = wc.getOrientation(candidate == SCREEN_ORIENTATION_BEHIND
H A DAppWindowToken.java1294 int getOrientation(int candidate) { method in class:AppWindowToken
H A DTaskStack.java1787 int getOrientation() { method in class:TaskStack
1788 return (canSpecifyOrientation()) ? super.getOrientation() : SCREEN_ORIENTATION_UNSET;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp59 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
751 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1168 int CameraClient::getOrientation(int degrees, bool mirror) { function in class:android::CameraClient
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java200 public int getOrientation() { method in class:GestureOverlayView
/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/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/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/view/
H A DDisplay.java752 public int getOrientation() { method in class:Display
/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()
/frameworks/native/include/input/
H A DInput.h481 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent

Completed in 720 milliseconds

12