OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mViewportWidth
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java
40
private int
mViewportWidth
= 0;
72
visibleRect.intersect(0, 0,
mViewportWidth
- 1, mViewportHeight - 1);
158
if (mViewportHeight != h ||
mViewportWidth
!= w) {
159
mViewportWidth
= w;
270
float fitWidthScale = ((float)
mViewportWidth
) / ((float) width);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java
144
private final int
mViewportWidth
;
167
mViewportWidth
= r.getInteger(R.integer.conversation_webview_viewport_px);
238
return
mViewportWidth
;
Completed in 75 milliseconds