Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
DLetterboxRule.kt34 private lateinit var _letterboxStyle: MutableMap<String, String> in <lambda>() variable in com.android.wm.shell.flicker.appcompat.LetterboxRule
38 if (!::_letterboxStyle.isInitialized) { in <lambda>()
39 _letterboxStyle = mapLetterboxStyle() in <lambda>()
41 return _letterboxStyle in <lambda>()
58 _letterboxStyle = mapLetterboxStyle() in <lambda>()
59 val isLetterboxEducationEnabled = _letterboxStyle.getValue("Is education enabled") in <lambda>()