HomeSort by relevance Sort by last modified time
    Searched refs:textPadding (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 138 float textPadding = res.getDimensionPixelSize(
158 + 2 * thumbBgPadding + textPadding + labelTextHeight
159 + recentsItemTopPadding + textPadding + descriptionTextHeight;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 394 final int textPadding = r
396 final int textBandHeight = (fmi.descent - fmi.ascent) + textPadding * 2;
406 - fmi.descent - textPadding, textPaint);

Completed in 332 milliseconds