Home
last modified time | relevance | path

Searched refs:labelWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java152 int labelWidth; in run() local
155 labelWidth = mLabelWidth; in run()
161 bitmap = Bitmap.createBitmap(labelWidth + borders, in run()
179 drawText(canvas, x, y, title, labelWidth - s.leftMargin - x - in run()
184 x = labelWidth - s.titleRightMargin; in run()
187 labelWidth - x , mCountPaint); in run()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java367 final int labelWidth; in onMeasure() local
373 labelWidth = ((totalWidth * mLabelViewWidthWeight) / in onMeasure()
377 labelWidth = 0; in onMeasure()
382 labelWidth = effectiveWidth; in onMeasure()
384 labelWidth = 0; in onMeasure()
399 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode), in onMeasure()