Home
last modified time | relevance | path

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

/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DCard.java89 private ArrayList<CardAction> mCardActions = new ArrayList<CardAction>();
274 CardAction cardAction = new CardAction(); in addAction()
289 for (CardAction action : mCardActions) { in setActionVisibility()
354 for (CardAction action : mCardActions) { in createShallowClone()
368 for (CardAction action : mCardActions) { in prepareForConfigurationChange()
550 for (final CardAction action : mCard.mCardActions) { in initializeActionViews()
610 public class CardAction { class in Card
617 public CardAction createShallowClone() { in createShallowClone()
618 CardAction actionClone = new CardAction(); in createShallowClone()
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl87 * @see com.example.android.sensors.batchstepsensor.Card.CardAction
89 private ArrayList<CardAction> mCardActions = new ArrayList<CardAction>();
274 CardAction cardAction = new CardAction();
289 for (CardAction action : mCardActions) {
354 for (CardAction action : mCardActions) {
368 for (CardAction action : mCardActions) {
550 for (final CardAction action : mCard.mCardActions) {
610 public class CardAction {
617 public CardAction createShallowClone() {
618 CardAction actionClone = new CardAction();