Searched refs:getOrientation (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 public static int getOrientation(byte[] jpeg) { method in class:Exif
H A DImageUtils.java155 final int orientation = Exif.getOrientation(bitmapBytes);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 public static int getOrientation(byte[] jpeg) { method in class:Exif
H A DImageUtils.java164 final int orientation = Exif.getOrientation(bitmapBytes);
/frameworks/native/services/surfaceflinger/
H A DTransform.h64 uint32_t getOrientation() const;
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;
H A DLayer.cpp272 const uint32_t finalTransform = tr.getOrientation();
780 orientation = planeTransform.getOrientation();
H A DDisplayDevice.cpp397 if (R.getOrientation() & Transform::ROT_90) {
H A DLayerBase.cpp278 const uint32_t finalTransform = s.transform.getOrientation();
H A DSurfaceFlinger.cpp659 info->orientation = hw->getOrientation();
1338 const int32_t layerOrientation = s.transform.getOrientation();
2342 hw->getOrientation(), hw->canDraw());
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h112 int getOrientation(int orientation, bool mirror);
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/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/base/core/java/android/webkit/
H A DDeviceOrientationService.java125 SensorManager.getOrientation(deviceRotationMatrix, rotationAngles);
H A DBrowserFrame.java161 mWindowManager.getDefaultDisplay().getOrientation();
/frameworks/base/libs/androidfw/tests/
H A DInputEvent_test.cpp423 ASSERT_EQ(218, event->getOrientation(0));
424 ASSERT_EQ(228, event->getOrientation(1));
504 ASSERT_EQ(218, event.getOrientation(0));
573 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1);
H A DInputPublisherAndConsumer_test.cpp225 motionEvent->getOrientation(i));
/frameworks/base/native/android/
H A Dinput.cpp179 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index);
/frameworks/base/include/androidfw/
H A DInput.h426 inline float getOrientation(size_t pointerIndex) const { function in class:android::MotionEvent
/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 DTabHost.java308 switch (mTabWidget.getOrientation()) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java385 public Orientation getOrientation() { method in class:GradientDrawable

Completed in 306 milliseconds

12