MCPcopy Create free account
hub / github.com/buggins/coolreader / isLandscape

Method isLandscape

android/src/org/coolreader/CoolReader.java:315–318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 public boolean isLandscape()
316 {
317 return screenOrientation == ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE || screenOrientation == ActivityInfo.SCREEN_ORIENTATION_REVERSE_LANDSCAPE;
318 }
319
320 // support pre API LEVEL 9
321 final static public int ActivityInfo_SCREEN_ORIENTATION_SENSOR_PORTRAIT = 7;

Callers 1

onSizeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected