Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/widget/
DScrollbarHelper.java30 static int computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, in computeScrollOffset()
61 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent()
80 static int computeScrollRange(RecyclerView.State state, OrientationHelper orientation, in computeScrollRange()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java44 public NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
50 protected NavigationBar(BridgeContext context, Density density, int orientation, boolean isRtl, in NavigationBar()
84 private void setupNavBar(BridgeContext context, int orientation) { in setupNavBar()
101 private static void setSize(BridgeContext context, View view, int orientation, int size) { in setSize()
/frameworks/base/core/java/android/view/
DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
DOrientationEventListener.java120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local
172 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
/frameworks/av/camera/
DCameraUtils.cpp56 int orientation = entry.data.i32[0]; in getRotationTransform() local
/frameworks/base/proto/src/
Dtask_snapshot.proto25 int32 orientation = 1; field
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DThumbnailData.java33 public int orientation; field in ThumbnailData
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp174 uint32_t DisplayDevice::displayStateOrientationToTransformOrientation(int orientation) { in displayStateOrientationToTransformOrientation()
189 status_t DisplayDevice::orientationToTransfrom(int orientation, int w, int h, ui::Transform* tr) { in orientationToTransfrom()
202 void DisplayDevice::setProjection(int orientation, in setProjection()
DDisplayDevice.h216 uint8_t orientation = 0; member
305 const int orientation = mDevice->getInstallOrientation(); in getSourceCrop() local
335 ui::Transform::orientation_flags rotation, int orientation) { in getDisplayRotation()
DRegionSamplingThread.cpp286 uint32_t orientation, const Rect& sample_area) { in sampleArea()
333 const std::vector<RegionSamplingThread::Descriptor>& descriptors, uint32_t orientation) { in sampleBuffer()
361 const auto orientation = [](uint32_t orientation) { in captureSample() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java449 int orientation = activity.info.screenOrientation; in resolveOrientation() local
507 final int orientation = resolveOrientation(root, display, inOutBounds); in getTaskBounds() local
544 private int convertOrientationToScreenOrientation(int orientation) { in convertOrientationToScreenOrientation()
557 int orientation = resolveOrientation(root); in resolveOrientation() local
582 @NonNull ActivityInfo.WindowLayout layout, int orientation, @NonNull Rect bounds) { in getDefaultFreeformSize()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation()
DExif.java162 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
/frameworks/native/libs/renderengine/include/renderengine/
DDisplaySettings.h62 uint32_t orientation = ui::Transform::ROT_0; member
/frameworks/base/core/java/android/gesture/
DOrientedBoundingBox.java31 public final float orientation; field in OrientedBoundingBox
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp25 static int32_t rotateValueUsingRotationMap(int32_t value, int32_t orientation, in rotateValueUsingRotationMap()
57 static int32_t rotateStemKey(int32_t value, int32_t orientation, const int32_t map[][2], in rotateStemKey()
82 static int32_t rotateKeyCode(int32_t keyCode, int32_t orientation) { in rotateKeyCode()
/frameworks/base/graphics/java/android/graphics/drawable/
DGradientDrawable.java217 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { in GradientDrawable()
655 public void setOrientation(Orientation orientation) { in setOrientation()
1983 public GradientState(Orientation orientation, int[] gradientColors) { in GradientState()
2187 public void setOrientation(Orientation orientation) { in setOrientation()
2212 Orientation orientation; in updateGradientStateOrientation() local
2248 private int getAngleFromOrientation(@Nullable Orientation orientation) { in getAngleFromOrientation()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java199 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_DropStaleConfigurations() local
217 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_ApplyNewConfigurations() local
235 final int orientation = activity.mConfig.orientation; in testHandleActivityConfigurationChanged_PickNewerPendingConfiguration() local
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DBucket.java67 Orientation orientation, long maxCacheSize) { in BucketCreationMetaData()
DImageImpl.java52 Orientation orientation) { in ImageImpl()
/frameworks/native/libs/input/
DTouchVideoFrame.cpp42 void TouchVideoFrame::rotate(int32_t orientation) { in rotate()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteHardwareConfig.java53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyDispatcher.java69 int orientation = mContext.getResources().getConfiguration().orientation; in onShortcutKeyPressed() local
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_pose.h26 float32x4_t orientation; member
72 float32x4_t orientation; member
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DExif.java157 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local

12345