Searched refs:ButtonViewHolder (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | BubblePreference.java | 49 private ButtonViewHolder mBubbleAllButton; 50 private ButtonViewHolder mBubbleSelectedButton; 51 private ButtonViewHolder mBubbleNoneButton; 112 mBubbleAllButton = new ButtonViewHolder(bubbleAll, bubbleAllImage, bubbleAllText, in onBindViewHolder() 122 mBubbleSelectedButton = new ButtonViewHolder(bubbleSelected, bubbleSelectedImage, in onBindViewHolder() 134 mBubbleNoneButton = new ButtonViewHolder(bubbleNone, bubbleNoneImage, bubbleNoneText, in onBindViewHolder() 152 private class ButtonViewHolder { class in BubblePreference 158 ButtonViewHolder(View v, ImageView iv, TextView tv, int identifier) { in ButtonViewHolder() method in BubblePreference.ButtonViewHolder
|