Searched defs:getOrientation (Results 1 - 25 of 32) 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/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemAlignment.java74 final public int getOrientation() { method in class:ItemAlignment
H A DWindowAlignment.java365 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/native/services/surfaceflinger/
H A DTransform.cpp344 uint32_t Transform::getOrientation() const function in class:android::Transform
351 return (getOrientation() & ROT_INVALID) ? false : true;
H A DDisplayDevice.h133 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java102 public int getOrientation(); method in interface:PrintHelper.PrintHelperVersionImpl
136 public int getOrientation() { return mOrientation; } method in class:PrintHelper.PrintHelperStubImpl
190 public int getOrientation() { method in class:PrintHelper.PrintHelperImpl
191 return mPrintHelper.getOrientation();
349 public int getOrientation() { method in class:PrintHelper
350 return mImpl.getOrientation();
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java169 public int getOrientation() { method in class:PrintHelperKitkat
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowContainerTests.java425 assertEquals(expectedOrientation, root.getOrientation());
433 assertEquals(SCREEN_ORIENTATION_UNSPECIFIED, root.getOrientation());
447 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisibleChild1VisibleAndSet.getOrientation());
450 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, invisible.getOrientation());
452 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
457 assertEquals(SCREEN_ORIENTATION_UNSET, visibleUnset.getOrientation());
458 assertEquals(SCREEN_ORIENTATION_LANDSCAPE, root.getOrientation());
478 visibleUnsetChild1VisibleSetBehind.getOrientation());
479 assertEquals(SCREEN_ORIENTATION_BEHIND, visibleUnset.getOrientation());
480 assertEquals(SCREEN_ORIENTATION_BEHIND, root.getOrientation());
808 int getOrientation(int candidate) { method in class:WindowContainerTests.TestWindowContainer
813 int getOrientation() { method in class:WindowContainerTests.TestWindowContainer
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowContainerController.java326 public int getOrientation() { method in class:AppWindowContainerController
647 return mContainer.getTask().getConfiguration().orientation == snapshot.getOrientation();
H A DWindowContainer.java519 int getOrientation() { method in class:WindowContainer
520 return getOrientation(mOrientation);
534 int getOrientation(int candidate) { method in class:WindowContainer
554 final int orientation = wc.getOrientation(candidate == SCREEN_ORIENTATION_BEHIND
H A DAppWindowToken.java1283 int getOrientation(int candidate) { method in class:AppWindowToken
H A DTaskStack.java1655 int getOrientation() { method in class:TaskStack
1657 ? super.getOrientation() : SCREEN_ORIENTATION_UNSET;
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp59 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
735 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1151 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.java1171 * @see #getOrientation(float[], float[])
1258 * @see #getOrientation(float[], float[])
1275 * {@link #getOrientation}) in a different coordinate system.
1313 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1468 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
1551 * See {@link #getOrientation} for more detailed definition of the output.
/frameworks/base/core/java/android/view/
H A DDisplay.java733 public int getOrientation() { method in class:Display
H A DMotionEvent.java716 * @see #getOrientation(int)
2117 * {@link #getOrientation(int)} for the first pointer index (may be an
2122 public final float getOrientation() { method in class:MotionEvent
2329 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2679 * @see #getOrientation()
2848 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2858 * @see #getOrientation(int)
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java732 * @see #getOrientation()
1061 * @see #getOrientation()
1554 * @see #getOrientation()
1659 * @see #getOrientation()
1814 public int getOrientation() { method in class:LinearLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java589 * @see #getOrientation()
922 * @see #getOrientation()
1417 * @see #getOrientation()
1512 * @see #getOrientation()
1666 public int getOrientation() { method in class:LinearLayoutCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java281 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
289 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
318 public int getOrientation() { method in class:LinearLayoutManager
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java568 * gradient's axis of orientation (see {@link #getOrientation()})
629 public Orientation getOrientation() { method in class:GradientDrawable
643 * @see #getOrientation()
/frameworks/native/include/input/
H A DInput.h481 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java285 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
293 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
322 public int getOrientation() { method in class:LinearLayoutManager

Completed in 501 milliseconds

12