Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java2860 final int nonLegacyActionCount = actionCount - Integer.bitCount(legacyStandardActions); in initFromParcel() local
2861 for (int i = 0; i < nonLegacyActionCount; i++) { in initFromParcel()