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

1 2 3 4 56 7 8

  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h 169 int mWidth, mHeight;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 43 int mHeight;
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 431 private final int mHeight;
435 mHeight = height;
445 return mHeight;
455 return mHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 79 public final int mHeight;
178 mHeight = height - params.mVerticalGap;
214 mHeight = keyHeight - mVerticalGap;
457 final int bottom = top + mHeight;
  /system/media/mca/filterpacks/videosrc/java/
MediaSource.java 103 private int mWidth, mHeight;
414 mOutputFormat.setDimensions(mWidth, mHeight);
416 mOutputFormat.setDimensions(mHeight, mWidth);
519 mHeight = height;
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 78 private int mHeight;
144 mHeight = height;
CalendarView.java     [all...]
  /frameworks/base/libs/rs/
rsContext.h 165 uint32_t getHeight() const {return mHeight;}
224 uint32_t mHeight;
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 195 frameCopy->mHeight = frame->mHeight;
  /frameworks/base/services/surfaceflinger/tests/
Transaction_test.cpp 77 mHeight(h),
82 const uint32_t mHeight;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 36 int mHeight;
46 mHeight = height;
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 108 proj.loadOrthoWindow(mWidth, mHeight);
111 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 70 super.resize(width, height); // updates mWidth, mHeight
148 proj.loadOrthoWindow(mWidth, mHeight);
162 if (mWidth < mHeight) {
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 79 mHeight = height;
103 proj.loadProjectionNormalized(mWidth, mHeight);
  /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 35 int mHeight;
43 mHeight = mRS.getHeight();
54 mHeight = mRS.getHeight();
57 proj.loadOrthoWindow(mWidth, mHeight);
215 proj.loadOrthoWindow(mWidth, mHeight);
  /frameworks/base/libs/gui/
SurfaceComposerClient.cpp 543 : mWidth(0), mHeight(0), mFormat(PIXEL_FORMAT_NONE) {
551 &mWidth, &mHeight, &mFormat, 0, 0,
560 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
570 &mWidth, &mHeight, &mFormat, reqWidth, reqHeight,
587 return mHeight;
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 193 int mHeight;
346 mHeight = -1;
753 mDirty.set(0, 0, mWidth, mHeight);
781 return r.intersect(0, 0, mWidth, mHeight);
    [all...]
SurfaceView.java 154 int mHeight = -1;
404 final boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
422 mHeight = myHeight;
471 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 284 int bottom = mHeight - DNA_MARGIN;
526 r.bottom = mHeight - (int) Math.ceil(TODAY_HIGHLIGHT_WIDTH / 2.0f);
564 lines[i++] = mHeight;
573 int y1 = mHeight;
592 r.bottom = mHeight;
761 if (requiredSpace + y > mHeight - EVENT_BOTTOM_PADDING) {
802 int y = mHeight - EVENT_BOTTOM_PADDING;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Surface.cpp 171 mHeight = presentParameters.BackBufferHeight;
216 D3DVIEWPORT9 viewport = {0, 0, mWidth, mHeight, 0.0f, 1.0f};
458 return mHeight;
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 152 mScript.set_gHeight(mHeight);
235 blades.yPos = mHeight;
322 proj.loadOrthoWindow(mWidth, mHeight);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 147 final int mHeight;
154 mHeight = height;
162 out.writeInt(mHeight);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
PsdFile.java 171 final int mHeight;
181 mHeight = height;
189 out.writeInt(mHeight);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 61 private int mHeight = -1;
747 return mHeight == -1 ? mHeight = nativeHeight(mNativeBitmap) : mHeight;
    [all...]
  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 168 uint32_t mHeight;

Completed in 836 milliseconds

1 2 3 4 56 7 8