/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/ |
D | GuidedStepHalfScreenActivity.java | 27 import androidx.leanback.app.GuidedStepFragment; 46 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host); in onCreate() 49 public static class FirstStepFragment extends GuidedStepFragment { 76 setEntranceTransitionType(GuidedStepFragment.SLIDE_FROM_BOTTOM); in FirstStepFragment() 94 GuidedStepFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 101 public static class SecondStepFragment extends GuidedStepFragment {
|
D | DetailsPresenterSelectionActivity.java | 24 import androidx.leanback.app.GuidedStepFragment; 51 GuidedStepFragment.addAsRoot(this, new SetupFragment(), android.R.id.content); in onCreate() 76 public static class SetupFragment extends GuidedStepFragment {
|
D | GuidedStepActivity.java | 35 import androidx.leanback.app.GuidedStepFragment; 78 GuidedStepFragment.addAsRoot(this, new FirstStepFragment(), R.id.lb_guidedstep_host); in onCreate() 201 public static class FirstStepFragment extends GuidedStepFragment { 240 GuidedStepFragment.add(fm, new SecondStepFragment(), R.id.lb_guidedstep_host); in onGuidedActionClicked() 277 public static class NewPaymentStepFragment extends GuidedStepFragment { 381 public static class SecondStepFragment extends GuidedStepFragment 453 GuidedStepFragment.add(fm, new ThirdStepFragment(), R.id.lb_guidedstep_host); 509 GuidedStepFragment.add(fm, newPaymentFragment, R.id.lb_guidedstep_host); 543 public static class ThirdStepFragment extends GuidedStepFragment { 610 GuidedStepFragment.add(fm, f, R.id.lb_guidedstep_host); [all …]
|
D | BrowseFragment.java | 27 import androidx.leanback.app.GuidedStepFragment; 227 GuidedStepFragment.add(getFragmentManager(), in onItemClicked() 232 GuidedStepFragment.add(getFragmentManager(), in onItemClicked() 308 GuidedStepFragment.add(getActivity().getFragmentManager(), in SampleRowsFragment() 313 GuidedStepFragment.add(getActivity().getFragmentManager(), in SampleRowsFragment()
|
D | MainActivity.java | 27 import androidx.leanback.app.GuidedStepFragment; 42 GuidedStepFragment.addAsRoot(this, new StepFragment(), android.R.id.content); in onCreate() 45 public static class StepFragment extends GuidedStepFragment {
|
/frameworks/support/leanback/src/main/java/androidx/leanback/app/ |
D | GuidedStepFragment.java | 148 public class GuidedStepFragment extends Fragment implements GuidedActionAdapter.FocusListener { class 273 public GuidedStepFragment() { in GuidedStepFragment() method in GuidedStepFragment 483 public static int add(FragmentManager fragmentManager, GuidedStepFragment fragment) { in add() 504 public static int add(FragmentManager fragmentManager, GuidedStepFragment fragment, int id) { in add() 505 GuidedStepFragment current = getCurrentGuidedStepFragment(fragmentManager); in add() 537 protected void onAddSharedElementTransition(FragmentTransaction ft, GuidedStepFragment in onAddSharedElementTransition() 641 public static int addAsRoot(Activity activity, GuidedStepFragment fragment, int id) { in addAsRoot() 659 public static GuidedStepFragment getCurrentGuidedStepFragment(FragmentManager fm) { in getCurrentGuidedStepFragment() 661 if (f instanceof GuidedStepFragment) { in getCurrentGuidedStepFragment() 662 return (GuidedStepFragment) f; in getCurrentGuidedStepFragment() [all …]
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/ |
D | GuidedStepAttributesTestFragment.java | 19 import androidx.leanback.app.GuidedStepFragment; 26 public class GuidedStepAttributesTestFragment extends GuidedStepFragment { 30 public void onActionClicked(GuidedStepFragment fragment, long id) { in onActionClicked()
|
D | GuidedStepAttributesTestActivity.java | 21 import androidx.leanback.app.GuidedStepFragment; 35 GuidedStepFragment.addAsRoot(this, mGuidedStepAttributesTestFragment, android.R.id.content); in onCreate()
|
D | GuidedStepAttributesTest.java | 28 import androidx.leanback.app.GuidedStepFragment; 122 GuidedStepFragment mFragment = (GuidedStepFragment) mActivity.getGuidedStepTestFragment(); in testFocusDisabledOnActions() 156 public void onActionClicked(GuidedStepFragment fragment, long id) { 327 final GuidedStepFragment mFragment = (GuidedStepFragment) in testToggleEnabledFlags() 349 final GuidedStepFragment mFragment = (GuidedStepFragment) in examineEnabledAndDisabledActions() 507 final GuidedStepFragment guidedStepCheckedFragment = (GuidedStepFragment) in examineCheckedAndUncheckedActions() 615 final GuidedStepFragment mFragment = in traverseSubActionsAndVerifyFocusAndClickEvents() 616 (GuidedStepFragment) mActivity.getGuidedStepTestFragment(); in traverseSubActionsAndVerifyFocusAndClickEvents()
|
D | GuidedDatePickerTest.java | 30 import androidx.leanback.app.GuidedStepFragment; 610 final GuidedStepFragment mFragment = (GuidedStepFragment) in traverseMonths() 874 final GuidedStepFragment mFragment = (GuidedStepFragment) in scrollToMinAndMaxDates()
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | missingSinces.txt | 29 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method collapseAction(boolean) 33 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method expandAction(android.suppo… 65 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method isExpanded()
|
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/ |
D | GuidedStepTestFragment.java | 33 public class GuidedStepTestFragment extends GuidedStepFragment {
|
D | GuidedStepFragmentTest.java | 82 GuidedStepFragment.add(obj.getFragmentManager(), in nextAndBack() 163 GuidedStepFragment.add(obj.getFragmentManager(), in restoreFragments() 318 GuidedStepFragment.add(obj.getFragmentManager(), in subActions()
|
/frameworks/support/leanback/api/ |
D | current.txt | 399 public deprecated class GuidedStepFragment extends android.app.Fragment { 400 ctor public GuidedStepFragment(); 401 …ethod public static int add(android.app.FragmentManager, androidx.leanback.app.GuidedStepFragment); 402 … public static int add(android.app.FragmentManager, androidx.leanback.app.GuidedStepFragment, int); 403 …d public static int addAsRoot(android.app.Activity, androidx.leanback.app.GuidedStepFragment, int); 417 …method public static androidx.leanback.app.GuidedStepFragment getCurrentGuidedStepFragment(android… 430 …SharedElementTransition(android.app.FragmentTransaction, androidx.leanback.app.GuidedStepFragment);
|
/frameworks/support/leanback/api_legacy/ |
D | current.txt | 399 public deprecated class GuidedStepFragment extends android.app.Fragment { 400 ctor public GuidedStepFragment(); 401 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 402 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 403 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 417 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 430 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 27.0.0.txt | 431 public class GuidedStepFragment extends android.app.Fragment { 432 ctor public GuidedStepFragment(); 433 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 434 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 435 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 449 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 462 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 27.1.0.txt | 399 public deprecated class GuidedStepFragment extends android.app.Fragment { 400 ctor public GuidedStepFragment(); 401 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 402 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 403 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 417 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 430 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 28.0.0-alpha1.txt | 399 public deprecated class GuidedStepFragment extends android.app.Fragment { 400 ctor public GuidedStepFragment(); 401 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 402 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 403 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 417 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 430 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 26.1.0.txt | 431 public class GuidedStepFragment extends android.app.Fragment { 432 ctor public GuidedStepFragment(); 433 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 434 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 435 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 449 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 462 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 26.0.0.txt | 431 public class GuidedStepFragment extends android.app.Fragment { 432 ctor public GuidedStepFragment(); 433 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 434 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 435 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 449 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 462 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
/frameworks/support/api/ |
D | 23.1.1.txt | 1043 public class GuidedStepFragment extends android.app.Fragment { 1044 ctor public GuidedStepFragment(); 1045 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 1046 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 1047 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 1051 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 1075 public static class GuidedStepFragment.GuidedStepBackgroundFragment extends android.app.Fragment { 1076 ctor public GuidedStepFragment.GuidedStepBackgroundFragment();
|
D | 23.1.0.txt | 1040 public class GuidedStepFragment extends android.app.Fragment { 1041 ctor public GuidedStepFragment(); 1042 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 1043 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 1044 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 1048 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 1072 public static class GuidedStepFragment.GuidedStepBackgroundFragment extends android.app.Fragment { 1073 ctor public GuidedStepFragment.GuidedStepBackgroundFragment();
|
D | 25.2.0.txt | 1781 public class GuidedStepFragment extends android.app.Fragment { 1782 ctor public GuidedStepFragment(); 1783 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 1784 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 1785 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 1799 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 1812 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 25.0.0.txt | 1575 public class GuidedStepFragment extends android.app.Fragment { 1576 ctor public GuidedStepFragment(); 1577 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 1578 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 1579 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 1591 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 1603 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|
D | 24.2.0.txt | 1521 public class GuidedStepFragment extends android.app.Fragment { 1522 ctor public GuidedStepFragment(); 1523 …c static int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment); 1524 …tic int add(android.app.FragmentManager, android.support.v17.leanback.app.GuidedStepFragment, int); 1525 …atic int addAsRoot(android.app.Activity, android.support.v17.leanback.app.GuidedStepFragment, int); 1537 …method public static android.support.v17.leanback.app.GuidedStepFragment getCurrentGuidedStepFragm… 1549 …ntTransition(android.app.FragmentTransaction, android.support.v17.leanback.app.GuidedStepFragment);
|