Searched refs:mPostLayoutItems (Results 1 – 2 of 2) sorted by relevance
97 private SparseArray<MenuItemLayoutInfo> mPostLayoutItems = new SparseArray<>(); field in ActionMenuPresenter122 mPostLayoutItems.clear();281 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems; in computeMenuItemAnimationInfo()304 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations()308 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()354 mPostLayoutItems.remove(id); in runItemAnimations()387 for (int i = 0; i < mPostLayoutItems.size(); ++i) { in runItemAnimations()388 int id = mPostLayoutItems.keyAt(i); in runItemAnimations()389 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations()393 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()[all …]
80454 Landroid/widget/ActionMenuPresenter;->mPostLayoutItems:Landroid/util/SparseArray;