-
- All Implemented Interfaces:
public final class WindowDpSizeKt
-
-
Method Summary
Modifier and Type Method Description final static WindowDpSizerememberWindowDpSize(Activity $self)Copyright 2022 Google LLC. final static WindowDpSizerememberWindowDpSize(Fragment $self)Remembers the WindowSize class for the window corresponding to the current window metrics. -
-
Method Detail
-
rememberWindowDpSize
@Composable() final static WindowDpSize rememberWindowDpSize(Activity $self)
Copyright 2022 Google LLC. SPDX-License-Identifier: Apache-2.0
Remembers the WindowSize class for the window corresponding to the current window metrics.
Referenceshttps://github.com/android/compose-samples/blob/d38047520c00d5eed71eb731b1fa5ecd99f59a32/JetNews/app/src/main/java/com/example/jetnews/utils/WindowSize.kt)
-
rememberWindowDpSize
@Composable() final static WindowDpSize rememberWindowDpSize(Fragment $self)
Remembers the WindowSize class for the window corresponding to the current window metrics.
Referenceshttps://github.com/android/compose-samples/blob/d38047520c00d5eed71eb731b1fa5ecd99f59a32/JetNews/app/src/main/java/com/example/jetnews/utils/WindowSize.kt)
-
-
-
-