Searched refs:newTop (Results 1 – 12 of 12) sorted by relevance
81 int newTop = mVictim.getTop(); in testVisibleToInvisible() local82 assertEquals(oldTop, newTop); in testVisibleToInvisible()116 int newTop = mVictim.getTop(); in testGoneToVisible() local117 assertEquals(oldTop, newTop); in testGoneToVisible()136 int newTop = mVictim.getTop(); in testGoneToInvisible() local137 assertEquals(oldTop, newTop); in testGoneToInvisible()150 int newTop = mVictim.getTop(); in testInvisibleToVisible() local151 assertEquals(oldTop, newTop); in testInvisibleToVisible()156 newTop = mVictim.getTop(); in testInvisibleToVisible()157 assertEquals(oldTop, newTop); in testInvisibleToVisible()[all …]
82 int newTop = postLayoutInfo == null ? disappearingItemView.getTop() : postLayoutInfo.top; in animateDisappearance() local83 if (!viewHolder.isRemoved() && (oldLeft != newLeft || oldTop != newTop)) { in animateDisappearance()84 disappearingItemView.layout(newLeft, newTop, in animateDisappearance()86 newTop + disappearingItemView.getHeight()); in animateDisappearance()90 return animateMove(viewHolder, oldLeft, oldTop, newLeft, newTop); in animateDisappearance()
35 final int newTop = firstView.getTop() - y; in scrollListBy() local36 listView.setSelectionFromTop(firstPosition, newTop); in scrollListBy()
316 int newTop = currentTop - dy; in onNestedPreScroll() local318 if (newTop < mMinOffset) { in onNestedPreScroll()329 if (newTop <= mMaxOffset || mHideable) { in onNestedPreScroll()542 final float newTop = child.getTop() + yvel * HIDE_FRICTION; in shouldHide() local543 return Math.abs(newTop - mMaxOffset) / (float) mPeekHeight > HIDE_THRESHOLD; in shouldHide()
251 public void offsetTo(float newLeft, float newTop) { in offsetTo() argument253 bottom += newTop - top; in offsetTo()255 top = newTop; in offsetTo()
306 public void offsetTo(int newLeft, int newTop) { in offsetTo() argument308 bottom += newTop - top; in offsetTo()310 top = newTop; in offsetTo()
574 private void push(JsonScope newTop) { in push() argument575 stack.add(newTop); in push()581 private void replaceTop(JsonScope newTop) { in replaceTop() argument582 stack.set(stack.size() - 1, newTop); in replaceTop() local
709 void setFrontOfTask(ActivityRecord newTop) { in setFrontOfTask() argument714 boolean foundFront = newTop != null ? true : false; in setFrontOfTask()732 if (newTop != null) { in setFrontOfTask()733 newTop.frontOfTask = true; in setFrontOfTask()740 final void moveActivityToFrontLocked(ActivityRecord newTop) { in moveActivityToFrontLocked() argument742 "Removing and adding activity " + newTop in moveActivityToFrontLocked()745 mActivities.remove(newTop); in moveActivityToFrontLocked()746 mActivities.add(newTop); in moveActivityToFrontLocked()749 setFrontOfTask(newTop); in moveActivityToFrontLocked()
1040 final int newTop = mCallback.clampViewPositionVertical(toCapture, targetTop, in shouldInterceptTouchEvent() local1047 || verticalDragRange > 0 && newTop == oldTop)) { in shouldInterceptTouchEvent()
431 final int newTop = updateStatusGuard(top); in createSubDecor()433 if (top != newTop) { in createSubDecor()436 newTop, in createSubDecor()
114 int newLeft, int newRight, int newTop, int newBottom,116 mNewRect.set(newLeft, newRight, newTop, newBottom);
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...