Home
last modified time | relevance | path

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

/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DCard.java69 private TextView mDescView = null; field in Card
111 if (mDescView != null) { in setDescription()
113 mDescView.setText(desc); in setDescription()
502 mCard.mDescView = (TextView) viewDesc; in build()
503 mCard.mDescView.setText(mCard.mDescription); in build()
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl69 private TextView mDescView = null;
111 if (mDescView != null) {
113 mDescView.setText(desc);
502 mCard.mDescView = (TextView) viewDesc;
503 mCard.mDescView.setText(mCard.mDescription);