Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java721 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
749 bottomView.setImageIcon(lastIcon); in bindFacePile()
764 ImageView bottomView = mConversationFacePile.findViewById( in bindFacePile() local
770 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
772 bindFacePileWithDrawable(bottomBackground, bottomView, topView, in bindFacePile()
794 layoutParams = (LayoutParams) bottomView.getLayoutParams(); in bindFacePile()
797 bottomView.setLayoutParams(layoutParams); in bindFacePile()
813 public void bindFacePileWithDrawable(ImageView bottomBackground, ImageView bottomView, in bindFacePileWithDrawable() argument
816 bottomView.setImageDrawable(groupConversationAvatarData.mLastIcon); in bindFacePileWithDrawable()
/frameworks/base/core/java/android/widget/
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()