Searched refs:mSubActionsGridView (Results 1 – 1 of 1) sorted by relevance
401 VerticalGridView mSubActionsGridView; field in GuidedActionsStylist461 mSubActionsGridView = (VerticalGridView) mMainView.findViewById( in onCreateView()542 mSubActionsGridView = null; in onDestroyView()562 return mSubActionsGridView; in getSubActionsGridView()652 return new ViewHolder(v, parent == mSubActionsGridView); in onCreateViewHolder()671 return new ViewHolder(v, parent == mSubActionsGridView); in onCreateViewHolder()1334 TransitionHelper.include(changeGridBounds, mSubActionsGridView); in startExpanded()1355 mSubActionsGridView.offsetTopAndBottom(startY - mSubActionsGridView.getTop()); in startExpanded()1420 if (mSubActionsGridView != null) { in onUpdateSubActionsGridView()1422 (ViewGroup.MarginLayoutParams) mSubActionsGridView.getLayoutParams(); in onUpdateSubActionsGridView()[all …]