Searched refs:offsetTopAndBottom (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/support/compat/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/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylingRelativeLayout.java64 mBreadcrumbView.offsetTopAndBottom(offset);
67 mTitleView.offsetTopAndBottom(offset);
70 mDescriptionView.offsetTopAndBottom(offset);
77 mIconView.offsetTopAndBottom(
/frameworks/support/design/src/android/support/design/widget/
H A DViewOffsetHelper.java25 * {@link android.view.View#offsetTopAndBottom(int)}.
53 ViewCompat.offsetTopAndBottom(mView, mOffsetTop - (mView.getTop() - mLayoutTop));
H A DBottomSheetBehavior.java242 ViewCompat.offsetTopAndBottom(child, mMinOffset);
244 ViewCompat.offsetTopAndBottom(child, mParentHeight);
246 ViewCompat.offsetTopAndBottom(child, mMaxOffset);
248 ViewCompat.offsetTopAndBottom(child, savedTop - child.getTop());
357 ViewCompat.offsetTopAndBottom(child, -consumed[1]);
361 ViewCompat.offsetTopAndBottom(child, -dy);
368 ViewCompat.offsetTopAndBottom(child, -dy);
372 ViewCompat.offsetTopAndBottom(child, -consumed[1]);
H A DFloatingActionButton.java755 ViewCompat.offsetTopAndBottom(fab, offsetTB);
H A DAppBarLayout.java1422 ViewCompat.offsetTopAndBottom(child, (dependency.getBottom() - child.getTop())
H A DCollapsingToolbarLayout.java425 ViewCompat.offsetTopAndBottom(child, insetTop);
/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java116 static void offsetTopAndBottom(View view, int offset) { method in class:ViewCompatBase
118 view.offsetTopAndBottom(offset);
/frameworks/support/compat/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/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java192 static void offsetTopAndBottom(final View view, final int offset) { method in class:ViewCompatLollipop
207 ViewCompatHC.offsetTopAndBottom(view, offset);
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java589 handle.offsetTopAndBottom(mTopOffset - handle.getTop());
592 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
603 handle.offsetTopAndBottom(deltaY);
H A DListView.java790 sel.offsetTopAndBottom((height - selHeight) / 2);
861 sel.offsetTopAndBottom(-offset);
873 sel.offsetTopAndBottom(offset);
1017 oldSel.offsetTopAndBottom(-offset);
1019 sel.offsetTopAndBottom(-offset);
1078 sel.offsetTopAndBottom(offset);
1099 sel.offsetTopAndBottom(childrenTop - sel.getTop());
2083 child.offsetTopAndBottom(childTop - child.getTop());
2772 getChildAt(i).offsetTopAndBottom(heightDelta);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java215 ViewCompat.offsetTopAndBottom(insetView, 123);
265 ViewCompat.offsetTopAndBottom(viewA, 20);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java487 void offsetTopAndBottom(View view, int offset); method in interface:ViewCompat.ViewCompatImpl
1151 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.BaseViewCompatImpl
1152 ViewCompatBase.offsetTopAndBottom(view, offset);
1338 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.HCViewCompatImpl
1339 ViewCompatHC.offsetTopAndBottom(view, offset);
1777 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.LollipopViewCompatImpl
1778 ViewCompatLollipop.offsetTopAndBottom(view, offset);
1805 public void offsetTopAndBottom(View view, int offset) { method in class:ViewCompat.MarshmallowViewCompatImpl
1806 ViewCompatMarshmallow.offsetTopAndBottom(view, offset);
3442 public static void offsetTopAndBottom(Vie method in class:ViewCompat
[all...]
/frameworks/base/core/java/android/view/
H A DViewOverlay.java193 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]);
H A DRenderNode.java749 * @see View#offsetTopAndBottom(int)
751 public boolean offsetTopAndBottom(int offset) { method in class:RenderNode
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java319 text.offsetTopAndBottom(dy);
320 tab.offsetTopAndBottom(dy);
749 handle.offsetTopAndBottom(deltaY);
750 content.offsetTopAndBottom(deltaY);
H A DResolverDrawerLayout.java445 child.offsetTopAndBottom((int) dy);
/frameworks/support/transition/ics/android/support/transition/
H A DFadePort.java249 ViewCompat.offsetTopAndBottom(overlayView, (screenY - loc[1]) - overlayView.getTop());
H A DViewOverlay.java224 ViewCompat.offsetTopAndBottom(child, parentLocation[1] - hostViewLocation[1]);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOrientationHelper.java420 view.offsetTopAndBottom(offset);
/frameworks/base/core/java/android/transition/
H A DVisibility.java418 overlayView.offsetTopAndBottom((screenY - loc[1]) - overlayView.getTop());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java411 mPrintButton.offsetTopAndBottom(dy);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DViewDragHelper.java736 ViewCompat.offsetTopAndBottom(mCapturedView, dy);
1427 ViewCompat.offsetTopAndBottom(mCapturedView, clampedY - oldTop);
H A DSwipeRefreshLayout.java1184 ViewCompat.offsetTopAndBottom(mCircleView, offset);

Completed in 1544 milliseconds

12