Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGuidedActionsStylist.java399 ViewGroup mMainView; field in GuidedActionsStylist
445 mMainView = (ViewGroup) inflater.inflate(onProvideLayoutId(), container, false); in onCreateView()
446 mContentView = mMainView.findViewById(mButtonActions ? R.id.guidedactions_content2 : in onCreateView()
448 mBgView = mMainView.findViewById(mButtonActions ? R.id.guidedactions_list_background2 : in onCreateView()
450 if (mMainView instanceof VerticalGridView) { in onCreateView()
451 mActionsGridView = (VerticalGridView) mMainView; in onCreateView()
453 mActionsGridView = (VerticalGridView) mMainView.findViewById(mButtonActions in onCreateView()
461 mSubActionsGridView = (VerticalGridView) mMainView.findViewById( in onCreateView()
463 mSubActionsBackground = mMainView.findViewById( in onCreateView()
471 Context ctx = mMainView.getContext(); in onCreateView()
[all …]
/frameworks/support/api/
D22.1.0.txt924 field protected android.view.View mMainView;
D22.2.0.txt1263 field protected android.view.View mMainView;
D22.2.1.txt1247 field protected android.view.View mMainView;
D23.0.0.txt1665 field protected android.view.View mMainView;
D23.1.1.txt1863 field protected android.view.View mMainView;
D23.1.0.txt1860 field protected android.view.View mMainView;