HomeSort by relevance Sort by last modified time
    Searched refs:mRotation (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 460 int mRotation;
509 mRotation = rotation;
603 if (mRotation > 0) {
604 rotateMatrix.setRotate(mRotation);
605 inverseRotateMatrix.setRotate(-mRotation);
724 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
739 if (mRotation == 0) {
745 m2.setRotate(mRotation);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 114 protected int mRotation;
188 layoutTiles(mCenterX, mCenterY, mScale, mRotation);
196 if (changeSize) layoutTiles(mCenterX, mCenterY, mScale, mRotation);
341 if (mRotation % 180 == 0) {
357 && mScale == scale && mRotation == rotation) return false;
361 mRotation = rotation;
401 layoutTiles(mCenterX, mCenterY, mScale, mRotation);
413 int rotation = mRotation;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 467 int mRotation;
516 mRotation = rotation;
610 if (mRotation > 0) {
611 rotateMatrix.setRotate(mRotation);
612 inverseRotateMatrix.setRotate(-mRotation);
731 if (mOutWidth > 0 && mOutHeight > 0 || mRotation > 0) {
746 if (mRotation == 0) {
752 m2.setRotate(mRotation);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 111 protected int mRotation;
196 if (mRotation != rotation) {
197 mRotation = rotation;
277 getRange(range, mCenterX, mCenterY, mLevel, mScale, mRotation);
293 getRange(range[i - fromLevel], mCenterX, mCenterY, i, mRotation);
297 if (mRotation % 90 != 0) {
421 int rotation = mRotation;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 111 protected int mRotation;
196 if (mRotation != rotation) {
197 mRotation = rotation;
277 getRange(range, mCenterX, mCenterY, mLevel, mScale, mRotation);
293 getRange(range[i - fromLevel], mCenterX, mCenterY, i, mRotation);
297 if (mRotation % 90 != 0) {
421 int rotation = mRotation;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 111 protected int mRotation;
196 if (mRotation != rotation) {
197 mRotation = rotation;
277 getRange(range, mCenterX, mCenterY, mLevel, mScale, mRotation);
293 getRange(range[i - fromLevel], mCenterX, mCenterY, i, mRotation);
297 if (mRotation % 90 != 0) {
421 int rotation = mRotation;
  /frameworks/base/libs/hwui/
RenderProperties.h 292 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotation, rotation);
296 return mPrimitiveFields.mRotation;
592 float mRotation, mRotationX, mRotationY;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 159 private float mRotation;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 481 int mRotation = 0;
    [all...]
WindowAnimator.java     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 699 int mRotation;
  /device/lge/mako/camera/
QCameraHWI.h 712 int mRotation;
QualcommCameraHardware.h 605 int mRotation;
QCameraHWI_Parm.cpp     [all...]
QCameraHWI.cpp 185 mRotation(0),
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 789 int mRotation;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 724 int mRotation;
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 306 int32_t mRotation;
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
QCameraHWI.cpp 183 mRotation(0),
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
QCameraHWI.cpp     [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 1571 milliseconds

12 3