/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 …]
|
/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()
|
/aosp14/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()
|
/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/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()
|
/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()
|
/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/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()
|
/aosp14/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()
|
H A D | OrientationEventListener.java | 120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged() local 172 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
|
/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
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/ |
H A D | DragLayout.java | 115 int orientation = getResources().getConfiguration().orientation; in DragLayout() local 127 final int orientation = getResources().getConfiguration().orientation; in onApplyWindowInsets() local 165 private void updateContainerMargins(int orientation) { in updateContainerMargins() 260 final int orientation = getResources().getConfiguration().orientation; in updateDropZoneSizes() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/ |
H A D | drawing_image_data.h | 29 ImageRotateOrientation orientation = ImageRotateOrientation::UP; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.h | 41 …AceResConfig(int32_t mcc, int32_t mnc, DeviceOrientation orientation, ColorMode colorMode, DeviceT… in AceResConfig() 48 …LongScreenType screenLong, ScreenShape screenShape, DeviceOrientation orientation, ColorMode color… in AceResConfig()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/ |
H A D | SystemUIToast.java | 72 String packageName, int userId, int orientation) { in SystemUIToast() 79 int orientation) { in SystemUIToast() 219 public void onOrientationChange(int orientation) { in onOrientationChange()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle41/src/main/ |
H A D | config.json | 39 "orientation": "unspecified", string 49 "orientation": "unspecified", string 58 "orientation": "unspecified", string
|
/ohos5.0/foundation/window/window_manager/previewer/src/ |
H A D | window_model.cpp | 33 Rosen::Orientation PreviewerWindow::TransOrientation(Previewer::Orientation orientation) in TransOrientation()
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | display_info.cpp | 54 uint32_t orientation; in Unmarshalling() local
|
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/ |
H A D | A11yMenuOverlayLayout.java | 198 final int orientation = configuration.orientation; in updateLayoutPosition() local 269 int orientation = mService.getResources().getConfiguration().orientation; in updateLayoutByWindowInsetsIfNeeded() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/bmssystemtestability/abilitySrc/thirdPageDemo2/ |
H A D | config.json | 39 "orientation": "unspecified", string 59 "orientation": "unspecified", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/moduletest/other_bundle/bmsThirdBundle2/src/main/ |
H A D | config.json | 38 "orientation": "unspecified", string 47 "orientation": "unspecified", string
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_display_DisplayViewport.cpp | 38 jfieldID orientation; member 64 jint orientation = env->GetIntField(viewportObj, gDisplayViewportClassInfo.orientation); in android_hardware_display_DisplayViewport_toNative() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/bmsThirdBundle5/src/main/ |
H A D | config.json | 39 "orientation": "unspecified", string 48 "orientation": "unspecified", string
|