HomeSort by relevance Sort by last modified time
    Searched refs:mHeight (Results 101 - 125 of 198) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Browser/src/com/android/browser/view/
BasePieView.java 42 protected int mHeight;
137 || (evty < mTop) || (evty >= mTop + mHeight)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 37 private int mWidth, mHeight;
70 mHeight = height;
SlotView.java 446 private int mHeight;
536 int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.rowsPort;
538 mSlotHeight = Math.max(1, (mHeight - (rows - 1) * mSlotGap) / rows);
544 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding);
548 initLayoutParameters(mHeight, mWidth, mSlotHeight, mSlotWidth, padding);
557 mHeight = height;
574 int endRow = (position + mHeight + mSlotHeight + mSlotGap - 1) /
643 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;
UploadedTexture.java 130 } else if (mWidth != w || mHeight != h) {
133 toString(), mWidth, mHeight, w, h));
154 return mHeight;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 193 mLabels.beginDrawing(gl, mWidth, mHeight);
219 mNumericSprite.draw(gl, x, 0, mWidth, mHeight);
242 mHeight = h;
260 private int mHeight;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Renderbuffer.h 66 int mHeight;
Renderbuffer.cpp 93 mHeight = 0;
135 return mHeight;
141 mHeight = height;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 53 int mHeight = 0;
377 if (h != mHeight) {
378 mHeight = h;
384 return mHeight;
  /frameworks/base/cmds/stagefright/
recordvideo.cpp 55 mHeight(height),
67 meta->setInt32(kKeyHeight, mHeight);
117 int mWidth, mHeight;
record.cpp 47 mHeight(height),
61 meta->setInt32(kKeyHeight, mHeight);
108 int mWidth, mHeight;
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 119 mHeight = height;
133 public int getHeight() { return mHeight; }
142 private int mHeight;
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 44 private final int mHeight;
105 mHeight = mediaItem.getHeight();
354 return mHeight;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 85 mHeight = height;
105 proj.loadProjectionNormalized(mWidth, mHeight);
131 proj.loadProjectionNormalized(mWidth, mHeight);
  /system/media/wilhelm/src/itf/
I3DMacroscopic.c 35 thiz->mSize.mHeight = height;
56 SLmillimeter height = thiz->mSize.mHeight;
216 thiz->mSize.mHeight = 0;
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 40 private final int mHeight;
169 mHeight = properties.height;
446 return mHeight;
461 return mHeight;
512 mFilename,timeMs,mWidth,mHeight);
MediaImageItem.java 65 private final int mHeight;
129 mHeight = dbo.outHeight;
135 mAspectRatio = mMANativeHelper.getAspectRatio(mWidth, mHeight);
157 if (mWidth > maxResolution.first || mHeight > maxResolution.second) {
176 mScaledHeight = (mHeight >> 1) << 1;
259 return mHeight;
    [all...]
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 230 frame->mHeight = crop_bottom - crop_top + 1;
232 frame->mDisplayHeight = frame->mHeight;
233 frame->mSize = frame->mWidth * frame->mHeight * 2;
258 frame->mHeight,
259 0, 0, frame->mWidth - 1, frame->mHeight - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 93 private int mHeight = -1;
186 mHeight = height;
266 assert mModel != null && mWidth != -1 && mHeight != -1 : "Incomplete service config";
275 int height = mHeight;
397 DrawableParams params = new DrawableParams(drawableResourceValue, mProject, mWidth, mHeight,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 389 int mX, mY, mWidth, mHeight;
396 mHeight = height;
403 assertEquals(height, mHeight);
408 assertEquals(0, mHeight);
455 int mX, mY, mWidth, mHeight;
462 mHeight = height;
469 assertEquals(height, mHeight);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 259 mHeight = h;
323 const GLint yc = (mHeight - mAndroid[0].h) / 2;
326 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(),
464 const int yc = ((mHeight - animation.height) / 2);
468 Region clearReg(Rect(mWidth, mHeight));
500 glScissor(r.left, mHeight - r.bottom,
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 281 private int mHeight;
293 mHeight = height;
330 + mParentLocationInWindow[1], mWidth, mHeight);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 39 private int mHeight;
58 mHeight = height;
113 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 38 int mHeight;
65 mHeight = height;
128 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
  /system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java 119 private int mHeight = 240;
251 mMediaRecorder.setVideoSize(mWidth, mHeight);
306 height = mHeight;
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 258 width = videoFrame->mHeight;
263 height = videoFrame->mHeight;
280 videoFrame->mHeight,
285 videoFrame->mDisplayHeight != videoFrame->mHeight) {

Completed in 1104 milliseconds

1 2 3 45 6 7 8