Home | History | Annotate | Download | only in list

Lines Matching defs:overlay

343         Drawable overlay = mContext.getResources().getDrawableForDensity(
346 overlay.setBounds(dst);
347 overlay.draw(canvas);
354 * Generates a phone number shortcut icon. Adds an overlay describing the type of the phone
379 // Create an overlay for the phone number type
380 CharSequence overlay = Phone.getTypeLabel(r, phoneType, phoneLabel);
382 if (overlay != null) {
402 overlay = TextUtils.ellipsize(overlay, textPaint, mIconSize - 2 * sidePadding,
404 final float textWidth = textPaint.measureText(overlay, 0, overlay.length());
405 canvas.drawText(overlay, 0, overlay.length(), (mIconSize - textWidth) / 2, mIconSize
409 // Draw the phone action icon as an overlay