Home
last modified time | relevance | path

Searched defs:systemUiController (Results 1 – 7 of 7) sorted by relevance

/external/accompanist/systemuicontroller/src/sharedTest/kotlin/com/google/accompanist/systemuicontroller/
DActivityRememberSystemUiControllerTest.kt76 val systemUiController = rememberSystemUiController() in statusBarColor() constant
90 val systemUiController = rememberSystemUiController() in navigationBarColor() constant
103 val systemUiController = rememberSystemUiController() in systemBarColor() constant
120 val systemUiController = rememberSystemUiController() in statusBarIcons_scrim() constant
145 val systemUiController = rememberSystemUiController() in statusBarIcons_native() constant
171 val systemUiController = rememberSystemUiController() in navigationBarIcons_scrim() constant
196 val systemUiController = rememberSystemUiController() in navigationBar_native() constant
219 lateinit var systemUiController: SystemUiController in navigationBar_contrastEnforced() variable
255 lateinit var systemUiController: SystemUiController in systemBarsBehavior_showBarsByTouch() variable
273 lateinit var systemUiController: SystemUiController in systemBarsBehavior_showBarsBySwipe() variable
[all …]
DDialogRememberSystemUiControllerTest.kt71 val systemUiController = rememberSystemUiController() in statusBarColor() constant
89 val systemUiController = rememberSystemUiController() in navigationBarColor() constant
106 val systemUiController = rememberSystemUiController() in systemBarColor() constant
128 val systemUiController = rememberSystemUiController() in statusBarIcons_scrim() constant
159 val systemUiController = rememberSystemUiController() in statusBarIcons_native() constant
190 val systemUiController = rememberSystemUiController() in navigationBarIcons_scrim() constant
221 val systemUiController = rememberSystemUiController() in navigationBar_native() constant
245 lateinit var systemUiController: SystemUiController in navigationBar_contrastEnforced() variable
296 lateinit var systemUiController: SystemUiController in systemBarsBehavior_showBarsByTouch() variable
319 lateinit var systemUiController: SystemUiController in systemBarsBehavior_showBarsBySwipe() variable
[all …]
/external/accompanist/sample/src/main/java/com/google/accompanist/sample/systemuicontroller/
DDocsSamples.kt30 val systemUiController = rememberSystemUiController() in SystemUiControllerSample() constant
DSystemBarsVisibilitySample.kt71 val systemUiController = rememberSystemUiController() in Sample() constant
DSystemBarsColorSample.kt86 val systemUiController = rememberSystemUiController() in Sample() constant
DDialogSystemBarsColorSample.kt117 val systemUiController = rememberSystemUiController() in Sample() constant
/external/accompanist/sample/src/main/java/com/google/accompanist/sample/swiperefresh/
DSwipeRefreshContentPaddingSample.kt89 val systemUiController = rememberSystemUiController() in Sample() constant