Searched defs:offsetTopAndBottom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DRenderNode.java772 * @see View#offsetTopAndBottom(int)
774 public boolean offsetTopAndBottom(int offset) { method in class:RenderNode
H A DView.java15011 public void offsetTopAndBottom(int offset) { method in class:View
15043 mRenderNode.offsetTopAndBottom(offset);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java921 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.ViewCompatBaseImpl
922 view.offsetTopAndBottom(offset);
1419 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.ViewCompatApi21Impl
1434 super.offsetTopAndBottom(view, offset);
1482 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.ViewCompatApi23Impl
1483 view.offsetTopAndBottom(offset);
3409 public static void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat
3410 IMPL.offsetTopAndBottom(view, offset);

Completed in 355 milliseconds