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/support/v4/java/android/support/v4/print/
H A DPrintHelper.java103 public int getOrientation(); method in interface:PrintHelper.PrintHelperVersionImpl
137 public int getOrientation() { return mOrientation; } method in class:PrintHelper.PrintHelperStubImpl
189 public int getOrientation() { method in class:PrintHelper.PrintHelperKitkatImpl
190 return mPrintHelper.getOrientation();
300 public int getOrientation() { method in class:PrintHelper
301 return mImpl.getOrientation();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h116 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
H A DTransform.cpp341 uint32_t Transform::getOrientation() const function in class:android::Transform
348 return (getOrientation() & ROT_INVALID) ? false : true;
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java152 public int getOrientation() { method in class:PrintHelperKitkat
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
620 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
958 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.java974 * @see #getOrientation(float[], float[])
1061 * @see #getOrientation(float[], float[])
1078 * {@link #getOrientation}) in a different coordinate system.
1116 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1256 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
1339 * See {@link #getOrientation} for more detailed definition of the output.
/frameworks/base/core/java/android/view/
H A DDisplay.java618 public int getOrientation() { method in class:Display
H A DMotionEvent.java673 * @see #getOrientation(int)
1973 * {@link #getOrientation(int)} for the first pointer index (may be an
1978 public final float getOrientation() { method in class:MotionEvent
2185 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2533 * @see #getOrientation()
2702 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2712 * @see #getOrientation(int)
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java677 * @see #getOrientation()
1008 * @see #getOrientation()
1505 * @see #getOrientation()
1610 * @see #getOrientation()
1766 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.java585 * @see #getOrientation()
918 * @see #getOrientation()
1413 * @see #getOrientation()
1508 * @see #getOrientation()
1662 public int getOrientation() { method in class:LinearLayoutCompat
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java474 public Orientation getOrientation() { method in class:GradientDrawable
/frameworks/native/include/input/
H A DInput.h462 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java273 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
281 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
311 public int getOrientation() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java2013 public int getOrientation() { method in class:StaggeredGridLayoutManager
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp163 uint16_t getOrientation() const;
250 uint16_t NativeContext::getOrientation() const { function in class:NativeContext
1733 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.h937 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 546 milliseconds