Home | History | Annotate | Download | only in calllog

Lines Matching refs:missed

38  * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
114 return mResources.missed;
120 // distinguish between rejected and missed calls). Instead of crashing, just
121 // assume that all unknown call types are missed calls.
122 return mResources.missed;
164 * Drawable representing an incoming missed call.
166 public final Drawable missed;
202 missed = r.getDrawable(R.drawable.ic_call_arrow).mutate();
203 missed.setColorFilter(r.getColor(R.color.missed_call), PorterDuff.Mode.MULTIPLY);
212 int scaledHeight = missed.getIntrinsicHeight();
214 ((float) missed.getIntrinsicHeight() /