Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt60 val lastView = getChildAt(childCount - 1) in onMeasure() constant
61 if (lastView.visibility != GONE) { in onMeasure()
62 val lp = lastView.layoutParams as MarginLayoutParams in onMeasure()
64 val height = lastView.measuredHeight + lp.bottomMargin + lp.topMargin in onMeasure()
67 val width = lastView.measuredWidth + lp.leftMargin + lp.rightMargin in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java280 ExpandableView lastView = getLastVisibleChild(); in updateBounds() local
281 if (lastView != null) { in updateBounds()
282 float finalTranslationY = ViewState.getFinalTranslationY(lastView); in updateBounds()
283 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds()
286 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()
292 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds()
293 - lastView.getClipBottomAmount()); in updateBounds()
296 lastView.getTranslationY() + lastView.getActualHeight(), in updateBounds()
/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.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()
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarInflaterView.java244 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
249 if (lastView != null) { in inflateButton()
250 accessibilityView.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java299 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton() local
304 if (lastView != null) { in inflateButton()
305 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.java207 ExpandableView lastView = ambientState.getLastVisibleBackgroundChild(); in updateState() local
209 if (mShowNotificationShelf && lastView != null) { in updateState()
210 ExpandableViewState lastViewState = lastView.getViewState(); in updateState()
/frameworks/base/core/java/android/widget/
DAbsListView.java4975 final View lastView = getChildAt(offsetToLast);
4976 mMotionViewOriginalTop = lastView.getTop();
7908 final View lastView = getChildAt(lastViewIndex); in run() local
7909 final int lastViewHeight = lastView.getHeight(); in run()
7910 final int lastViewTop = lastView.getTop(); in run()
8002 final View lastView = getChildAt(lastViewIndex); in run() local
8003 final int lastViewHeight = lastView.getHeight(); in run()
8004 final int lastViewTop = lastView.getTop(); in run()