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

  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 85 Matrix invertRotation = new Matrix();
86 rotationMatrix.invert(invertRotation);
87 invertRotation.mapRect(visibleInImage, visibleAfterRotation);
  /frameworks/base/media/java/android/media/videoeditor/
Transition.java 243 transitionSetting.alphaSettings.invertRotation = transitionAlpha.isInvert();
MediaArtistNativeHelper.java 935 public boolean invertRotation;
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 109 jfieldID invertRotation;
VideoEditorClasses.cpp 469 VIDEOEDIT_JAVA_FIELD_INIT("invertRotation", "Z" ),
    [all...]

Completed in 1292 milliseconds