OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotated90
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java
126
boolean
rotated90
= (mLastRotationDegrees % 180 != 0);
127
if (
rotated90
) {
140
if (
rotated90
) {
149
if (!
rotated90
&& mLastRotationDegrees > 0) {
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java
88
public Point
rotated90
(int count) {
method in class:Point
Rectangle.java
62
Point dx = vAxis.
rotated90
(1).scaledTo(size.x / 2.0f);
Completed in 517 milliseconds