Searched refs:landscapeOnly (Results 1 – 1 of 1) sorted by relevance
76 private boolean landscapeOnly = false; field in BrowserSettings299 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()