Searched defs:breadcrumb (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidanceStylist.java70 * a longer description, a breadcrumb to help with global navigation (often indicating where
85 * Constructs a Guidance object with the specified title, description, breadcrumb, and
89 * @param breadcrumb The breadcrumb for the current guided step.
92 public Guidance(String title, String description, String breadcrumb, Drawable icon) { argument
93 mBreadcrumb = breadcrumb;
116 * Returns the breadcrumb specified when this Guidance was constructed.
117 * @return The breadcrumb for this Guidance.
241 * Returns the view displaying the breadcrumb of the guidance.
242 * @return The text view object for the breadcrumb
[all...]

Completed in 144 milliseconds