Searched refs:topView (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ConversationLayout.java | 721 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument 753 topView.setImageIcon(secondLastIcon); in bindFacePile() 766 ImageView topView = mConversationFacePile.findViewById( in bindFacePile() local 770 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile() 772 bindFacePileWithDrawable(bottomBackground, bottomView, topView, in bindFacePile() 799 layoutParams = (LayoutParams) topView.getLayoutParams(); in bindFacePile() 802 topView.setLayoutParams(layoutParams); in bindFacePile() 814 ImageView topView, GroupConversationAvatarData groupConversationAvatarData) { in bindFacePileWithDrawable() argument 817 topView.setImageDrawable(groupConversationAvatarData.mSecondLastIcon); in bindFacePileWithDrawable()
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 2819 View topView; in handleNewSelectionChange() local 2828 topView = getChildAt(topViewIndex); in handleNewSelectionChange() 2834 topView = selectedView; in handleNewSelectionChange() 2841 if (topView != null) { in handleNewSelectionChange() 2842 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange() 2843 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()
|