Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGame.java111 … WindowManager windowMgr = (WindowManager)context.getSystemService(Context.WINDOW_SERVICE); in bootstrap() local
112 int rotationIndex = windowMgr.getDefaultDisplay().getOrientation(); in bootstrap()