Searched refs:currentRotation (Results 1 – 4 of 4) sorted by relevance
38 public RotationData(float targetRotation, float currentRotation, in RotationData() argument41 mCurrentRotation = currentRotation; in RotationData()
323 int currentRotation = ORIENTATION_COUNT - display.getRotation(); in getDeviceRotation() local329 currentRotation = display.getRotation(); in getDeviceRotation()336 int currentOrientation = (currentRotation + indexOffset); in getDeviceRotation()
245 float currentRotation, boolean rotationTestState, float[] rotationLocation, in createRotation() argument248 mTargetRotation, currentRotation, rotationTestState, rotationLocation, in createRotation()
169 final int currentRotation = mAmWmState.getWmState().getRotation(); in getLifecycleCountsForRotation() local173 final boolean is90DegreeDelta = Math.abs(currentRotation - before) % 2 != 0; in getLifecycleCountsForRotation()