OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRotated
(Results
1 - 3
of
3
) sorted by null
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
RawImage.java
134
public RawImage
getRotated
() {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
593
mSize.width =
getRotated
(mRotation, w, h);
594
mSize.height =
getRotated
(mRotation, h, w);
814
int drawW =
getRotated
(mRotation, r.width(), r.height());
815
int drawH =
getRotated
(mRotation, r.height(), r.width());
[
all
...]
/prebuilt/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 55 milliseconds