HomeSort by relevance Sort by last modified time
    Searched refs:setMeasuredSize (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java 47 setMeasuredSize(
61 protected void setMeasuredSize(int width, int height) {
62 mComponent.setMeasuredSize(width, height);
GLView.java 345 + " should call setMeasuredSize() in onMeasure()");
352 protected void setMeasuredSize(int width, int height) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewMock.java 78 setMeasuredSize(widthSpec, heightSpec);
GLViewTest.java 334 setMeasuredSize(mWidth, 100);

Completed in 1327 milliseconds