Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java305 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations() local
306 if (postLayoutIndex >= 0) { in runItemAnimations()
309 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()
390 final int postLayoutIndex = mPostLayoutItems.indexOfKey(id); in runItemAnimations() local
391 if (postLayoutIndex >= 0) { in runItemAnimations()
394 mPostLayoutItems.valueAt(postLayoutIndex); in runItemAnimations()