Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java157 private TextView mLabelView; field in ContactListItemView
368 if (isVisible(mLabelView)) { in onMeasure()
380 if (isVisible(mLabelView)) { in onMeasure()
393 if (isVisible(mLabelView)) { in onMeasure()
398 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode), in onMeasure()
400 mLabelViewHeight = mLabelView.getMeasuredHeight(); in onMeasure()
607 if (isVisible(mLabelView)) { in onLayout()
610 mLabelView.layout(rightBound - mLabelView.getMeasuredWidth(), in onLayout()
614 rightBound -= mLabelView.getMeasuredWidth(); in onLayout()
617 dataLeftBound = leftBound + mLabelView.getMeasuredWidth(); in onLayout()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWriteWifiConfigToNfcDialog.java69 private TextView mLabelView; field in WriteWifiConfigToNfcDialog
103 mLabelView = (TextView) mView.findViewById(R.id.password_label); in onCreate()
158 mLabelView.setText(R.string.status_awaiting_tap); in onClick()
163 mLabelView.setText(R.string.status_invalid_password); in onClick()
184 setViewText(mLabelView, R.string.status_write_success); in handleWriteNfcEvent()
187 setViewText(mLabelView, R.string.status_failed_to_write); in handleWriteNfcEvent()
191 setViewText(mLabelView, R.string.status_failed_to_write); in handleWriteNfcEvent()
196 setViewText(mLabelView, R.string.status_tag_not_writable); in handleWriteNfcEvent()
200 setViewText(mLabelView, R.string.status_tag_not_writable); in handleWriteNfcEvent()