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.java281 ExpandableView lastView = getLastVisibleChild(); in updateBounds() local
282 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()
DStackScrollAlgorithm.java244 ExpandableView lastView = null; in initAlgorithmState() local
266 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()
/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.java896 View lastView = null; in setBackground() local
933 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java295 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
300 if (lastView != null) { in inflateButton()
301 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.java195 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local
197 if (mShowNotificationShelf && lastView != null) { in updateState()
200 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
/frameworks/base/core/java/android/widget/
DAbsListView.java4819 final View lastView = getChildAt(offsetToLast);
4820 mMotionViewOriginalTop = lastView.getTop();
7661 final View lastView = getChildAt(lastViewIndex); in run() local
7662 final int lastViewHeight = lastView.getHeight(); in run()
7663 final int lastViewTop = lastView.getTop(); in run()
7755 final View lastView = getChildAt(lastViewIndex); in run() local
7756 final int lastViewHeight = lastView.getHeight(); in run()
7757 final int lastViewTop = lastView.getTop(); in run()