Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DExpandableListView.java532 int flatListPosition = childIndex + mFirstPosition; in drawDivider() local
536 if (flatListPosition >= 0) { in drawDivider()
553 super.drawDivider(canvas, bounds, flatListPosition); in drawDivider()
639 return flatListPosition - getHeaderViewsCount(); in getFlatPositionForConnector()
649 private int getAbsoluteFlatPosition(int flatListPosition) { in getAbsoluteFlatPosition() argument
650 return flatListPosition + getHeaderViewsCount(); in getAbsoluteFlatPosition()
901 public long getExpandableListPosition(int flatListPosition) { in getExpandableListPosition() argument
902 if (isHeaderOrFooterPosition(flatListPosition)) { in getExpandableListPosition()
929 final int flatListPosition = pm.position.flatListPos; in getFlatListPosition() local
931 return getAbsoluteFlatPosition(flatListPosition); in getFlatListPosition()
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...