Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java34 private TextView mMiniLabel; field in LocaleDragCell
49 mMiniLabel = (TextView) findViewById(R.id.miniLabel); in onFinishInflate()
76 mMiniLabel.setVisibility(showMiniLabel ? VISIBLE : GONE); in setShowMiniLabel()
82 mMiniLabel.setText(miniLabelText); in setMiniLabel()
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocaleListEditorTest.java137 private TextView mMiniLabel; field in LocaleListEditorTest
480 ReflectionHelpers.setField(mLocaleDragCell, "mMiniLabel", mMiniLabel); in onBindViewHolder_shouldSetCheckedBoxText()