Searched refs:topView (Results 1 – 2 of 2) sorted by relevance
649 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument681 topView.setImageIcon(secondLastIcon); in bindFacePile()689 ImageView topView = mConversationFacePile.findViewById( in bindFacePile() local692 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()716 layoutParams = (LayoutParams) topView.getLayoutParams(); in bindFacePile()719 topView.setLayoutParams(layoutParams); in bindFacePile()
2821 View topView; in handleNewSelectionChange() local2830 topView = getChildAt(topViewIndex); in handleNewSelectionChange()2836 topView = selectedView; in handleNewSelectionChange()2843 if (topView != null) { in handleNewSelectionChange()2844 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange()2845 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()