/aosp_15_r20/external/accompanist/systemuicontroller/src/sharedTest/kotlin/com/google/accompanist/systemuicontroller/ |
H A D | ActivitySystemUiControllerTest.kt | 124 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_scrim() constant 147 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_native() constant 171 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBarIcons_scrim() constant 194 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBar_native() constant
|
H A D | ActivityRememberSystemUiControllerTest.kt | 135 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_scrim() constant 160 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_native() constant 186 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBarIcons_scrim() constant 211 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBar_native() constant
|
H A D | DialogSystemUiControllerTest.kt | 143 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_scrim() constant 166 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_native() constant 190 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBarIcons_scrim() constant 213 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBar_native() constant
|
H A D | DialogRememberSystemUiControllerTest.kt | 144 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_scrim() constant 175 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in statusBarIcons_native() constant 206 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBarIcons_scrim() constant 237 val windowInsetsController = WindowCompat.getInsetsController(window, contentView) in navigationBar_native() constant
|
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/ |
D | ScreenTestActivity.kt | 50 val windowInsetsController = WindowCompat.getInsetsController(window, window.decorView) in onCreate() constant
|
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/testing/ |
H A D | TestActivity.java | 101 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() local 117 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController() local
|
/aosp_15_r20/external/accompanist/systemuicontroller/src/main/java/com/google/accompanist/systemuicontroller/ |
H A D | SystemUiController.kt | 229 private val windowInsetsController = window?.let { in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ |
H A D | SystemUiController.kt | 202 private val windowInsetsController = window?.let { WindowCompat.getInsetsController(it, view) } in <lambda>() constant in com.android.compose.AndroidSystemUiController
|
/aosp_15_r20/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | ImeStressTestUtil.java | 454 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in showImeWithWindowInsetsController() local 467 WindowInsetsController windowInsetsController = mEditText.getWindowInsetsController(); in hideImeWithWindowInsetsController() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
H A D | EditWidgetsActivity.kt | 187 val windowInsetsController = window.decorView.windowInsetsController in <lambda>() constant
|
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceSystemBarVerifier/src/android/service/games/cts/systembarverifier/ |
H A D | MainActivity.java | 37 final WindowInsetsController windowInsetsController = button.getWindowInsetsController(); in onCreate() local
|
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceGame/src/android/service/games/cts/game/ |
H A D | MainActivity.java | 35 WindowInsetsController windowInsetsController = textView.getWindowInsetsController(); in onCreate() local
|
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/ |
H A D | MainActivity.java | 46 WindowInsetsController windowInsetsController = rootView.getWindowInsetsController(); in onCreate() local
|
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/ |
D | WindowInsetsTestActivity.java | 58 WindowInsetsController windowInsetsController = decorView.getWindowInsetsController(); in hideSysUI() local
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | TestActivity.java | 53 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
|
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | GameActivity.java | 65 WindowInsetsControllerCompat windowInsetsController = in hideSystemBars() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ChannelPanelActivity.java | 128 WindowInsetsControllerCompat windowInsetsController = in setupNavigationBar() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/panel/ |
D | SettingsPanelActivity.java | 174 WindowInsetsControllerCompat windowInsetsController = in setupNavigationBar() local
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | MediaStubActivity.java | 172 WindowInsetsController windowInsetsController = surfaceV.getWindowInsetsController(); in hideSystemBars() local
|
/aosp_15_r20/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/ |
D | SampleRearViewCameraActivity.java | 117 WindowInsetsController windowInsetsController = mEvsView.getWindowInsetsController(); in hideSystemBars() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
H A D | SnapshotTaskTests.java | 185 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
|
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
H A D | ImmersiveActivity.java | 99 WindowInsetsControllerCompat windowInsetsController = in onCreate() local
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | AppbarFragment.java | 181 WindowInsetsControllerCompat windowInsetsController = in setUpStatusBar() local
|
D | PreviewFragment.java | 371 WindowInsetsControllerCompat windowInsetsController = in updateStatusBarColor() local
|
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
H A D | CapturedActivity.java | 115 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
|