Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedActionsStylist.java422 private GuidedAction mExpandedAction = null; field in GuidedActionsStylist
499 && mExpandedAction != null) { in onCreateView()
500 if ((mExpandedAction.hasSubActions() in onCreateView()
502 || (mExpandedAction.hasEditableActivatorView() in onCreateView()
539 mExpandedAction = null; in onDestroyView()
1082 } else if (action == mExpandedAction) { in onBindChevronView()
1187 if (isInExpandTransition() || mExpandedAction != null) { in expandAction()
1237 if (isInExpandTransition() || mExpandedAction == null) { in collapseAction()
1242 ((GuidedActionAdapter) getActionsGridView().getAdapter()).indexOf(mExpandedAction); in collapseAction()
1246 if (mExpandedAction.hasEditableActivatorView()) { in collapseAction()
[all …]