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

/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 public static int getOrientation(byte[] jpeg) { method in class:Exif
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 public static int getOrientation(byte[] jpeg) { method in class:Exif
/frameworks/base/core/java/android/view/
H A DDisplay.java468 public int getOrientation() { method in class:Display
H A DMotionEvent.java629 * @see #getOrientation(int)
1895 * {@link #getOrientation(int)} for the first pointer index (may be an
1900 public final float getOrientation() { method in class:MotionEvent
2109 public final float getOrientation(int pointerIndex) { method in class:MotionEvent
2423 * @see #getOrientation()
2592 * Returns a historical orientation coordinate, as per {@link #getOrientation(int)}, that
2602 * @see #getOrientation(int)
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h106 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
H A DTransform.cpp305 uint32_t Transform::getOrientation() const function in class:android::Transform
312 return (getOrientation() & ROT_INVALID) ? false : true;
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp58 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
597 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
938 int CameraClient::getOrientation(int degrees, bool mirror) { function in class:android::CameraClient
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java194 public int getOrientation() { method in class:GestureOverlayView
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java782 * @see #getOrientation(float[], float[])
859 * @see #getOrientation(float[], float[])
876 * {@link #getOrientation}) in a different coordinate system.
914 * angles (see {@link #getOrientation}). If the rotation matrix is also used
1063 public static float[] getOrientation(float[] R, float values[]) { method in class:SensorManager
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java626 * @see #getOrientation()
954 * @see #getOrientation()
1444 * @see #getOrientation()
1534 * @see #getOrientation()
1685 public int getOrientation() { method in class:LinearLayout
H A DGridLayout.java292 public int getOrientation() { method in class:GridLayout
328 * @see #getOrientation()
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java385 public Orientation getOrientation() { method in class:GradientDrawable
/frameworks/base/include/androidfw/
H A DInput.h426 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java296 public int getOrientation() { method in class:GridLayout
308 * @see #getOrientation()
/frameworks/base/services/input/
H A DInputReader.h843 inline int32_t getOrientation() const { return mAbsMTOrientation; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 384 milliseconds