Home
last modified time | relevance | path

Searched refs:postLayoutIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java304 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations() local
305 if (postLayoutIndex >= 0) { in runItemAnimations()
308 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()
389 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations() local
390 if (postLayoutIndex >= 0) { in runItemAnimations()
393 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()