Searched refs:preLayout (Results 1 – 1 of 1) sorted by relevance
279 private void computeMenuItemAnimationInfo(boolean preLayout) { in computeMenuItemAnimationInfo() argument282 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems; in computeMenuItemAnimationInfo()287 MenuItemLayoutInfo info = new MenuItemLayoutInfo(child, preLayout); in computeMenuItemAnimationInfo()1039 MenuItemLayoutInfo(View view, boolean preLayout) { in MenuItemLayoutInfo() argument1042 if (preLayout) { in MenuItemLayoutInfo()