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

/frameworks/support/v4/api23/android/support/v4/view/
H A DViewCompatMarshmallow.java34 static void offsetTopAndBottom(View view, int offset) { method in class:ViewCompatMarshmallow
35 view.offsetTopAndBottom(offset);
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java113 static void offsetTopAndBottom(View view, int offset) { method in class:ViewCompatBase
115 view.offsetTopAndBottom(offset);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java205 static void offsetTopAndBottom(final View view, final int offset) { method in class:ViewCompatLollipop
220 ViewCompatHC.offsetTopAndBottom(view, offset);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java170 static void offsetTopAndBottom(View view, int offset) { method in class:ViewCompatHC
171 view.offsetTopAndBottom(offset);
/frameworks/base/core/java/android/view/
H A DRenderNode.java749 * @see View#offsetTopAndBottom(int)
751 public boolean offsetTopAndBottom(int offset) { method in class:RenderNode
H A DView.java13112 public void offsetTopAndBottom(int offset) { method in class:View
13144 mRenderNode.offsetTopAndBottom(offset);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java479 void offsetTopAndBottom(View view, int offset); method in interface:ViewCompat.ViewCompatImpl
1107 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.BaseViewCompatImpl
1108 ViewCompatBase.offsetTopAndBottom(view, offset);
1312 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.HCViewCompatImpl
1313 ViewCompatHC.offsetTopAndBottom(view, offset);
1723 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.LollipopViewCompatImpl
1724 ViewCompatLollipop.offsetTopAndBottom(view, offset);
1751 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.MarshmallowViewCompatImpl
1752 ViewCompatMarshmallow.offsetTopAndBottom(view, offset);
3336 public static void offsetTopAndBottom(Vie method in class:ViewCompat
[all...]

Completed in 966 milliseconds