Home
last modified time | relevance | path

Searched defs:windowInsetsController (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/accompanist/systemuicontroller/src/sharedTest/kotlin/com/google/accompanist/systemuicontroller/
H A DActivitySystemUiControllerTest.kt124 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 DActivityRememberSystemUiControllerTest.kt135 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 DDialogSystemUiControllerTest.kt143 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 DDialogRememberSystemUiControllerTest.kt144 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/
DScreenTestActivity.kt50 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 DTestActivity.java101 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 DSystemUiController.kt229 private val windowInsetsController = window?.let { in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
H A DSystemUiController.kt202 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 DImeStressTestUtil.java454 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 DEditWidgetsActivity.kt187 val windowInsetsController = window.decorView.windowInsetsController in <lambda>() constant
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceSystemBarVerifier/src/android/service/games/cts/systembarverifier/
H A DMainActivity.java37 final WindowInsetsController windowInsetsController = button.getWindowInsetsController(); in onCreate() local
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceGame/src/android/service/games/cts/game/
H A DMainActivity.java35 WindowInsetsController windowInsetsController = textView.getWindowInsetsController(); in onCreate() local
/aosp_15_r20/cts/tests/tests/gameservice/CtsGameServiceTouchVerifier/src/android/service/games/cts/touchverifier/
H A DMainActivity.java46 WindowInsetsController windowInsetsController = rootView.getWindowInsetsController(); in onCreate() local
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/
DWindowInsetsTestActivity.java58 WindowInsetsController windowInsetsController = decorView.getWindowInsetsController(); in hideSysUI() local
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DTestActivity.java53 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 DGameActivity.java65 WindowInsetsControllerCompat windowInsetsController = in hideSystemBars() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/app/
DChannelPanelActivity.java128 WindowInsetsControllerCompat windowInsetsController = in setupNavigationBar() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/panel/
DSettingsPanelActivity.java174 WindowInsetsControllerCompat windowInsetsController = in setupNavigationBar() local
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DMediaStubActivity.java172 WindowInsetsController windowInsetsController = surfaceV.getWindowInsetsController(); in hideSystemBars() local
/aosp_15_r20/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/
DSampleRearViewCameraActivity.java117 WindowInsetsController windowInsetsController = mEvsView.getWindowInsetsController(); in hideSystemBars() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
H A DSnapshotTaskTests.java185 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
H A DImmersiveActivity.java99 WindowInsetsControllerCompat windowInsetsController = in onCreate() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DAppbarFragment.java181 WindowInsetsControllerCompat windowInsetsController = in setUpStatusBar() local
DPreviewFragment.java371 WindowInsetsControllerCompat windowInsetsController = in updateStatusBarColor() local
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DCapturedActivity.java115 WindowInsetsController windowInsetsController = getWindow().getInsetsController(); in onCreate() local

12345678910>>...13