HomeSort by relevance Sort by last modified time
    Searched defs:labelWidth (Results 1 - 10 of 10) 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/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 371 float labelWidth = 0.0f;
383 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
385 positionX = centerX + labelWidth / 2.0f;
388 labelWidth = TypefaceUtils.getLabelWidth(label, paint) + icon.getIntrinsicWidth()
390 positionX = centerX - labelWidth / 2.0f;
420 final int iconX = (int)(centerX - labelWidth / 2.0f);
423 final int iconX = (int)(centerX + labelWidth / 2.0f - iconWidth);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 368 final int labelWidth;
374 labelWidth = ((totalWidth * mLabelViewWidthWeight) /
378 labelWidth = 0;
383 labelWidth = effectiveWidth;
385 labelWidth = 0;
400 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 1947 milliseconds