Home
last modified time | relevance | path

Searched refs:configChanges_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp472 configChanges_.watchLocale = true; in SetConfigChanges()
475 configChanges_.watchLayout = true; in SetConfigChanges()
478 configChanges_.watchFontSize = true; in SetConfigChanges()
481 configChanges_.watchOrientation = true; in SetConfigChanges()
484 configChanges_.watchDensity = true; in SetConfigChanges()
533 if ((orientation != runArgs_.deviceConfig.orientation && configChanges_.watchOrientation) || in SurfaceChanged()
534 (resolution != runArgs_.deviceConfig.density && configChanges_.watchDensity) || in SurfaceChanged()
535 ((width != runArgs_.deviceWidth || height != runArgs_.deviceHeight) && configChanges_.watchLayout)) { in SurfaceChanged()
H A Dace_ability.h111 ConfigChanges configChanges_; member in OHOS::OHOS::Ace::Platform::AceAbility

Completed in 3 milliseconds