/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/sandboxTest/entry/src/main/ |
H A D | module.json | 36 "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 D | AccelerometerListener.java | 48 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 D | print_attribute_preference.h | 28 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 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()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
H A 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()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/app/ |
H A D | MediaSaver.java | 87 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 D | Thumbnail.java | 59 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 D | MediaSaverImpl.java | 70 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 D | PhotoUI.java | 164 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 D | screen_rotation_controller.cpp | 91 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 D | TouchCursorInputMapperCommon.h | 39 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 D | image_object.cpp | 61 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 D | screen_rotation_controller_test.cpp | 134 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 D | resource_convertor.cpp | 42 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 D | window_display_change_adapter.cpp | 72 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 D | OrientedBitmapDrawable.java | 41 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 D | resource_convertor.cpp | 42 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 D | OrientationListener.java | 73 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 D | window_display_change_adapter_test.cpp | 36 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 D | DragLayout.java | 114 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 D | Rotatable.java | 20 public void setOrientation(int orientation); in setOrientation()
|
H A D | FaceView.java | 66 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 D | Rotatable.java | 21 public void setOrientation(int orientation, boolean animation); in setOrientation()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | widget_schedule_node_impl_test.cpp | 163 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 D | DialpadSearchEmptyContentView.java | 35 int orientation = in inflateLayout() local
|