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 271 settings.setProperty(WebViewProperties.gfxInvertedScreen,
274 settings.setProperty(WebViewProperties.gfxInvertedScreenContrast,
279 settings.setProperty(WebViewProperties.gfxEnableCpuUploadPath,
306 settings.setProperty(WebViewProperties.gfxUseMinimalMemory, "false");
  /packages/apps/Browser/src/com/android/browser/preferences/
InvertedContrastPreview.java 25 import com.android.browser.WebViewProperties;
81 ws.setProperty(WebViewProperties.gfxInvertedScreen,
83 ws.setProperty(WebViewProperties.gfxInvertedScreenContrast,

Completed in 471 milliseconds