Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleDragCell.java34 private TextView mMiniLabel; field in LocaleDragCell
47 mMiniLabel = (TextView) findViewById(R.id.miniLabel); in onFinishInflate()
80 mMiniLabel.setVisibility(showMiniLabel ? VISIBLE : GONE); in setShowMiniLabel()
86 mMiniLabel.setText(miniLabelText); in setMiniLabel()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragCell.java34 private TextView mMiniLabel; field in LocaleDragCell
47 mMiniLabel = (TextView) findViewById(R.id.miniLabel); in onFinishInflate()
80 mMiniLabel.setVisibility(showMiniLabel ? VISIBLE : GONE); in setShowMiniLabel()
86 mMiniLabel.setText(miniLabelText); in setMiniLabel()