Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java96 private TextView mWidgetName; field in WidgetCell
153 mWidgetName = findViewById(R.id.widget_name); in onFinishInflate()
187 Log.d(TAG, "reset called on:" + mWidgetName.getText()); in clear()
192 mWidgetName.setText(null); in clear()
246 mWidgetName.setText(mItem.label); in applyFromCellItem()
461 mWidgetName.setCompoundDrawablesRelative( in showAppIconInWidgetTitle()
467 mWidgetName.setCompoundDrawables(null, null, null, null); in showAppIconInWidgetTitle()