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.java158 private TextView mLabelView; field in ContactListItemView
369 if (isVisible(mLabelView)) { in onMeasure()
381 if (isVisible(mLabelView)) { in onMeasure()
394 if (isVisible(mLabelView)) { in onMeasure()
399 mLabelView.measure(MeasureSpec.makeMeasureSpec(labelWidth, mode), in onMeasure()
401 mLabelViewHeight = mLabelView.getMeasuredHeight(); in onMeasure()
608 if (isVisible(mLabelView)) { in onLayout()
611 mLabelView.layout(rightBound - mLabelView.getMeasuredWidth(), in onLayout()
615 rightBound -= mLabelView.getMeasuredWidth(); in onLayout()
618 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()