Searched refs:mStylist (Results 1 – 1 of 1) sorted by relevance
108 final GuidedActionsStylist mStylist; field in GuidedActionAdapter148 mStylist = presenter; in GuidedActionAdapter()176 mStylist.collapseAction(false); in setActions()258 return mStylist; in getGuidedActionsStylist()291 return mStylist.getItemViewType(mActions.get(position)); in getItemViewType()295 return mIsSubAdapter ? mStylist.getSubActionsGridView() : mStylist.getActionsGridView(); in getRecyclerView()303 GuidedActionsStylist.ViewHolder vh = mStylist.onCreateViewHolder(parent, viewType); in onCreateViewHolder()339 mStylist.onBindViewHolder(avh, action); in onBindViewHolder()368 mStylist.onAnimateItemFocused(avh, false); in unFocus()392 mStylist.onAnimateItemPressedCancelled(avh); in onFocusChange()[all …]