Searched refs:orientationMap (Results 1 – 1 of 1) sorted by relevance
147 int[] orientationMap = { in lockRotation() local164 orientationMap[0] = ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT; in lockRotation()165 orientationMap[2] = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT; in lockRotation()172 setRequestedOrientation(orientationMap[(display.getRotation() + indexOffset) % 4]); in lockRotation()