Searched refs:lastView (Results 1 – 9 of 9) sorted by relevance
61 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local62 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
801 View lastView = null; in setBackground() local838 if (lastView != null) { in setBackground()840 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()842 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()847 lastView = v; in setBackground()851 if (lastView != null) { in setBackground()859 lastView.setBackgroundResource( in setBackground()865 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
262 ExpandableView lastView = null; in initAlgorithmState() local270 if (lastView != null) { in initAlgorithmState()271 Float prevValue = state.increasedPaddingMap.get(lastView); in initAlgorithmState()275 state.increasedPaddingMap.put(lastView, newValue); in initAlgorithmState()295 lastView = v; in initAlgorithmState()
1951 ActivatableNotificationView lastView = mLastVisibleBackgroundChild; in updateBackgroundBounds() local1953 if (lastView != null) { in updateBackgroundBounds()1954 int finalTranslationY = (int) StackStateAnimator.getFinalTranslationY(lastView); in updateBackgroundBounds()1955 int finalHeight = StackStateAnimator.getFinalActualHeight(lastView); in updateBackgroundBounds()1964 bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()); in updateBackgroundBounds()
260 View lastView = landscape ? mLastRot90 : mLastRot0; in inflateButton() local261 if (lastView != null) { in inflateButton()262 v.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
2571 View lastView = null;2601 lastView = findViewByPosition(positions.get(positions.size() - 1));2602 if (getViewMax(lastView) - viewMin > clientSize) {2603 lastView = null;2607 if (lastView != null) {2612 lastView = view;2619 } else if (lastView != null) {2620 scrollPrimary = getViewMax(lastView) - (paddingLow + clientSize);2625 } else if (lastView != null) {2626 secondaryAlignedView = lastView;
264 View lastView = rv.getChildAt(rv.getChildCount() - 1); in movingAGroupOffScreenForAddedItems() local265 final int lastPos = rv.getChildAdapterPosition(lastView); in movingAGroupOffScreenForAddedItems()
4724 final View lastView = getChildAt(offsetToLast);4725 mMotionViewOriginalTop = lastView.getTop();7456 final View lastView = getChildAt(lastViewIndex); in run() local7457 final int lastViewHeight = lastView.getHeight(); in run()7458 final int lastViewTop = lastView.getTop(); in run()7546 final View lastView = getChildAt(lastViewIndex); in run() local7547 final int lastViewHeight = lastView.getHeight(); in run()7548 final int lastViewTop = lastView.getTop(); in run()