Searched refs:mActionRent (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/ |
D | DetailsTestSupportFragment.java | 74 private Action mActionRent; field in DetailsTestSupportFragment 84 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", in onCreate() 118 adapter.set(ACTION_RENT, mActionRent); in setItem()
|
D | DetailsTestFragment.java | 71 private Action mActionRent; field in DetailsTestFragment 81 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", in onCreate() 115 adapter.set(ACTION_RENT, mActionRent); in setItem()
|
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | DetailsFragment.java | 63 private Action mActionRent; field in DetailsFragment 87 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable( in onCreate() 193 adapter.set(ACTION_RENT, mActionRent); in updateAdapter()
|
D | DetailsSupportFragment.java | 66 private Action mActionRent; field in DetailsSupportFragment 90 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable( in onCreate() 196 adapter.set(ACTION_RENT, mActionRent); in updateAdapter()
|
D | NewDetailsFragment.java | 72 private Action mActionRent; field in NewDetailsFragment 147 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable( in onCreate() 298 adapter.set(ACTION_RENT, mActionRent); in updateAdapter()
|
D | NewDetailsSupportFragment.java | 75 private Action mActionRent; field in NewDetailsSupportFragment 150 mActionRent = new Action(ACTION_RENT, "Rent", "$3.99", ResourcesCompat.getDrawable( in onCreate() 301 adapter.set(ACTION_RENT, mActionRent); in updateAdapter()
|