Home
last modified time | relevance | path

Searched defs:window (Results 1 – 5 of 5) sorted by relevance

/core/core/src/main/java/androidx/core/view/
DWindowCompat.java88 public static <T extends View> @NonNull T requireViewById(@NonNull Window window, in requireViewById()
117 public static void setDecorFitsSystemWindows(@NonNull Window window, in setDecorFitsSystemWindows()
135 public static @NonNull WindowInsetsControllerCompat getInsetsController(@NonNull Window window, in getInsetsController()
145 static void setDecorFitsSystemWindows(@NonNull Window window, in setDecorFitsSystemWindows()
165 static void setDecorFitsSystemWindows(@NonNull Window window, in setDecorFitsSystemWindows()
184 static void setDecorFitsSystemWindows(@NonNull Window window, in setDecorFitsSystemWindows()
197 static <T> T requireViewById(Window window, int id) { in requireViewById()
DWindowInsetsControllerCompat.java128 public WindowInsetsControllerCompat(@NonNull Window window, @NonNull View view) { in WindowInsetsControllerCompat()
451 Impl20(@NonNull Window window, in Impl20()
574 Impl23(@NonNull Window window, in Impl23()
600 Impl26(@NonNull Window window, in Impl26()
636 Impl30(@NonNull Window window, in Impl30()
873 Impl31(@NonNull Window window, in Impl31()
913 Impl35(@NonNull Window window, in Impl35()
DViewCompat.java3125 Window window = ((Activity) context).getWindow(); in getWindowInsetsController() local
/core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/ui/theme/
DTheme.kt54 val window = (view.context as Activity).window in AppTheme() constant
/core/core-splashscreen/src/main/java/androidx/core/splashscreen/
DSplashScreen.kt475 val window = activity.window in <lambda>() constant