Searched refs:focusAvh (Results 1 – 1 of 1) sorted by relevance
1265 ViewHolder focusAvh = null; // expand / collapse view holder in startExpanded() local1272 focusAvh = vh; in startExpanded()1276 focusAvh = vh; in startExpanded()1280 if (focusAvh == null) { in startExpanded()1285 boolean isSubActionTransition = focusAvh.getAction().hasSubActions(); in startExpanded()1288 float slideDistance = isSubActionTransition ? focusAvh.itemView.getHeight() in startExpanded()1289 : focusAvh.itemView.getHeight() * 0.5f; in startExpanded()1322 if (vh == focusAvh) { in startExpanded()1362 onUpdateSubActionsGridView(focusAvh.getAction(), isExpand); in startExpanded()