Home
last modified time | relevance | path

Searched defs:getChildrenCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
DBenchmarkListAdapter.java51 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in BenchmarkListAdapter
/frameworks/base/core/java/android/widget/
DExpandableListAdapter.java54 int getChildrenCount(int groupPosition); in getChildrenCount() method
DSimpleExpandableListAdapter.java254 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in SimpleExpandableListAdapter
DCursorTreeAdapter.java176 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in CursorTreeAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java117 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in FakeExpandableAdapter
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java791 int getChildrenCount() { in getChildrenCount() method in WindowContainerTests.TestWindowContainer
/frameworks/native/services/surfaceflinger/
DLayer.cpp1438 size_t Layer::getChildrenCount() const { in getChildrenCount() function in android::Layer