Searched refs:mSubActionsBackground (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java402 private View mSubActionsBackground; field in class:GuidedActionsStylist
463 mSubActionsBackground = mMainView.findViewById(
543 mSubActionsBackground = null;
1335 TransitionHelper.include(changeGridBounds, mSubActionsBackground);
1356 mSubActionsBackground.offsetTopAndBottom(startY - mSubActionsBackground.getTop());
1431 mSubActionsBackground.setVisibility(View.VISIBLE);
1443 mSubActionsBackground.setVisibility(View.INVISIBLE);

Completed in 37 milliseconds