Home
last modified time | relevance | path

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

/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
DExpandableListView.java720 smoothScrollToPosition(shiftedGroupPosition + mAdapter.getChildrenCount(groupPos), in handleItemClick()
775 smoothScrollToPosition(shiftedGroupPosition + mAdapter.getChildrenCount(groupPos), in expandGroup()
DExpandableListConnector.java563 gChildrenCount = mExpandableListAdapter.getChildrenCount(curGm.gPos); in refreshExpGroupMetadataList()
/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/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java120 assertEquals("window must have no children", 0, w.getChildrenCount()); in testCreation()
136 assertEquals(7, root.getChildrenCount()); in testAdd()
212 assertEquals(2, root.getChildrenCount()); in testHasChild()
213 assertEquals(2, child1.getChildrenCount()); in testHasChild()
214 assertEquals(1, child2.getChildrenCount()); in testHasChild()
245 assertEquals(1, child1.getChildrenCount()); in testRemoveImmediately()
254 assertEquals(0, child2.getChildrenCount()); in testRemoveImmediately()
255 assertEquals(1, root.getChildrenCount()); in testRemoveImmediately()
263 assertEquals(0, root.getChildrenCount()); in testRemoveImmediately()
327 assertEquals(child2, root.getChildAt(root.getChildrenCount() - 1)); in testAddChildByIndex()
[all …]
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/
DMain.kt99 override fun getChildrenCount(groupPosition: Int): Int { in onCreate() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeExpandableAdapter.java116 public int getChildrenCount(int groupPosition) { in getChildrenCount() method in FakeExpandableAdapter
/frameworks/native/services/surfaceflinger/
DLayer.h750 size_t getChildrenCount() const { return mDrawingChildren.size(); } in getChildrenCount() function
DSurfaceFlinger.cpp4739 if (layer->getChildrenCount() > 20) { in addClientLayer()
4749 layer->getChildrenCount()); in addClientLayer()
4750 int sampleSize = (layer->getChildrenCount() / 100) + 1; in addClientLayer()
DLayer.cpp1708 count += 1 + child->getChildrenCount(); in getDescendantCount()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37202 method public int getChildrenCount(int);
37308 method public abstract int getChildrenCount(int);
38489 method public int getChildrenCount(int);
/frameworks/base/core/api/
Dcurrent.txt59062 method public int getChildrenCount(int);
59178 method public int getChildrenCount(int);
60561 method public int getChildrenCount(int);