Searched defs:mDataViewWidthWeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java105 private int mDataViewWidthWeight = 5; field in class:ContactListItemView
260 mDataViewWidthWeight = a.getInteger(
261 R.styleable.ContactListItemView_list_item_data_width_weight, mDataViewWidthWeight);
370 dataWidth = ((totalWidth * mDataViewWidthWeight)
371 / (mDataViewWidthWeight + mLabelViewWidthWeight));
373 (mDataViewWidthWeight + mLabelViewWidthWeight));

Completed in 841 milliseconds