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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DStreamPort.java41 public void setFrame(Frame frame) { method in class:StreamPort
H A DFieldPort.java48 public void setFrame(Frame frame) { method in class:FieldPort
H A DOutputPort.java99 public void setFrame(Frame frame) { method in class:OutputPort
105 mTargetPort.setFrame(frame);
H A DFilterPort.java100 public abstract void setFrame(Frame frame); method in class:FilterPort
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java60 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:RecentApplicationsBackground
65 return super.setFrame(left, top, right, bottom);
H A DPhoneWindow.java2514 protected boolean setFrame(int l, int t, int r, int b) { method in class:PhoneWindow.DecorView
2515 boolean changed = super.setFrame(l, t, r, b);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java122 setFrame(startFromZero ? 0 : mCurFrame, true, mAnimating);
242 setFrame(0, true, false);
253 setFrame(next, unschedule, !mAnimationState.mOneShot || next < (N - 1));
256 private void setFrame(int frame, boolean unschedule, boolean animate) { method in class:AnimationDrawable
284 setFrame(0, true, false);
425 setFrame(0, true, false);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java298 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:SurfaceView
299 boolean result = super.setFrame(left, top, right, bottom);
H A DView.java15628 return setFrame(
15668 setOpticalFrame(l, t, r, b) : setFrame(l, t, r, b);
15718 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:View
15722 Log.d("View", this + " View.setFrame(" + left + "," + top + ","
15758 // before this call to setFrame came in, thereby clearing
15778 * Same as setFrame, but public and hidden. For use in {@link android.transition.ChangeBounds}.
15782 setFrame(left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DActionMenuPresenter.java655 protected boolean setFrame(int l, int t, int r, int b) { method in class:ActionMenuPresenter.OverflowMenuButton
656 final boolean changed = super.setFrame(l, t, r, b);
H A DAutoCompleteTextView.java1047 protected boolean setFrame(final int l, int t, final int r, int b) { method in class:AutoCompleteTextView
1048 boolean result = super.setFrame(l, t, r, b);
H A DImageView.java1018 protected boolean setFrame(int l, int t, int r, int b) { method in class:ImageView
1019 boolean changed = super.setFrame(l, t, r, b);
H A DAbsListView.java2166 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:AbsListView
2167 final boolean changed = super.setFrame(left, top, right, bottom);
H A DEditor.java613 void setFrame() { method in class:Editor
H A DTextView.java4654 protected boolean setFrame(int l, int t, int r, int b) { method in class:TextView
4655 boolean result = super.setFrame(l, t, r, b);
4657 if (mEditor != null) mEditor.setFrame();
6390 // Defer the start of the marquee until we know our width (see setFrame())
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuPresenter.java648 protected boolean setFrame(int l, int t, int r, int b) { method in class:ActionMenuPresenter.OverflowMenuButton
649 final boolean changed = super.setFrame(l, t, r, b);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java338 public boolean setFrame(int left, int top, int right, int bottom); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2054 return WebView.super.setFrame(left, top, right, bottom);
2434 protected boolean setFrame(int left, int top, int right, int bottom) { method in class:WebView
2435 return mProvider.getViewDelegate().setFrame(left, top, right, bottom);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1868 public boolean setFrame(final int left, final int top, final int right, final int bottom) { method in class:WebViewChromium

Completed in 372 milliseconds