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

  /packages/apps/Camera/src/com/android/camera/ui/
MeasureHelper.java 40 setMeasuredSize(
54 protected void setMeasuredSize(int width, int height) {
55 mComponent.setMeasuredSize(width, height);
RotatePane.java 60 setMeasuredSize(c.getMeasuredWidth(), c.getMeasuredHeight());
65 setMeasuredSize(c.getMeasuredHeight(), c.getMeasuredWidth());
PopupWindow.java 93 setMeasuredSize(child.getMeasuredWidth()
GLView.java 319 + " should call setMeasuredSize() in onMeasure()");
326 protected void setMeasuredSize(int width, int height) {

Completed in 161 milliseconds