Searched defs:getOrientation (Results 1 - 23 of 23) sorted by path

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp56 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
624 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
978 int CameraClient::getOrientation(int degrees, bool mirror) { function in class:android::CameraClient
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java199 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java970 * @see #getOrientation(float[], float[])
1047 * @see #getOrientation(float[], float[])
1064 * {@link #getOrientation}) in a different coordinate system.
1102 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1251 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
/frameworks/base/core/java/android/view/
H A DDisplay.java591 public int getOrientation() { method in class:Display
H A DMotionEvent.java647 * @see #getOrientation(int)
1930 * {@link #getOrientation(int)} for the first pointer index (may be an
1935 public final float getOrientation() { method in class:MotionEvent
2142 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2456 * @see #getOrientation()
2625 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2635 * @see #getOrientation(int)
/frameworks/base/core/java/android/widget/
H A DGridLayout.java314 public int getOrientation() { method in class:GridLayout
350 * @see #getOrientation()
H A DLinearLayout.java651 * @see #getOrientation()
982 * @see #getOrientation()
1476 * @see #getOrientation()
1570 * @see #getOrientation()
1726 public int getOrientation() { method in class:LinearLayout
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java472 public Orientation getOrientation() { method in class:GradientDrawable
/frameworks/native/include/input/
H A DInput.h444 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/services/inputflinger/
H A DInputReader.h882 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot
/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/opt/bitmap/src/com/android/bitmap/
H A DReusableBitmap.java65 public int getOrientation() { method in class:ReusableBitmap
/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.java173 final public int getOrientation() { method in class:ItemAlignment
H A DWindowAlignment.java302 final public int getOrientation() { method in class:WindowAlignment
/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/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java147 public int getOrientation() { method in class:PrintHelperKitkat
/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/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java303 public int getOrientation() { method in class:GridLayout
339 * @see #getOrientation()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java254 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
262 * @return true if {@link #getOrientation()} is {@link #VERTICAL}
292 public int getOrientation() { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java1933 public int getOrientation() { method in class:StaggeredGridLayoutManager

Completed in 293 milliseconds