Home
last modified time | relevance | path

Searched refs:landscapeOnly (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DBrowserSettings.java76 private boolean landscapeOnly = false; field in BrowserSettings
299 p.getBoolean("landscape_only", landscapeOnly); in syncSharedPreferences()
300 if (landscapeOnlyTemp != landscapeOnly) { in syncSharedPreferences()
301 landscapeOnly = landscapeOnlyTemp; in syncSharedPreferences()
303 landscapeOnly ? ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE in syncSharedPreferences()