OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mViewHeight
(Results
1 - 7
of
7
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java
38
mViewHeight
= height;
52
win[winOffset + 1] = mY +
mViewHeight
* (mV[1] * rw + 1.0f) * 0.5f;
83
private int
mViewHeight
;
/external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java
32
private int
mViewHeight
;
42
mViewHeight
= 0;
50
mViewHeight
= 0;
56
mViewHeight
= height;
114
final float viewHeight =
mViewHeight
;
220
|| position.y + mHeight < 0 || position.y >
mViewHeight
) {
/development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java
36
private int
mViewHeight
;
101
mViewHeight
= viewHeight;
114
GLES20.glViewport(0, 0, mViewWidth,
mViewHeight
);
145
float viewAspectRatio = mViewWidth / (float)
mViewHeight
;
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
116
private int mViewWidth,
mViewHeight
;
161
return
mViewHeight
;
209
mViewHeight
= height;
230
if (mViewWidth == 0 ||
mViewHeight
== 0 || !mLayoutTiles) {
250
mOffsetY = Math.round(
mViewHeight
/ 2f + (range.top - mCenterY) * mScale);
256
mOffsetY = Math.round(
mViewHeight
/ 2f - mCenterY * mScale);
333
double h =
mViewHeight
;
396
int centerX = mViewWidth / 2, centerY =
mViewHeight
/ 2;
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java
160
private int
mViewHeight
;
206
mViewHeight
= height;
213
GLES20.glViewport(0, 0, mViewWidth,
mViewHeight
);
/packages/apps/Email/src/com/android/email/activity/
MessageListItem.java
139
private int
mViewHeight
= 0;
370
mViewHeight
= measureHeight(heightMeasureSpec, mMode);
372
setMeasuredDimension(mViewWidth,
mViewHeight
);
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
467
private int
mViewHeight
;
[
all
...]
Completed in 747 milliseconds