Home
last modified time | relevance | path

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

12345678910>>...13

/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 …]
/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()
/aosp14/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()
/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/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()
/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()
/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/ohos/osal/
H A Dresource_convertor.cpp42 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 DOrientationListener.java73 public void onOrientationChanged(int orientation) { in onOrientationChanged()
108 abstract public void onOrientationChanged(int orientation); in onOrientationChanged()
H A DOrientationEventListener.java120 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 Dwindow_display_change_adapter_test.cpp36 DisplayOrientation orientation) override in OnDisplayInfoChange()
101 DisplayOrientation orientation = DisplayOrientation::UNKNOWN; variable
/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
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java115 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 Ddrawing_image_data.h29 ImageRotateOrientation orientation = ImageRotateOrientation::UP; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h41 …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 DSystemUIToast.java72 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 Dconfig.json39 "orientation": "unspecified", string
49 "orientation": "unspecified", string
58 "orientation": "unspecified", string
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_model.cpp33 Rosen::Orientation PreviewerWindow::TransOrientation(Previewer::Orientation orientation) in TransOrientation()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Ddisplay_info.cpp54 uint32_t orientation; in Unmarshalling() local
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
H A DA11yMenuOverlayLayout.java198 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 Dconfig.json39 "orientation": "unspecified", string
59 "orientation": "unspecified", string
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/moduletest/other_bundle/bmsThirdBundle2/src/main/
H A Dconfig.json38 "orientation": "unspecified", string
47 "orientation": "unspecified", string
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp38 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 Dconfig.json39 "orientation": "unspecified", string
48 "orientation": "unspecified", string

12345678910>>...13