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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 152 int labelWidth;
155 labelWidth = mLabelWidth;
161 bitmap = Bitmap.createBitmap(labelWidth + borders,
179 drawText(canvas, x, y, title, labelWidth - s.leftMargin - x -
184 x = labelWidth - s.titleRightMargin;
187 labelWidth - x , mCountPaint);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillPopup.java 202 float labelWidth = bounds.width();
210 float localMax = Math.max(labelWidth, bounds.width());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 88 int labelWidth= Math.max(emin.x, emax.x) + 2;
92 int left= PADDING + labelWidth;
101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
TimeLineGraph.java 52 int labelWidth= Math.max(emin.x, emax.x) + 2;
56 int left= PADDING + labelWidth;
65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 382 float labelWidth = 0.0f;
394 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
396 positionX = centerX + labelWidth / 2.0f;
399 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
401 positionX = centerX - labelWidth / 2.0f;
431 final int iconX = (int)(centerX - labelWidth / 2.0f);
434 final int iconX = (int)(centerX + labelWidth / 2.0f - iconWidth);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 388 final int labelWidth;
394 labelWidth = ((totalWidth * mLabelViewWidthWeight) /
398 labelWidth = 0;
403 labelWidth = effectiveWidth;
405 labelWidth = 0;
420 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 882 milliseconds