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

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

Completed in 31 milliseconds