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

/frameworks/support/v4/api23/android/support/v4/view/
H A DViewCompatMarshmallow.java38 static void offsetLeftAndRight(View view, int offset) { method in class:ViewCompatMarshmallow
39 view.offsetLeftAndRight(offset);
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java133 static void offsetLeftAndRight(View view, int offset) { method in class:ViewCompatBase
135 view.offsetLeftAndRight(offset);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java230 static void offsetLeftAndRight(final View view, final int offset) { method in class:ViewCompatLollipop
245 ViewCompatHC.offsetLeftAndRight(view, offset);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java180 static void offsetLeftAndRight(View view, int offset) { method in class:ViewCompatHC
181 view.offsetLeftAndRight(offset);
/frameworks/base/core/java/android/view/
H A DRenderNode.java119 * mDisplayList.offsetLeftAndRight(x);
737 * @see View#offsetLeftAndRight(int)
739 public boolean offsetLeftAndRight(int offset) { method in class:RenderNode
H A DView.java13163 public void offsetLeftAndRight(int offset) { method in class:View
13192 mRenderNode.offsetLeftAndRight(offset);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java480 void offsetLeftAndRight(View view, int offset); method in interface:ViewCompat.ViewCompatImpl
1102 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.BaseViewCompatImpl
1103 ViewCompatBase.offsetLeftAndRight(view, offset);
1307 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.HCViewCompatImpl
1308 ViewCompatHC.offsetLeftAndRight(view, offset);
1718 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.LollipopViewCompatImpl
1719 ViewCompatLollipop.offsetLeftAndRight(view, offset);
1746 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.MarshmallowViewCompatImpl
1747 ViewCompatMarshmallow.offsetLeftAndRight(view, offset);
3345 public static void offsetLeftAndRight(Vie method in class:ViewCompat
[all...]

Completed in 375 milliseconds