Searched refs:lastView (Results 1 – 8 of 8) sorted by relevance
268 ActivatableNotificationView lastView = getLastVisibleChild(); in updateBounds() local269 if (lastView != null) { in updateBounds()270 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()271 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()274 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()280 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()281 - lastView.getClipBottomAmount()); in updateBounds()284 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
255 ExpandableView lastView = null; in initAlgorithmState() local277 lastView = null; in initAlgorithmState()283 if (lastView != null) { in initAlgorithmState()284 Float prevValue = state.paddingMap.get(lastView); in initAlgorithmState()300 state.paddingMap.put(lastView, newValue); in initAlgorithmState()302 } else if (lastView != null) { in initAlgorithmState()305 float newValue = getPaddingForValue(state.paddingMap.get(lastView)); in initAlgorithmState()306 state.paddingMap.put(lastView, newValue); in initAlgorithmState()323 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()
865 View lastView = null; in setBackground() local902 if (lastView != null) { in setBackground()904 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()906 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()911 lastView = v; in setBackground()915 if (lastView != null) { in setBackground()923 lastView.setBackgroundResource( in setBackground()929 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
306 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local311 if (lastView != null) { in inflateButton()312 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
190 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local192 if (mShowNotificationShelf && lastView != null) { in updateState()195 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
4838 final View lastView = getChildAt(offsetToLast);4839 mMotionViewOriginalTop = lastView.getTop();7679 final View lastView = getChildAt(lastViewIndex); in run() local7680 final int lastViewHeight = lastView.getHeight(); in run()7681 final int lastViewTop = lastView.getTop(); in run()7773 final View lastView = getChildAt(lastViewIndex); in run() local7774 final int lastViewHeight = lastView.getHeight(); in run()7775 final int lastViewTop = lastView.getTop(); in run()