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

/frameworks/support/compat/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/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java136 static void offsetLeftAndRight(View view, int offset) { method in class:ViewCompatBase
138 view.offsetLeftAndRight(offset);
/frameworks/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java217 static void offsetLeftAndRight(final View view, final int offset) { method in class:ViewCompatLollipop
232 ViewCompatHC.offsetLeftAndRight(view, offset);
/frameworks/support/compat/honeycomb/android/support/v4/view/
H A DViewCompatHC.java182 static void offsetLeftAndRight(View view, int offset) { method in class:ViewCompatHC
183 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.java13249 public void offsetLeftAndRight(int offset) { method in class:View
13278 mRenderNode.offsetLeftAndRight(offset);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java488 void offsetLeftAndRight(View view, int offset); method in interface:ViewCompat.ViewCompatImpl
1146 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.BaseViewCompatImpl
1147 ViewCompatBase.offsetLeftAndRight(view, offset);
1333 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.HCViewCompatImpl
1334 ViewCompatHC.offsetLeftAndRight(view, offset);
1772 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.LollipopViewCompatImpl
1773 ViewCompatLollipop.offsetLeftAndRight(view, offset);
1800 public void offsetLeftAndRight(View view, int offset) { method in class:ViewCompat.MarshmallowViewCompatImpl
1801 ViewCompatMarshmallow.offsetLeftAndRight(view, offset);
3451 public static void offsetLeftAndRight(Vie method in class:ViewCompat
[all...]

Completed in 357 milliseconds