Searched refs:currentDisplayRotation (Results 1 – 1 of 1) sorted by relevance
51 int currentDisplayRotation = getCurrentRotation(); in getDisplayBounds() local53 boolean displayIsRotated = (currentDisplayRotation == Surface.ROTATION_90 || in getDisplayBounds()54 currentDisplayRotation == Surface.ROTATION_270); in getDisplayBounds()71 int currentDisplayRotation = getCurrentRotation(); in getAppPosition() local73 boolean displayIsRotated = currentDisplayRotation == Surface.ROTATION_90 || in getAppPosition()74 currentDisplayRotation == Surface.ROTATION_270; in getAppPosition()