HomeSort by relevance Sort by last modified time
    Searched full:cardaction (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/
styles.xml 50 <style name="CardAction">
59 <style name="CardActionNeutral" parent="@style/CardAction">
65 <style name="CardActionNegative" parent="@style/CardAction">
71 <style name="CardActionPositive" parent="@style/CardAction">
78 <style name="CardProgressLayout" parent="@style/CardAction">
86 <style name="CardProgressText" parent="@style/CardAction">
  /developers/build/templates/CardStream/_MODULE_/src/template/res/values/
styles.xml 50 <style name="CardAction">
59 <style name="CardActionNeutral" parent="@style/CardAction">
65 <style name="CardActionNegative" parent="@style/CardAction">
71 <style name="CardActionPositive" parent="@style/CardAction">
78 <style name="CardProgressLayout" parent="@style/CardAction">
86 <style name="CardProgressText" parent="@style/CardAction">
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
Card.java 87 * @see com.example.android.sensors.batchstepsensor.Card.CardAction
89 private ArrayList<CardAction> mCardActions = new ArrayList<CardAction>();
274 CardAction cardAction = new CardAction();
275 cardAction.label = label;
276 cardAction.id = id;
277 cardAction.type = type;
278 mCardActions.add(cardAction);
    [all...]
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
Card.java.ftl 85 * @see com.example.android.sensors.batchstepsensor.Card.CardAction
87 private ArrayList<CardAction> mCardActions = new ArrayList<CardAction>();
272 CardAction cardAction = new CardAction();
273 cardAction.label = label;
274 cardAction.id = id;
275 cardAction.type = type;
276 mCardActions.add(cardAction);
    [all...]

Completed in 62 milliseconds