Home
last modified time | relevance | path

Searched refs:lastView (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java268 ActivatableNotificationView lastView = getLastVisibleChild(); in updateBounds() local
269 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()
DStackScrollAlgorithm.java255 ExpandableView lastView = null; in initAlgorithmState() local
277 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenRadioLayout.java49 View lastView = null; in onMeasure() local
53 if (lastView != null) { in onMeasure()
54 radio.setAccessibilityTraversalAfter(lastView.getId()); in onMeasure()
58 lastView = findLastClickable(content); in onMeasure()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java865 View lastView = null; in setBackground() local
902 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java306 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
311 if (lastView != null) { in inflateButton()
312 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local
907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java190 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local
192 if (mShowNotificationShelf && lastView != null) { in updateState()
195 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
/frameworks/base/core/java/android/widget/
DAbsListView.java4838 final View lastView = getChildAt(offsetToLast);
4839 mMotionViewOriginalTop = lastView.getTop();
7679 final View lastView = getChildAt(lastViewIndex); in run() local
7680 final int lastViewHeight = lastView.getHeight(); in run()
7681 final int lastViewTop = lastView.getTop(); in run()
7773 final View lastView = getChildAt(lastViewIndex); in run() local
7774 final int lastViewHeight = lastView.getHeight(); in run()
7775 final int lastViewTop = lastView.getTop(); in run()