Home | History | Annotate | Download | only in ui

Lines Matching refs:incoming

107     public Drawable getBubbleDrawable(final boolean selected, final boolean incoming,
111 if (incoming) {
117 } else if (incoming) {
126 } else if (incoming) {
139 private int getAudioButtonColor(final boolean incoming) {
140 return incoming ? mIncomingAudioButtonColor : mThemeColor;
143 public Drawable getPlayButtonDrawable(final boolean incoming) {
145 mContext, mAudioPlayButtonDrawable, getAudioButtonColor(incoming));
148 public Drawable getPauseButtonDrawable(final boolean incoming) {
150 mContext, mAudioPauseButtonDrawable, getAudioButtonColor(incoming));
153 public Drawable getAudioProgressDrawable(final boolean incoming) {
155 mContext, mAudioProgressForegroundDrawable, getAudioButtonColor(incoming));
158 public Drawable getAudioProgressBackgroundDrawable(final boolean incoming) {
159 return incoming ? mIncomingAudioProgressBackgroundDrawable :