Searched refs:getOrientation (Results 26 - 50 of 87) sorted by relevance

1234

/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h132 int getOrientation(int orientation, bool mirror);
H A DCameraClient.cpp59 mOrientation = getOrientation(0, mCameraFacing == CAMERA_FACING_FRONT);
751 orientation = getOrientation(arg1, mCameraFacing == CAMERA_FACING_FRONT);
1168 int CameraClient::getOrientation(int degrees, bool mirror) { function in class:android::CameraClient
/frameworks/base/media/java/android/media/
H A DMicrophoneInfo.java287 public Coordinate3F getOrientation() { method in class:MicrophoneInfo
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp422 ASSERT_EQ(218, event->getOrientation(0));
423 ASSERT_EQ(228, event->getOrientation(1));
503 ASSERT_EQ(218, event.getOrientation(0));
586 ASSERT_NEAR(tanf(angle), tanf(event.getOrientation(i)), 0.1);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DNestedRecyclerViewActivity.java48 new DividerItemDecoration(this, mLayoutManager.getOrientation()));
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DNestedRecyclerViewActivity.java48 new DividerItemDecoration(this, mLayoutManager.getOrientation()));
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DDisplayContentTests.java487 SCREEN_ORIENTATION_LANDSCAPE, dc.getOrientation());
491 SCREEN_ORIENTATION_PORTRAIT, dc.getOrientation());
495 SCREEN_ORIENTATION_LANDSCAPE, dc.getOrientation());
H A DTaskSnapshotPersisterLoaderTest.java69 assertEquals(Configuration.ORIENTATION_PORTRAIT, snapshot.getOrientation());
162 assertEquals(Configuration.ORIENTATION_PORTRAIT, snapshot.getOrientation());
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp365 uint32_t Transform::getOrientation() const function in class:android::Transform
372 return (getOrientation() & ROT_INVALID) ? false : true;
H A DDisplayDevice.h125 int getOrientation() const { return mOrientation; } function in class:android::DisplayDevice
/frameworks/support/viewpager2/src/main/java/androidx/viewpager2/widget/
H A DViewPager2.java523 public @Orientation int getOrientation() { method in class:ViewPager2
524 return mLayoutManager.getOrientation();
/frameworks/av/include/media/
H A DMicrophoneInfo.h177 const Vector<float>& getOrientation() const { function in class:android::media::MicrophoneInfo
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java679 int getOrientation() { method in class:WindowContainer
680 return getOrientation(mOrientation);
694 int getOrientation(int candidate) { method in class:WindowContainer
714 final int orientation = wc.getOrientation(candidate == SCREEN_ORIENTATION_BEHIND
H A DAppWindowContainerController.java297 public int getOrientation() { method in class:AppWindowContainerController
592 return mContainer.getTask().getConfiguration().orientation == snapshot.getOrientation();
H A DTaskSnapshotPersister.java313 proto.orientation = mSnapshot.getOrientation();
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java148 final int orientation = Exif.getOrientation(is, -1);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DWindowAlignment.java383 public final int getOrientation() { method in class:WindowAlignment
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DStaggeredGridLayoutManagerSavedStateTest.java209 mConfig.mOrientation, mLayoutManager.getOrientation());
H A DBaseLinearLayoutManagerTest.java489 1 - getOrientation());
584 if (getOrientation() == HORIZONTAL) {
H A DLinearLayoutManagerSavedStateTest.java332 mConfig.mOrientation, mLayoutManager.getOrientation());
/frameworks/base/native/android/
H A Dinput.cpp182 return static_cast<const MotionEvent*>(motion_event)->getOrientation(pointer_index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java68 setOrientation(mStatusIcons.getOrientation());
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java379 ScreenOrientation orientation = hardwareConfig.getOrientation();
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java389 final int orientation = mBitmap.getOrientation();
/frameworks/base/core/java/android/widget/
H A DTabHost.java330 switch (mTabWidget.getOrientation()) {

Completed in 838 milliseconds

1234