Searched refs:from (Results 1 – 11 of 11) sorted by relevance
| /webkit/webkit/src/main/java/androidx/webkit/ |
| D | SpeculativeLoadingConfig.java | 50 @IntRange(from = 1) 59 @IntRange(from = 1) 68 @IntRange(from = 1) 95 public Builder setPrefetchTtlSeconds(@IntRange(from = 1) int ttlSeconds) { in setPrefetchTtlSeconds() 114 public Builder setMaxPrefetches(@IntRange(from = 1) int max) { in setMaxPrefetches() 132 public Builder setMaxPrerenders(@IntRange(from = 1) int max) { in setMaxPrerenders()
|
| D | WebViewCompat.java | 1479 @IntRange(from = 1) int maxSizeBytes, in saveState() argument
|
| /webkit/webkit/ |
| D | proguard-rules.pro | 15 # Prevent WebViewClientCompat from being renamed, since chromium depends on this name. 18 # Prevent ProcessGlobalConfig and member sProcessGlobalConfig from being renamed, since chromium
|
| D | build.gradle | 46 // Allow compiling the WebView support library boundary interfaces from this project.
|
| /webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/ |
| D | RendererTerminationActivity.java | 97 View v = LayoutInflater.from(getActivity()) in onCreateDialog() 121 View v = LayoutInflater.from(getActivity()) in onCreateDialog()
|
| /webkit/integration-tests/instrumentation/ |
| D | README.md | 19 ## Running tests from Android Studio
|
| /webkit/ |
| D | README.md | 29 **Important:** replace `1.13.0` with the latest version from
|
| /webkit/webkit/api/ |
| D | current.txt | 184 method @IntRange(from=1) public int getMaxPrefetches(); 185 …method @SuppressCompatibility @IntRange(from=1) @androidx.webkit.Profile.ExperimentalUrlPrefetch p… 186 method @IntRange(from=1) public int getPrefetchTtlSeconds(); 192 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrefetches(@IntRange(from=1) … 193 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrerenders(@IntRange(from=1) … 194 …blic androidx.webkit.SpeculativeLoadingConfig.Builder setPrefetchTtlSeconds(@IntRange(from=1) int); 462 …c static void saveState(android.webkit.WebView, android.os.Bundle, @IntRange(from=1) int, boolean);
|
| D | restricted_current.txt | 184 method @IntRange(from=1) public int getMaxPrefetches(); 185 …method @SuppressCompatibility @IntRange(from=1) @androidx.webkit.Profile.ExperimentalUrlPrefetch p… 186 method @IntRange(from=1) public int getPrefetchTtlSeconds(); 192 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrefetches(@IntRange(from=1) … 193 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrerenders(@IntRange(from=1) … 194 …blic androidx.webkit.SpeculativeLoadingConfig.Builder setPrefetchTtlSeconds(@IntRange(from=1) int); 462 …c static void saveState(android.webkit.WebView, android.os.Bundle, @IntRange(from=1) int, boolean);
|
| D | 1.13.0-beta01.txt | 167 …method @IntRange(from=1, to=androidx.webkit.SpeculativeLoadingConfig.ABSOLUTE_MAX_PREFETCHES) publ… 168 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getPrefetchTtlSeconds(); 177 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrefetches(@IntRange(from=1, … 178 …x.webkit.SpeculativeLoadingConfig.Builder setPrefetchTtlSeconds(@IntRange(from=1, to=java.lang.Int…
|
| D | restricted_1.13.0-beta01.txt | 167 …method @IntRange(from=1, to=androidx.webkit.SpeculativeLoadingConfig.ABSOLUTE_MAX_PREFETCHES) publ… 168 method @IntRange(from=1, to=java.lang.Integer.MAX_VALUE) public int getPrefetchTtlSeconds(); 177 …method public androidx.webkit.SpeculativeLoadingConfig.Builder setMaxPrefetches(@IntRange(from=1, … 178 …x.webkit.SpeculativeLoadingConfig.Builder setPrefetchTtlSeconds(@IntRange(from=1, to=java.lang.Int…
|