Searched refs:lastView (Results 1 – 8 of 8) sorted by relevance
281 ExpandableView lastView = getLastVisibleChild(); in updateBounds() local282 if (lastView != null) { in updateBounds()283 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()284 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()287 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()293 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()294 - lastView.getClipBottomAmount()); in updateBounds()297 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
244 ExpandableView lastView = null; in initAlgorithmState() local266 lastView = null; in initAlgorithmState()272 if (lastView != null) { in initAlgorithmState()273 Float prevValue = state.paddingMap.get(lastView); in initAlgorithmState()289 state.paddingMap.put(lastView, newValue); in initAlgorithmState()291 } else if (lastView != null) { in initAlgorithmState()294 float newValue = getPaddingForValue(state.paddingMap.get(lastView)); in initAlgorithmState()295 state.paddingMap.put(lastView, newValue); in initAlgorithmState()312 lastView = v; in initAlgorithmState()
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()
896 View lastView = null; in setBackground() local933 if (lastView != null) { in setBackground()935 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()937 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()942 lastView = v; in setBackground()946 if (lastView != null) { in setBackground()954 lastView.setBackgroundResource( in setBackground()960 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
295 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local300 if (lastView != null) { in inflateButton()301 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
195 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local197 if (mShowNotificationShelf && lastView != null) { in updateState()200 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
4819 final View lastView = getChildAt(offsetToLast);4820 mMotionViewOriginalTop = lastView.getTop();7661 final View lastView = getChildAt(lastViewIndex); in run() local7662 final int lastViewHeight = lastView.getHeight(); in run()7663 final int lastViewTop = lastView.getTop(); in run()7755 final View lastView = getChildAt(lastViewIndex); in run() local7756 final int lastViewHeight = lastView.getHeight(); in run()7757 final int lastViewTop = lastView.getTop(); in run()