HomeSort by relevance Sort by last modified time
    Searched defs:setMeasuredSize (Results 1 - 2 of 2) 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 378 + " should call setMeasuredSize() in onMeasure()");
385 protected void setMeasuredSize(int width, int height) {

Completed in 27 milliseconds