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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
Recents.java 202 float textPadding = res.getDimensionPixelSize(
222 + 2 * thumbBgPadding + textPadding + labelTextHeight
223 + recentsItemTopPadding + textPadding + descriptionTextHeight;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 391 final int textPadding = r
393 final int textBandHeight = (fmi.descent - fmi.ascent) + textPadding * 2;
400 - fmi.descent - textPadding, textPaint);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 88 textPadding: function()
541 context.fillText(text, barX + this.textPadding(), barY + barHeight - this.textBaseline());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 229 textPadding: function() { },
800 var textPadding = this._dataProvider.textPadding();
801 this._minTextWidth = 2 * textPadding + this._measureWidth(context, "\u2026");
904 text = this._prepareText(context, text, barWidth - 2 * textPadding);
913 context.fillText(text, barX + textPadding, textBaseHeight - barLevel * this._barHeightDelta);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 66 textPadding: function()

Completed in 136 milliseconds