HomeSort by relevance Sort by last modified time
    Searched refs:WebViewProperties (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/
WebViewProperties.java 18 public interface WebViewProperties {
BrowserSettings.java 287 settings.setProperty(WebViewProperties.gfxInvertedScreen,
290 settings.setProperty(WebViewProperties.gfxInvertedScreenContrast,
295 settings.setProperty(WebViewProperties.gfxEnableCpuUploadPath,
324 settings.setProperty(WebViewProperties.gfxUseMinimalMemory, "false");
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
InvertedContrastPreview.java 26 import com.android.browser.WebViewProperties;
82 ws.setProperty(WebViewProperties.gfxInvertedScreen,
84 ws.setProperty(WebViewProperties.gfxInvertedScreenContrast,

Completed in 640 milliseconds