Searched defs:getChildrenCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/widget/ | ||
D | ExpandableListAdapter.java | 54 int getChildrenCount(int groupPosition); in getChildrenCount() method |
D | SimpleExpandableListAdapter.java | 254 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in SimpleExpandableListAdapter |
D | CursorTreeAdapter.java | 176 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in CursorTreeAdapter |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ | ||
D | FakeExpandableAdapter.java | 117 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in FakeExpandableAdapter |
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ | ||
D | WindowContainerTests.java | 763 int getChildrenCount() { in getChildrenCount() method in WindowContainerTests.TestWindowContainer |
/frameworks/native/services/surfaceflinger/ | ||
D | Layer.cpp | 2526 size_t Layer::getChildrenCount() const { function in android::Layer |