Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DIgnorableChildLinearLayout.kt60 val lastView = getChildAt(childCount - 1) regex
61 if (lastView.visibility != GONE) {
62 val lp = lastView.layoutParams as MarginLayoutParams
64 val height = lastView.measuredHeight + lp.bottomMargin + lp.topMargin
67 val width = lastView.measuredWidth + lp.leftMargin + lp.rightMargin
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java275 ExpandableView lastView = getLastVisibleChild(); in updateBounds() local
276 if (lastView != null) { in updateBounds()
277 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()
278 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
281 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()
287 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()
288 - lastView.getClipBottomAmount()); in updateBounds()
291 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A 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()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertController.java616 View lastView = null; in setBackground() local
654 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()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java897 View lastView = null; in setBackground() local
934 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()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarInflaterView.java244 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
249 if (lastView != null) { in inflateButton()
250 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java316 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
321 if (lastView != null) { in inflateButton()
322 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local
907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java215 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local
217 if (mShowNotificationShelf && lastView != null) { in updateState()
218 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java5084 final View lastView = getChildAt(offsetToLast);
5085 mMotionViewOriginalTop = lastView.getTop();
8017 final View lastView = getChildAt(lastViewIndex); in run() local
8018 final int lastViewHeight = lastView.getHeight(); in run()
8019 final int lastViewTop = lastView.getTop(); in run()
8111 final View lastView = getChildAt(lastViewIndex); in run() local
8112 final int lastViewHeight = lastView.getHeight(); in run()
8113 final int lastViewTop = lastView.getTop(); in run()