OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
406
final int
textPadding
= r
408
final int textBandHeight = (fmi.descent - fmi.ascent) +
textPadding
* 2;
418
- fmi.descent -
textPadding
, textPaint);
Completed in 87 milliseconds