• Home
  • Raw
  • Download

Lines Matching full:web

2 package com.google.accompanist.web {
6 method @Deprecated public com.google.accompanist.web.WebViewState getState();
7 property public com.google.accompanist.web.WebViewState state;
8 field @Deprecated public com.google.accompanist.web.WebViewState state;
13 method @Deprecated public com.google.accompanist.web.WebViewNavigator getNavigator();
14 method @Deprecated public com.google.accompanist.web.WebViewState getState();
15 property public com.google.accompanist.web.WebViewNavigator navigator;
16 property public com.google.accompanist.web.WebViewState state;
17 field @Deprecated public com.google.accompanist.web.WebViewNavigator navigator;
18 field @Deprecated public com.google.accompanist.web.WebViewState state;
24 …@Deprecated public static final class LoadingState.Finished extends com.google.accompanist.web.Loa…
25 field @Deprecated public static final com.google.accompanist.web.LoadingState.Finished INSTANCE;
28 …blic static final class LoadingState.Initializing extends com.google.accompanist.web.LoadingState {
29 …field @Deprecated public static final com.google.accompanist.web.LoadingState.Initializing INSTANC…
32 …@Deprecated public static final class LoadingState.Loading extends com.google.accompanist.web.Load…
35 method @Deprecated public com.google.accompanist.web.LoadingState.Loading copy(float progress);
44 …@Deprecated public static final class WebContent.Data extends com.google.accompanist.web.WebConten…
51 …method @Deprecated public com.google.accompanist.web.WebContent.Data copy(String data, String? bas…
64 …@Deprecated public static final class WebContent.NavigatorOnly extends com.google.accompanist.web.…
65 …field @Deprecated public static final com.google.accompanist.web.WebContent.NavigatorOnly INSTANCE;
68 …@Deprecated public static final class WebContent.Post extends com.google.accompanist.web.WebConten…
72 …method @Deprecated public com.google.accompanist.web.WebContent.Post copy(String url, byte[] postD…
79 …@Deprecated public static final class WebContent.Url extends com.google.accompanist.web.WebContent…
83 …method @Deprecated public com.google.accompanist.web.WebContent.Url copy(String url, java.util.Map…
94 …method @Deprecated public com.google.accompanist.web.WebViewError copy(android.webkit.WebResourceR…
102web.WebViewState state, optional androidx.compose.ui.Modifier modifier, optional boolean captureBa…
103web.WebViewState state, android.widget.FrameLayout.LayoutParams layoutParams, optional androidx.co…
104 …blic static androidx.compose.runtime.saveable.Saver<com.google.accompanist.web.WebViewState,java.l…
105 … @androidx.compose.runtime.Composable public static com.google.accompanist.web.WebViewState rememb…
106 … @androidx.compose.runtime.Composable public static com.google.accompanist.web.WebViewNavigator re…
107 … @androidx.compose.runtime.Composable public static com.google.accompanist.web.WebViewState rememb…
108 … @androidx.compose.runtime.Composable public static com.google.accompanist.web.WebViewState rememb…
109 … @androidx.compose.runtime.Composable public static com.google.accompanist.web.WebViewState rememb…
110 …tatic final androidx.compose.runtime.saveable.Saver<com.google.accompanist.web.WebViewState,java.l…
129 ctor @Deprecated public WebViewState(com.google.accompanist.web.WebContent webContent);
130 method @Deprecated public com.google.accompanist.web.WebContent getContent();
131 …ndroidx.compose.runtime.snapshots.SnapshotStateList<com.google.accompanist.web.WebViewError> getEr…
133 method @Deprecated public com.google.accompanist.web.LoadingState getLoadingState();
138 method @Deprecated public void setContent(com.google.accompanist.web.WebContent);
139 property public final com.google.accompanist.web.WebContent content;
140 …ndroidx.compose.runtime.snapshots.SnapshotStateList<com.google.accompanist.web.WebViewError> error…
143 property public final com.google.accompanist.web.LoadingState loadingState;