/frameworks/ex/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 25 public static int getOrientation(byte[] jpeg) { in getOrientation() method in Exif
|
D | ImageUtils.java | 155 final int orientation = Exif.getOrientation(bitmapBytes); in decodeStream()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 25 public static int getOrientation(byte[] jpeg) { in getOrientation() method in Exif
|
D | ImageUtils.java | 168 final int orientation = Exif.getOrientation(bitmapBytes); in decodeStream()
|
/frameworks/base/libs/androidfw/tests/ |
D | InputEvent_test.cpp | 423 ASSERT_EQ(218, event->getOrientation(0)); in assertEqualsEventWithHistory() 424 ASSERT_EQ(228, event->getOrientation(1)); in assertEqualsEventWithHistory() 504 ASSERT_EQ(218, event.getOrientation(0)); in TEST_F() 573 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1); in TEST_F()
|
D | InputPublisherAndConsumer_test.cpp | 225 motionEvent->getOrientation(i)); in PublishAndConsumeMotionEvent()
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.h | 64 uint32_t getOrientation() const;
|
D | Transform.cpp | 305 uint32_t Transform::getOrientation() const in getOrientation() function in android::Transform 312 return (getOrientation() & ROT_INVALID) ? false : true; in preserveRects()
|
D | DisplayDevice.h | 106 int getOrientation() const { return mOrientation; } in getOrientation() function
|
D | Layer.cpp | 273 const uint32_t finalTransform = tr.getOrientation(); in setGeometry() 778 orientation = planeTransform.getOrientation(); in updateTransformHint()
|
D | DisplayDevice.cpp | 397 if (R.getOrientation() & Transform::ROT_90) { in updateGeometryTransform()
|
D | LayerBase.cpp | 278 const uint32_t finalTransform = s.transform.getOrientation(); in setGeometry()
|
D | SurfaceFlinger.cpp | 659 info->orientation = hw->getOrientation(); in getDisplayInfo() 1381 const int32_t layerOrientation = s.transform.getOrientation(); in computeVisibleRegions() 2385 hw->getOrientation(), hw->canDraw()); in dumpAllLocked()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraClient.h | 112 int getOrientation(int orientation, bool mirror);
|
D | CameraClient.cpp | 58 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT); in CameraClient() 597 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT); in sendCommand() 938 int CameraClient::getOrientation(int degrees, bool mirror) { in getOrientation() function in android::CameraClient
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 468 public int getOrientation() { in getOrientation() method in Display
|
D | MotionEvent.java | 1900 public final float getOrientation() { in getOrientation() method in MotionEvent 2109 public final float getOrientation(int pointerIndex) { in getOrientation() method in MotionEvent
|
/frameworks/base/core/java/android/webkit/ |
D | DeviceOrientationService.java | 125 SensorManager.getOrientation(deviceRotationMatrix, rotationAngles); in getOrientationUsingGetRotationMatrix()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_position.jd | 173 with the {@link android.hardware#getOrientation getOrientation()} method to compute orientation 249 use these matrices with the {@link android.hardware.SensorManager#getOrientation getOrientation()}
|
D | sensors_overview.jd | 748 earth. For more information, see the {@link android.hardware.SensorManager#getOrientation 749 getOrientation()} method, the {@link android.hardware.SensorManager#getRotationMatrix 801 android.hardware.SensorManager#getOrientation getOrientation()} method instead. Likewise, the
|
/frameworks/base/native/android/ |
D | input.cpp | 179 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index); in AMotionEvent_getOrientation()
|
/frameworks/base/include/androidfw/ |
D | Input.h | 426 inline float getOrientation(size_t pointerIndex) const { in getOrientation() function
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 308 switch (mTabWidget.getOrientation()) { in getTabWidgetLocation()
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 1063 public static float[] getOrientation(float[] R, float values[]) { in getOrientation() method in SensorManager
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 194 public int getOrientation() { in getOrientation() method in GestureOverlayView
|