HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentRotation (Results 1 - 11 of 11) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
RotationData.java 23 private final float mCurrentRotation;
41 mCurrentRotation = currentRotation;
58 return mCurrentRotation;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 39 private int mCurrentRotation;
63 mPrevRotation = mCurrentRotation;
65 mCurrentRotation = rotation;
113 canvas.rotate(mCurrentRotation, 0, 0, 1);
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 64 private int mCurrentRotation = -1;
214 mCurrentRotation = rotation;
262 proto.write(ROTATION, mCurrentRotation);
272 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 105 private int mCurrentRotation = -1;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 219 milliseconds