Home
last modified time | relevance | path

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

12345678910>>...21

/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/sandboxTest/entry/src/main/
H A Dmodule.json36 "orientation": "unspecified", string
46 "orientation": "landscape", string
56 "orientation": "portrait", string
66 "orientation": "landscape_inverted", string
78 "orientation": "portrait_inverted", string
86 "orientation": "auto_rotation", string
94 "orientation": "auto_rotation_landscape", string
102 "orientation": "auto_rotation_portrait", string
110 "orientation": "auto_rotation_restricted", string
126 "orientation": "auto_rotation_portrait_restricted" string
[all …]
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DAccelerometerListener.java48 private int orientation; field in AccelerometerListener
116 private void setOrientation(int orientation) { in setOrientation()
160 final int orientation = in onSensorEvent() local
170 void orientationChanged(int orientation); in orientationChanged()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_attribute_preference.h28 std::string orientation; variable
34 …PreferenceSetting(std::string pagesizeId, std::string orientation, std::string duplex, std::string… in PreferenceSetting()
80 std::vector<std::string> orientation; variable
87 PrinterPreference(std::vector<std::string> pagesizeId, std::vector<std::string> orientation, in PrinterPreference()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A 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()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DMediaSaver.java87 int orientation, ExifInterface exif, OnMediaSavedListener l); in addImage()
109 int orientation, ExifInterface exif, OnMediaSavedListener l, String mimeType); in addImage()
126 void addImage(byte[] data, String title, long date, Location loc, int orientation, in addImage()
146 void addImage(byte[] data, String title, Location loc, int width, int height, int orientation, in addImage()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DThumbnail.java59 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) { in Thumbnail()
81 private static Bitmap rotateImage(Bitmap bitmap, int orientation) { in rotateImage()
182 public Media(long id, int orientation, long dateTaken, Uri uri) { in Media()
190 public final int orientation; field in Thumbnail.Media
247 public static Thumbnail createThumbnail(byte[] jpeg, int orientation, int inSampleSize, in createThumbnail()
299 private static Thumbnail createThumbnail(Uri uri, Bitmap bitmap, int orientation) { in createThumbnail()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DMediaSaverImpl.java70 int height, int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage()
77 int height, int orientation, ExifInterface exif, OnMediaSavedListener l, in addImage()
95 public void addImage(final byte[] data, String title, long date, Location loc, int orientation, in addImage()
104 int orientation, ExifInterface exif, OnMediaSavedListener l) { in addImage()
142 private final int orientation; field in MediaSaverImpl.ImageSaveTask
149 int width, int height, int orientation, String mimeType, in ImageSaveTask()
H A DPhotoUI.java164 public DecodeTask(byte[] data, int orientation, boolean mirror) { in DecodeTask()
178 public DecodeImageForReview(byte[] data, int orientation, boolean mirror) { in DecodeImageForReview()
302 public void animateCapture(final byte[] jpegData, int orientation, boolean mirror) { in animateCapture()
353 protected void showCapturedImageForReview(byte[] jpegData, int orientation, boolean mirror) { in showCapturedImageForReview()
368 public void setDisplayOrientation(int orientation) { in setDisplayOrientation()
422 public void onStartFaceDetection(int orientation, boolean mirror) { in onStartFaceDetection()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp91 Orientation orientation = GetPreferredOrientation(); in HandleSensorEventInput() local
218 bool ScreenRotationController::IsSensorRelatedOrientation(Orientation orientation) in IsSensorRelatedOrientation()
228 Orientation orientation, DeviceRotation sensorRotationConverted) in ProcessSwitchToSensorRelatedOrientation()
429 void ScreenRotationController::ProcessSwitchToSensorUnrelatedOrientation(Orientation orientation, b… in ProcessSwitchToSensorUnrelatedOrientation()
464 void ScreenRotationController::ProcessOrientationSwitch(Orientation orientation, bool withAnimation) in ProcessOrientationSwitch()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchCursorInputMapperCommon.h39 static int32_t getInverseRotation(int32_t orientation) { in getInverseRotation()
50 static void rotateDelta(int32_t orientation, float* deltaX, float* deltaY) { in rotateDelta()
77 static void rotatePoint(int32_t orientation, float& x, float& y, int32_t width, int32_t height) { in rotatePoint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_object.cpp61 void ImageObject::SetOrientation(ImageRotateOrientation orientation) in SetOrientation()
71 void ImageObject::SetUserOrientation(ImageRotateOrientation orientation) in SetUserOrientation()
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dscreen_rotation_controller_test.cpp134 Orientation orientation = Orientation::SENSOR; variable
257 Orientation orientation = Orientation::SENSOR; variable
447 Orientation orientation = Orientation::UNSPECIFIED; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp42 Global::Resource::Direction ConvertDirectionToGlobal(DeviceOrientation orientation) in ConvertDirectionToGlobal()
106 DeviceOrientation ConvertDirectionToAce(Global::Resource::Direction orientation) in ConvertDirectionToAce()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_display_change_adapter.cpp72 auto orientation = displayInfo->GetDisplayOrientation(); in OnChange() local
84 DisplayId displayId, float density, DisplayOrientation orientation) in OnDisplayInfoChange()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DOrientedBitmapDrawable.java41 public static BitmapDrawable create(final int orientation, Resources res, Bitmap bitmap) { in create()
51 private OrientedBitmapDrawable(final int orientation, Resources res, Bitmap bitmap) { in OrientedBitmapDrawable()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp42 Global::Resource::Direction ConvertDirectionToGlobal(DeviceOrientation orientation) in ConvertDirectionToGlobal()
129 DeviceOrientation ConvertDirectionToAce(Global::Resource::Direction orientation) in ConvertDirectionToAce()
/aosp12/frameworks/base/core/java/android/view/
H A DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_display_change_adapter_test.cpp36 DisplayOrientation orientation) override in OnDisplayInfoChange()
101 DisplayOrientation orientation = DisplayOrientation::UNKNOWN; variable
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java114 final int orientation = getResources().getConfiguration().orientation; in onApplyWindowInsets() local
131 final int orientation = getResources().getConfiguration().orientation; in onConfigChanged() local
144 final int orientation = getResources().getConfiguration().orientation; in updateContainerMargins() local
225 final int orientation = getResources().getConfiguration().orientation; in updateDropZoneSizes() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotatable.java20 public void setOrientation(int orientation); in setOrientation()
H A DFaceView.java66 public void setDisplayOrientation(int orientation) { in setDisplayOrientation()
71 public void setOrientation(int orientation) { in setOrientation()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotatable.java21 public void setOrientation(int orientation, boolean animation); in setOrientation()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp163 uint32_t orientation = 1; variable
179 uint32_t orientation = 2; variable
195 uint32_t orientation = 3; variable
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/widget/
H A DDialpadSearchEmptyContentView.java35 int orientation = in inflateLayout() local

12345678910>>...21