OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThisWidth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java
60
int
mThisWidth
= -1, mThisHeight = -1;
80
mThisWidth
= right - left;
301
float fw = (float) mBitmapDisplayed.getWidth() / (float)
mThisWidth
;
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java
66
private int
mThisWidth
= -1, mThisHeight = -1;
120
mThisWidth
= right - left;
314
final float fw = (float)mBitmapDisplayed.getWidth() /
mThisWidth
;
Completed in 76 milliseconds