Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragment.java2243 @Nullable ActivityRecord.CompatDisplayInsets mTmpCompatInsets; field in TaskFragment.ConfigOverrideHint
2277 mTmpCompatInsets = null; in resetTmpOverrides()
2315 compatInsets = overrideHint.mTmpCompatInsets; in computeConfigResourceOverrides()
DActivityRecord.java8689 mResolveConfigHint.mTmpCompatInsets = null; in computeConfigByResolveHint()
9155 mResolveConfigHint.mTmpCompatInsets = compatDisplayInsets; in resolveFixedOrientationConfiguration()
9268 mResolveConfigHint.mTmpCompatInsets = compatDisplayInsets; in resolveSizeCompatModeConfiguration()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskTests.java862 overrideHint.mTmpCompatInsets = compatInsets; in testComputeConfigResourceOverrides()