Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java97 private TextView mWidgetDims; field in WidgetCell
154 mWidgetDims = findViewById(R.id.widget_dims); in onFinishInflate()
193 mWidgetDims.setText(null); in clear()
247 mWidgetDims.setText(context.getString(R.string.widget_dims_format, in applyFromCellItem()
443 mWidgetDims.setVisibility(show ? VISIBLE : GONE); in showDimensions()