Home
last modified time | relevance | path

Searched refs:GuidedActionsStylistWithDivider (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrSeriesDeletionFragment.java38 import com.android.tv.ui.GuidedActionsStylistWithDivider;
120 actions.add(GuidedActionsStylistWithDivider.createDividerAction(getContext())); in onCreateActions()
202 return new GuidedActionsStylistWithDivider() { in onCreateActionsStylist()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java43 import com.android.tv.ui.GuidedActionsStylistWithDivider;
347 actions.add(GuidedActionsStylistWithDivider.createDividerAction(getContext())); in createActionsInternal()
399 private class SetupSourceGuidedActionsStylist extends GuidedActionsStylistWithDivider {
/packages/apps/TV/src/com/android/tv/ui/
DGuidedActionsStylistWithDivider.java26 public class GuidedActionsStylistWithDivider extends GuidedActionsStylist { class