Searched defs:setFrame (Results 1 - 15 of 15) sorted by relevance

/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java61 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:RecentApplicationsBackground
66 return super.setFrame(left, top, right, bottom);
H A DPhoneWindow.java1797 protected boolean setFrame(int l, int t, int r, int b) { method in class:PhoneWindow.DecorView
1798 boolean changed = super.setFrame(l, t, r, b);
/frameworks/base/awt/java/awt/geom/
H A DEllipse2D.java87 setFrame(x, y, width, height);
129 public void setFrame(float x, float y, float width, float height) { method in class:Ellipse2D.Float
137 public void setFrame(double x, double y, double width, double height) { method in class:Ellipse2D.Float
200 setFrame(x, y, width, height);
229 public void setFrame(double x, double y, double width, double height) { method in class:Ellipse2D.Double
H A DRectangle2D.java601 public void setFrame(double x, double y, double width, double height) { method in class:Rectangle2D
730 dst.setFrame(x1, y1, x2 - x1, y2 - y1);
751 dst.setFrame(x1, y1, x2 - x1, y2 - y1);
H A DRectangularShape.java91 public abstract void setFrame(double x, double y, double w, double h); method in class:RectangularShape
170 public void setFrame(Point2D loc, Dimension2D size) { method in class:RectangularShape
171 setFrame(loc.getX(), loc.getY(), size.getWidth(), size.getHeight());
181 public void setFrame(Rectangle2D r) { method in class:RectangularShape
182 setFrame(r.getX(), r.getY(), r.getWidth(), r.getHeight());
215 setFrame(rx, ry, rw, rh);
248 setFrame(centerX - width, centerY - height, width * 2.0, height * 2.0);
H A DRoundRectangle2D.java546 public void setFrame(double x, double y, double width, double height) { method in class:RoundRectangle2D
H A DArc2D.java838 public void setFrame(double x, double y, double width, double height) { method in class:Arc2D
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java88 setFrame(0, true, true);
201 setFrame(next, unschedule, !mAnimationState.mOneShot || next < (N - 1));
204 private void setFrame(int frame, boolean unschedule, boolean animate) { method in class:AnimationDrawable
284 setFrame(0, true, false);
344 setFrame(0, true, false);
/frameworks/base/core/java/android/widget/
H A DImageView.java727 protected boolean setFrame(int l, int t, int r, int b) { method in class:ImageView
728 boolean changed = super.setFrame(l, t, r, b);
H A DAutoCompleteTextView.java1083 protected boolean setFrame(final int l, int t, final int r, int b) { method in class:AutoCompleteTextView
1084 boolean result = super.setFrame(l, t, r, b);
H A DAbsListView.java1155 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:AbsListView
1156 final boolean changed = super.setFrame(left, top, right, bottom);
H A DTextView.java3405 cap = 200; // We must not be measured yet -- setFrame() will fix it.
3424 protected boolean setFrame(int l, int t, int r, int b) { method in class:TextView
3425 boolean result = super.setFrame(l, t, r, b);
4996 // Defer the start of the marquee until we know our width (see setFrame())
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindow.java1695 protected boolean setFrame(int l, int t, int r, int b) { method in class:MidWindow.DecorView
1696 boolean changed = super.setFrame(l, t, r, b);
/frameworks/base/core/java/android/view/
H A DView.java7029 boolean changed = setFrame(l, t, r, b);
7070 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:View
7074 Log.d("View", this + " View.setFrame(" + left + "," + top + ","
7109 // before this call to setFrame came in, therby clearing
/frameworks/base/core/java/android/webkit/
H A DWebView.java4236 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:WebView
4237 boolean changed = super.setFrame(left, top, right, bottom);

Completed in 851 milliseconds