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

  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsFragment.java 63 private Action mActionBuy;
83 mActionBuy = new Action(ACTION_BUY, "Buy $9.99");
181 adapter.set(ACTION_BUY, mActionBuy);
DetailsSupportFragment.java 65 private Action mActionBuy;
85 mActionBuy = new Action(ACTION_BUY, "Buy $9.99");
183 adapter.set(ACTION_BUY, mActionBuy);
NewDetailsFragment.java 66 private Action mActionBuy;
95 mActionBuy = new Action(ACTION_BUY, "Buy $9.99");
212 adapter.set(ACTION_BUY, mActionBuy);
NewDetailsSupportFragment.java 68 private Action mActionBuy;
97 mActionBuy = new Action(ACTION_BUY, "Buy $9.99");
214 adapter.set(ACTION_BUY, mActionBuy);

Completed in 295 milliseconds