Home | History | Annotate | Download | only in ui

Lines Matching refs:mRotation

593         private int mRotation;
630 mRotation = getPanoramaRotation();
632 mRotation = getCameraRotation();
634 mRotation = mModel.getImageRotation(0);
639 mSize.width = getRotated(mRotation, w, h);
640 mSize.height = getRotated(mRotation, h, w);
759 switch (mRotation) {
765 throw new RuntimeException(String.valueOf(mRotation));
767 mTileView.setPosition(x, y, scale, mRotation);
773 private int mRotation;
846 if (mRotation != 0) {
847 canvas.rotate(mRotation, 0, 0, 1);
849 int drawW = getRotated(mRotation, r.width(), r.height());
850 int drawH = getRotated(mRotation, r.height(), r.width());
881 mRotation = getPanoramaRotation();
883 mRotation = getCameraRotation();
885 mRotation = mModel.getImageRotation(mIndex);
899 mSize.width = getRotated(mRotation, w, h);
900 mSize.height = getRotated(mRotation, h, w);