Home
last modified time | relevance | path

Searched refs:screenShape (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/deviceInfo/
Dindex.js30 screenShape:'',
48 that.screenShape = 'screenShape:' + data.screenShape;
/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
Dgfx_engine_manager.h175 virtual void SetScreenShape(ScreenShape screenShape) in SetScreenShape() argument
177 screenShape_ = screenShape; in SetScreenShape()
/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.h48 …LongScreenType screenLong, ScreenShape screenShape, DeviceOrientation orientation, ColorMode color… in AceResConfig() argument
50 …e_(language), script_(script), region_(region), screenLong_(screenLong), screenShape_(screenShape), in AceResConfig()