/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/ |
D | GuidedStepTestSupportFragment.java | 56 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepTestSupportFragment.Provider 171 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepTestSupportFragment 172 mProvider.onGuidedActionClicked(action); in onGuidedActionClicked()
|
D | GuidedStepTestFragment.java | 59 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepTestFragment.Provider 174 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepTestFragment 175 mProvider.onGuidedActionClicked(action); in onGuidedActionClicked()
|
D | GuidedStepFragmentTest.java | 87 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in nextAndBack() 103 verify(first, times(1)).onGuidedActionClicked(any(GuidedAction.class)); in nextAndBack() 168 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in restoreFragments() 231 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in finishGuidedStepFragment_finishes_activity() 265 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in finishGuidedStepFragment_finishes_fragments()
|
D | GuidedStepSupportFragmentTest.java | 84 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in nextAndBack() 100 verify(first, times(1)).onGuidedActionClicked(any(GuidedAction.class)); in nextAndBack() 165 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in restoreFragments() 228 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in finishGuidedStepSupportFragment_finishes_activity() 262 }).when(first).onGuidedActionClicked(any(GuidedAction.class)); in finishGuidedStepSupportFragment_finishes_fragments()
|
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
D | GuidedStepHalfScreenActivity.java | 91 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepHalfScreenActivity.FirstStepFragment 141 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepHalfScreenActivity.SecondStepFragment
|
D | GuidedStepSupportHalfScreenActivity.java | 94 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepSupportHalfScreenActivity.FirstStepFragment 144 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepSupportHalfScreenActivity.SecondStepFragment
|
D | GuidedStepActivity.java | 237 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepActivity.FirstStepFragment 319 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepActivity.NewPaymentStepFragment 450 public void onGuidedActionClicked(GuidedAction action) { 603 public void onGuidedActionClicked(GuidedAction action) { 651 public void onGuidedActionClicked(GuidedAction action) {
|
D | GuidedStepSupportActivity.java | 240 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepSupportActivity.FirstStepFragment 322 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepSupportActivity.NewPaymentStepFragment 453 public void onGuidedActionClicked(GuidedAction action) { 606 public void onGuidedActionClicked(GuidedAction action) { 654 public void onGuidedActionClicked(GuidedAction action) {
|
D | DetailsPresenterSelectionActivity.java | 116 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method
|
D | MainActivity.java | 161 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in MainActivity.StepFragment
|
/frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
D | GuidedStepSupportFragment.java | 350 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepSupportFragment 1102 public void onGuidedActionClicked(GuidedAction action) { in onCreateView() 1103 GuidedStepSupportFragment.this.onGuidedActionClicked(action); in onCreateView() 1114 public void onGuidedActionClicked(GuidedAction action) { in onCreateView() 1115 GuidedStepSupportFragment.this.onGuidedActionClicked(action); in onCreateView() 1120 public void onGuidedActionClicked(GuidedAction action) { in onCreateView()
|
D | GuidedStepFragment.java | 355 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepFragment 1107 public void onGuidedActionClicked(GuidedAction action) { in onCreateView() 1108 GuidedStepFragment.this.onGuidedActionClicked(action); in onCreateView() 1119 public void onGuidedActionClicked(GuidedAction action) { in onCreateView() 1120 GuidedStepFragment.this.onGuidedActionClicked(action); in onCreateView() 1125 public void onGuidedActionClicked(GuidedAction action) { in onCreateView()
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/ |
D | GuidedStepAttributesTestFragment.java | 56 public void onGuidedActionClicked(GuidedAction action) { in onGuidedActionClicked() method in GuidedStepAttributesTestFragment
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
D | GuidedActionAdapter.java | 60 void onGuidedActionClicked(GuidedAction action); in onGuidedActionClicked() method 452 mClickListener.onGuidedActionClicked(avh.getAction()); in performOnActionClick()
|
/frameworks/support/leanback/api/ |
D | current.txt | 438 method public void onGuidedActionClicked(androidx.leanback.widget.GuidedAction); 500 method public void onGuidedActionClicked(androidx.leanback.widget.GuidedAction);
|
/frameworks/support/leanback/api_legacy/ |
D | current.txt | 438 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 500 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 27.0.0.txt | 470 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 531 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 27.1.0.txt | 438 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 500 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 28.0.0-alpha1.txt | 438 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 500 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 26.1.0.txt | 470 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 531 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 26.0.0.txt | 470 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 531 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
/frameworks/support/api/ |
D | 25.2.0.txt | 1820 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 1880 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 25.0.0.txt | 1611 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 1668 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 24.2.0.txt | 1557 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 1614 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|
D | 23.1.1.txt | 1060 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction); 1097 method public void onGuidedActionClicked(android.support.v17.leanback.widget.GuidedAction);
|