Home
last modified time | relevance | path

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

/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DCard.java56 private int mLayoutId = R.layout.card; field in Card
345 cloneCard.mLayoutId = mLayoutId; in createShallowClone()
436 mCard.mLayoutId = layout; in setLayout()
487 ViewGroup cardView = (ViewGroup) inflater.inflate(mCard.mLayoutId, in build()
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl56 private int mLayoutId = R.layout.card;
345 cloneCard.mLayoutId = mLayoutId;
436 mCard.mLayoutId = layout;
487 ViewGroup cardView = (ViewGroup) inflater.inflate(mCard.mLayoutId,