Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DExpandableListActivity.java310 … public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { in setSelectedChild() argument
311 return mList.setSelectedChild(groupPosition, childPosition, shouldExpandGroup); in setSelectedChild()
/frameworks/base/core/java/android/widget/
DExpandableListView.java984 … public boolean setSelectedChild(int groupPosition, int childPosition, boolean shouldExpandGroup) { in setSelectedChild() argument
993 if (!shouldExpandGroup) return false; in setSelectedChild()