Searched defs:newTop (Results 1 – 8 of 8) sorted by relevance
80 int newTop = mVictim.getTop(); in testVisibleToInvisible() local114 int newTop = mVictim.getTop(); in testGoneToVisible() local134 int newTop = mVictim.getTop(); in testGoneToInvisible() local148 int newTop = mVictim.getTop(); in testInvisibleToVisible() local168 int newTop = mVictim.getTop(); in testInvisibleToGone() local
576 private void push(JsonScope newTop) { in push()583 private void replaceTop(JsonScope newTop) { in replaceTop()584 stack.set(stack.size() - 1, newTop); in replaceTop() local
261 int newTop; in updateBounds() local
96 int newTop = postLayoutInfo == null ? disappearingItemView.getTop() : postLayoutInfo.top; in animateDisappearance() local
257 public void offsetTo(float newLeft, float newTop) { in offsetTo()
399 public void offsetTo(int newLeft, int newTop) { in offsetTo()
1062 int newTop = Math.max(0, insets.top - top); in insetInsets() local
1669 final void moveActivityToFrontLocked(ActivityRecord newTop) { in moveActivityToFrontLocked()