Searched refs:bottomView (Results 1 – 2 of 2) sorted by relevance
605 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument633 bottomView.setImageIcon(lastIcon); in bindFacePile()643 ImageView bottomView = mConversationFacePile.findViewById( in bindFacePile() local648 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()667 layoutParams = (LayoutParams) bottomView.getLayoutParams(); in bindFacePile()670 bottomView.setLayoutParams(layoutParams); in bindFacePile()
2820 View bottomView; in handleNewSelectionChange() local2829 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()