WindowInfoRepositoryRx
public final class WindowInfoRepositoryRx
Summary
Public methods |
|
|---|---|
static final @NonNull Flowable<@NonNull WindowMetrics> |
Return a |
static final @NonNull Observable<@NonNull WindowMetrics> |
Return an |
static final @NonNull Flowable<@NonNull WindowLayoutInfo> |
Return a |
static final @NonNull Observable<@NonNull WindowLayoutInfo> |
Return an |
Public methods
WindowInfoRepositoryRx.currentWindowMetricsFlowable
@NonNull
public static final Flowable<@NonNull WindowMetrics> WindowInfoRepositoryRx.currentWindowMetricsFlowable(
@NonNull WindowInfoRepository receiver
)
Return a Flowable stream of WindowMetrics.
| See also | |
|---|---|
currentWindowMetrics |
|
WindowInfoRepositoryRx.currentWindowMetricsObservable
@NonNull
public static final Observable<@NonNull WindowMetrics> WindowInfoRepositoryRx.currentWindowMetricsObservable(
@NonNull WindowInfoRepository receiver
)
Return an Observable stream of WindowMetrics.
| See also | |
|---|---|
currentWindowMetrics |
|
WindowInfoRepositoryRx.windowLayoutInfoFlowable
@NonNull
public static final Flowable<@NonNull WindowLayoutInfo> WindowInfoRepositoryRx.windowLayoutInfoFlowable(
@NonNull WindowInfoRepository receiver
)
Return a Flowable stream of WindowLayoutInfo.
| See also | |
|---|---|
windowLayoutInfo |
|
WindowInfoRepositoryRx.windowLayoutInfoObservable
@NonNull
public static final Observable<@NonNull WindowLayoutInfo> WindowInfoRepositoryRx.windowLayoutInfoObservable(
@NonNull WindowInfoRepository receiver
)
Return an Observable stream of WindowLayoutInfo.
| See also | |
|---|---|
windowLayoutInfo |
|