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

/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.java78 final public int getOrientation() { method in class:ItemAlignment
H A DWindowAlignment.java302 final public 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 DDisplayDevice.h130 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
H A DTransform.cpp344 uint32_t Transform::getOrientation() const function in class:android::Transform
351 return (getOrientation() & ROT_INVALID) ? false : true;
/frameworks/support/core-utils/java/android/support/v4/print/
H A DPrintHelper.java104 public int getOrientation(); method in interface:PrintHelper.PrintHelperVersionImpl
138 public int getOrientation() { return mOrientation; } method in class:PrintHelper.PrintHelperStubImpl
191 public int getOrientation() { method in class:PrintHelper.PrintHelperImpl
192 return mPrintHelper.getOrientation();
347 public int getOrientation() { method in class:PrintHelper
348 return mImpl.getOrientation();
/frameworks/support/core-utils/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java167 public int getOrientation() { method in class:PrintHelperKitkat
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp57 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
679 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1042 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.java1103 * @see #getOrientation(float[], float[])
1190 * @see #getOrientation(float[], float[])
1207 * {@link #getOrientation}) in a different coordinate system.
1245 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1400 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
1483 * See {@link #getOrientation} for more detailed definition of the output.
/frameworks/base/core/java/android/view/
H A DDisplay.java665 public int getOrientation() { method in class:Display
H A DMotionEvent.java688 * @see #getOrientation(int)
2038 * {@link #getOrientation(int)} for the first pointer index (may be an
2043 public final float getOrientation() { method in class:MotionEvent
2250 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2598 * @see #getOrientation()
2767 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2777 * @see #getOrientation(int)
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java687 * @see #getOrientation()
1014 * @see #getOrientation()
1504 * @see #getOrientation()
1609 * @see #getOrientation()
1764 public int getOrientation() { method in class:LinearLayout
H A DGridLayout.java314 public int getOrientation() { method in class:GridLayout
350 * @see #getOrientation()
/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/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java567 * gradient's axis of orientation (see {@link #getOrientation()})
628 public Orientation getOrientation() { method in class:GradientDrawable
642 * @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.java282 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
290 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
319 public int getOrientation() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java2213 public int getOrientation() { method in class:StaggeredGridLayoutManager
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp171 uint16_t getOrientation() const;
258 uint16_t NativeContext::getOrientation() const { function in class:NativeContext
1797 uint16_t orientation = nativeContext->getOrientation();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java306 public int getOrientation() { method in class:GridLayout
342 * @see #getOrientation()
/frameworks/native/services/inputflinger/
H A DInputReader.h943 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 756 milliseconds