Searched refs:mPostLayoutItems (Results 1 – 2 of 2) sorted by relevance
98 private SparseArray<MenuItemLayoutInfo> mPostLayoutItems = new SparseArray<>(); field in ActionMenuPresenter123 mPostLayoutItems.clear();282 SparseArray items = preLayout ? mPreLayoutItems : mPostLayoutItems; in computeMenuItemAnimationInfo()305 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations()309 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()355 mPostLayoutItems.remove(id); in runItemAnimations()388 for (int i = 0; i < mPostLayoutItems.size(); ++i) { in runItemAnimations()389 int id = mPostLayoutItems.keyAt(i); in runItemAnimations()390 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations()394 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()[all …]
69348 Landroid/widget/ActionMenuPresenter;->mPostLayoutItems:Landroid/util/SparseArray;