HomeSort by relevance Sort by last modified time
    Searched defs:mWidth (Results 226 - 250 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 143 int mWidth;
513 out.print(prefix); out.print("mWidth="); out.print(mWidth);
572 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
584 mWidth = myWidth;
630 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
    [all...]