Searched refs:lastView (Results 1 – 9 of 9) sorted by relevance
60 val lastView = getChildAt(childCount - 1) in onMeasure() constant61 if (lastView.visibility != GONE) { in onMeasure()62 val lp = lastView.layoutParams as MarginLayoutParams in onMeasure()64 val height = lastView.measuredHeight + lp.bottomMargin + lp.topMargin in onMeasure()67 val width = lastView.measuredWidth + lp.leftMargin + lp.rightMargin in onMeasure()
49 View lastView = null; in onMeasure() local53 if (lastView != null) { in onMeasure()54 radio.setAccessibilityTraversalAfter(lastView.getId()); in onMeasure()58 lastView = findLastClickable(content); in onMeasure()
616 View lastView = null; in setBackground() local654 if (lastView != null) { in setBackground()656 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()658 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()663 lastView = v; in setBackground()667 if (lastView != null) { in setBackground()675 lastView.setBackgroundResource( in setBackground()681 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
897 View lastView = null; in setBackground() local934 if (lastView != null) { in setBackground()936 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()938 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()943 lastView = v; in setBackground()947 if (lastView != null) { in setBackground()955 lastView.setBackgroundResource( in setBackground()961 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
244 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local249 if (lastView != null) { in inflateButton()250 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
316 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local321 if (lastView != null) { in inflateButton()322 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
204 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local206 if (mShowNotificationShelf && lastView != null) { in updateState()207 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
5126 final View lastView = getChildAt(offsetToLast);5127 mMotionViewOriginalTop = lastView.getTop();8063 final View lastView = getChildAt(lastViewIndex); in run() local8064 final int lastViewHeight = lastView.getHeight(); in run()8065 final int lastViewTop = lastView.getTop(); in run()8157 final View lastView = getChildAt(lastViewIndex); in run() local8158 final int lastViewHeight = lastView.getHeight(); in run()8159 final int lastViewTop = lastView.getTop(); in run()