Home
last modified time | relevance | path

Searched refs:bottomView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java605 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
633 bottomView.setImageIcon(lastIcon); in bindFacePile()
643 ImageView bottomView = mConversationFacePile.findViewById( in bindFacePile() local
648 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
667 layoutParams = (LayoutParams) bottomView.getLayoutParams(); in bindFacePile()
670 bottomView.setLayoutParams(layoutParams); in bindFacePile()
/aosp14/frameworks/base/core/java/android/widget/
H A DListView.java2820 View bottomView; in handleNewSelectionChange() local
2829 bottomView = selectedView; in handleNewSelectionChange()
2835 bottomView = getChildAt(bottomViewIndex); in handleNewSelectionChange()
2847 if (bottomView != null) { in handleNewSelectionChange()
2848 bottomView.setSelected(!newFocusAssigned && !topSelected); in handleNewSelectionChange()
2849 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren); in handleNewSelectionChange()