/frameworks/base/core/java/com/android/internal/widget/ |
D | ScrollbarHelper.java | 30 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/ |
D | NavigationBar.java | 44 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/ |
D | OrientationListener.java | 73 public void onOrientationChanged(int orientation) { in onOrientationChanged() 108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
|
D | OrientationEventListener.java | 120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local 172 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
|
/frameworks/av/camera/ |
D | CameraUtils.cpp | 56 int orientation = entry.data.i32[0]; in getRotationTransform() local
|
/frameworks/base/proto/src/ |
D | task_snapshot.proto | 25 int32 orientation = 1; field
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | ThumbnailData.java | 33 public int orientation; field in ThumbnailData
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 174 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()
|
D | DisplayDevice.h | 216 uint8_t orientation = 0; member 305 const int orientation = mDevice->getInstallOrientation(); in getSourceCrop() local 335 ui::Transform::orientation_flags rotation, int orientation) { in getDisplayRotation()
|
D | RegionSamplingThread.cpp | 286 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/ |
D | TaskLaunchParamsModifier.java | 449 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/ |
D | RectUtils.java | 37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation()
|
D | Exif.java | 162 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
|
/frameworks/native/libs/renderengine/include/renderengine/ |
D | DisplaySettings.h | 62 uint32_t orientation = ui::Transform::ROT_0; member
|
/frameworks/base/core/java/android/gesture/ |
D | OrientedBoundingBox.java | 31 public final float orientation; field in OrientedBoundingBox
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 25 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/ |
D | GradientDrawable.java | 217 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/ |
D | ActivityThreadTest.java | 199 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/ |
D | Bucket.java | 67 Orientation orientation, long maxCacheSize) { in BucketCreationMetaData()
|
D | ImageImpl.java | 52 Orientation orientation) { in ImageImpl()
|
/frameworks/native/libs/input/ |
D | TouchVideoFrame.cpp | 42 void TouchVideoFrame::rotate(int32_t orientation) { in rotate()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteHardwareConfig.java | 53 float ydpi, ScreenSize screenSize, ScreenOrientation orientation, in RemoteHardwareConfig()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/ |
D | ShortcutKeyDispatcher.java | 69 int orientation = mContext.getResources().getConfiguration().orientation; in onShortcutKeyPressed() local
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_pose.h | 26 float32x4_t orientation; member 72 float32x4_t orientation; member
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 157 final int orientation = pack(jpeg, offset + 8, 2, littleEndian); in getOrientation() local
|