Home
last modified time | relevance | path

Searched refs:offsetTopAndBottom (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java319 text.offsetTopAndBottom(dy); in reset()
320 tab.offsetTopAndBottom(dy); in reset()
747 handle.offsetTopAndBottom(deltaY);
748 content.offsetTopAndBottom(deltaY);
DResolverDrawerLayout.java370 child.offsetTopAndBottom((int) dy);
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java592 handle.offsetTopAndBottom(mTopOffset - handle.getTop()); in moveHandle()
595 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - in moveHandle()
606 handle.offsetTopAndBottom(deltaY); in moveHandle()
DListView.java784 sel.offsetTopAndBottom((height - selHeight) / 2); in fillFromMiddle()
855 sel.offsetTopAndBottom(-offset); in fillFromSelection()
867 sel.offsetTopAndBottom(offset); in fillFromSelection()
1011 oldSel.offsetTopAndBottom(-offset); in moveSelection()
1013 sel.offsetTopAndBottom(-offset); in moveSelection()
1072 sel.offsetTopAndBottom(offset); in moveSelection()
1093 sel.offsetTopAndBottom(childrenTop - sel.getTop()); in moveSelection()
1959 child.offsetTopAndBottom(childTop - child.getTop()); in setupChild()
2664 getChildAt(i).offsetTopAndBottom(heightDelta); in measureAndAdjustDown()
DGridView.java1545 child.offsetTopAndBottom(childTop - child.getTop()); in setupChild()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java329 view.offsetTopAndBottom(offset);
DRecyclerView.java2956 mChildHelper.getChildAt(i).offsetTopAndBottom(dy); in offsetChildrenVertical()
/frameworks/base/core/java/android/view/
DViewOverlay.java178 child.offsetTopAndBottom(parentLocation[1] - hostViewLocation[1]); in add()
DRenderNode.java792 public boolean offsetTopAndBottom(int offset) { in offsetTopAndBottom() method in RenderNode
DView.java11347 public void offsetTopAndBottom(int offset) {
11379 mRenderNode.offsetTopAndBottom(offset);
DViewGroup.java4957 v.mRenderNode.offsetTopAndBottom(offset); in offsetChildrenTopAndBottom()
/frameworks/base/core/java/android/transition/
DVisibility.java417 overlayView.offsetTopAndBottom((screenY - loc[1]) - overlayView.getTop()); in onDisappear()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java411 mPrintButton.offsetTopAndBottom(dy); in onViewPositionChanged()
/frameworks/support/v4/java/android/support/v4/widget/
DViewDragHelper.java733 mCapturedView.offsetTopAndBottom(dy); in continueSettling()
1407 mCapturedView.offsetTopAndBottom(clampedY - oldTop); in dragTo()
DSwipeRefreshLayout.java930 mCircleView.offsetTopAndBottom(offset); in setTargetOffsetTopAndBottom()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1534 findViewByPosition(row.get(k)).offsetTopAndBottom(primaryDelta);
1722 getChildAt(i).offsetTopAndBottom(increment);
1735 getChildAt(i).offsetTopAndBottom(increment);
/frameworks/base/api/
Dsystem-current.txt35787 method public void offsetTopAndBottom(int);
Dcurrent.txt33554 method public void offsetTopAndBottom(int);