/frameworks/support/compat/api23/android/support/v4/view/ |
ViewCompatMarshmallow.java | 34 static void offsetTopAndBottom(View view, int offset) { 35 view.offsetTopAndBottom(offset);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidanceStylingRelativeLayout.java | 66 mBreadcrumbView.offsetTopAndBottom(offset); 69 mTitleView.offsetTopAndBottom(offset); 72 mDescriptionView.offsetTopAndBottom(offset); 79 mIconView.offsetTopAndBottom(
|
/frameworks/support/design/src/android/support/design/widget/ |
ViewOffsetHelper.java | 25 * {@link android.view.View#offsetTopAndBottom(int)}. 53 ViewCompat.offsetTopAndBottom(mView, mOffsetTop - (mView.getTop() - mLayoutTop));
|
BottomSheetBehavior.java | 238 ViewCompat.offsetTopAndBottom(child, mMinOffset); 240 ViewCompat.offsetTopAndBottom(child, mParentHeight); 242 ViewCompat.offsetTopAndBottom(child, mMaxOffset); 244 ViewCompat.offsetTopAndBottom(child, savedTop - child.getTop()); 352 ViewCompat.offsetTopAndBottom(child, -consumed[1]); 356 ViewCompat.offsetTopAndBottom(child, -dy); 363 ViewCompat.offsetTopAndBottom(child, -dy); 367 ViewCompat.offsetTopAndBottom(child, -consumed[1]);
|
FloatingActionButton.java | 747 ViewCompat.offsetTopAndBottom(fab, offsetTB);
|
CoordinatorLayout.java | [all...] |
/frameworks/support/compat/gingerbread/android/support/v4/view/ |
ViewCompatBase.java | 116 static void offsetTopAndBottom(View view, int offset) { 118 view.offsetTopAndBottom(offset);
|
/frameworks/support/compat/honeycomb/android/support/v4/view/ |
ViewCompatHC.java | 170 static void offsetTopAndBottom(View view, int offset) { 171 view.offsetTopAndBottom(offset);
|
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 84 view.offsetTopAndBottom(v_offset);
|
/frameworks/support/compat/api21/android/support/v4/view/ |
ViewCompatLollipop.java | 192 static void offsetTopAndBottom(final View view, final int offset) { 207 ViewCompatHC.offsetTopAndBottom(view, offset);
|
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 589 handle.offsetTopAndBottom(mTopOffset - handle.getTop()); 592 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - 603 handle.offsetTopAndBottom(deltaY); [all...] |
ListView.java | 790 sel.offsetTopAndBottom((height - selHeight) / 2); 861 sel.offsetTopAndBottom(-offset); 873 sel.offsetTopAndBottom(offset); [all...] |
/frameworks/support/design/tests/src/android/support/design/widget/ |
CoordinatorLayoutTest.java | 204 ViewCompat.offsetTopAndBottom(insetView, 123); 254 ViewCompat.offsetTopAndBottom(viewA, 20);
|
/frameworks/support/compat/java/android/support/v4/view/ |
ViewCompat.java | 485 void offsetTopAndBottom(View view, int offset); [all...] |
/frameworks/base/core/java/android/view/ |
ViewOverlay.java | 193 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]);
|
RenderNode.java | 749 * @see View#offsetTopAndBottom(int) 751 public boolean offsetTopAndBottom(int offset) { [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
SlidingTab.java | 319 text.offsetTopAndBottom(dy); 320 tab.offsetTopAndBottom(dy); 749 handle.offsetTopAndBottom(deltaY); 750 content.offsetTopAndBottom(deltaY); [all...] |
ResolverDrawerLayout.java | 445 child.offsetTopAndBottom((int) dy); [all...] |
/frameworks/support/transition/ics/android/support/transition/ |
FadePort.java | 249 ViewCompat.offsetTopAndBottom(overlayView, (screenY - loc[1]) - overlayView.getTop());
|
ViewOverlay.java | 221 ViewCompat.offsetTopAndBottom(child, parentLocation[1] - hostViewLocation[1]);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
OrientationHelper.java | 420 view.offsetTopAndBottom(offset);
|
/frameworks/base/core/java/android/transition/ |
Visibility.java | 418 overlayView.offsetTopAndBottom((screenY - loc[1]) - overlayView.getTop());
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
PrintContentView.java | 411 mPrintButton.offsetTopAndBottom(dy);
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
ViewDragHelper.java | 736 ViewCompat.offsetTopAndBottom(mCapturedView, dy); [all...] |
SwipeRefreshLayout.java | [all...] |