Searched refs:mMainView (Results 1 – 6 of 6) sorted by relevance
192 protected View mMainView; field in GuidedActionsStylist219 mMainView = inflater.inflate(onProvideLayoutId(), container, false); in onCreateView()220 mSelectorView = mMainView.findViewById(R.id.guidedactions_selector); in onCreateView()221 if (mMainView instanceof VerticalGridView) { in onCreateView()222 mActionsGridView = (VerticalGridView) mMainView; in onCreateView()224 mActionsGridView = (VerticalGridView) mMainView.findViewById(R.id.guidedactions_list); in onCreateView()261 Context ctx = mMainView.getContext(); in onCreateView()274 return mMainView; in onCreateView()441 animators.add(createAnimator(mMainView, R.attr.guidedActionsEntryAnimation)); in onActivityEnter()
892 field protected android.view.View mMainView;
866 field protected android.view.View mMainView;
871 field protected android.view.View mMainView;