Home
last modified time | relevance | path

Searched refs:ExpandableListView (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DExpandableListActivity.java27 import android.widget.ExpandableListView;
160 ExpandableListView.OnChildClickListener, ExpandableListView.OnGroupCollapseListener,
161 ExpandableListView.OnGroupExpandListener {
163 ExpandableListView mList;
184 public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, in onChildClick()
223 mList = (ExpandableListView)findViewById(com.android.internal.R.id.list); in onContentChanged()
259 public ExpandableListView getExpandableListView() { in getExpandableListView()
/aosp12/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos); in getPackedPosition()
78 else return ExpandableListView.getPackedPositionForGroup(groupPos); in getPackedPosition()
90 if (packedPosition == ExpandableListView.PACKED_POSITION_VALUE_NULL) { in obtainPosition()
95 elp.groupPos = ExpandableListView.getPackedPositionGroup(packedPosition); in obtainPosition()
96 if (ExpandableListView.getPackedPositionType(packedPosition) == in obtainPosition()
97 ExpandableListView.PACKED_POSITION_TYPE_CHILD) { in obtainPosition()
99 elp.childPos = ExpandableListView.getPackedPositionChild(packedPosition); in obtainPosition()
H A DExpandableListView.java85 public class ExpandableListView extends ListView { class
227 public ExpandableListView(Context context) { in ExpandableListView() method in ExpandableListView
231 public ExpandableListView(Context context, AttributeSet attrs) { in ExpandableListView() method in ExpandableListView
235 public ExpandableListView(Context context, AttributeSet attrs, int defStyleAttr) { in ExpandableListView() method in ExpandableListView
239 public ExpandableListView( in ExpandableListView() method in ExpandableListView
244 com.android.internal.R.styleable.ExpandableListView, defStyleAttr, defStyleRes); in ExpandableListView()
245 saveAttributeDataForStyleable(context, com.android.internal.R.styleable.ExpandableListView, in ExpandableListView()
847 boolean onGroupClick(ExpandableListView parent, View v, int groupPosition, in onGroupClick()
875 boolean onChildClick(ExpandableListView parent, View v, int groupPosition, in onChildClick()
1357 return ExpandableListView.class.getName(); in getAccessibilityClassName()
H A DFastScroller.java1080 if (mList instanceof ExpandableListView) { in scrollTo()
1081 final ExpandableListView expList = (ExpandableListView) mList; in scrollTo()
1083 ExpandableListView.getPackedPositionForGroup(targetIndex + mHeaderCount)), in scrollTo()
1093 if (mList instanceof ExpandableListView) { in scrollTo()
1094 ExpandableListView expList = (ExpandableListView) mList; in scrollTo()
1096 ExpandableListView.getPackedPositionForGroup(index + mHeaderCount)), 0); in scrollTo()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettings.java20 import android.widget.ExpandableListView;
48 ExpandableListView listView = in onCreate()
49 (ExpandableListView) findViewById(R.id.bluetooth_map_settings_list_view); in onCreate()
H A DBluetoothMapSettingsAdapter.java31 import android.widget.ExpandableListView;
32 import android.widget.ExpandableListView.OnGroupExpandListener;
60 public BluetoothMapSettingsAdapter(Activity act, ExpandableListView listView, in BluetoothMapSettingsAdapter()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DClusteredSuggestionsView.java22 import android.widget.ExpandableListView;
27 public class ClusteredSuggestionsView extends ExpandableListView
55 ExpandableListView parent, View v, int groupPosition, long id) { in onFinishInflate()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailFragment.java31 import android.widget.ExpandableListView;
32 import android.widget.ExpandableListView.OnChildClickListener;
53 private ExpandableListView mListView;
75 mListView = (ExpandableListView) view.findViewById(R.id.list); in onCreateView()
88 public boolean onChildClick(ExpandableListView expandableListView, View clickedView, in onCreateView()
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DHomeActivity.java28 import android.widget.ExpandableListView;
66 ExpandableListView listView = (ExpandableListView) findViewById(R.id.test_list); in onCreate()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java55 import android.widget.ExpandableListView;
56 import android.widget.ExpandableListView.ExpandableListContextMenuInfo;
88 ExpandableListView.OnChildClickListener,
96 private ExpandableListView mList;
104 mList = (ExpandableListView) findViewById(android.R.id.list); in onCreate()
711 public boolean onChildClick(ExpandableListView parent, View view, int groupPosition,
751 final int groupPosition = ExpandableListView.getPackedPositionGroup(info.packedPosition);
752 final int childPosition = ExpandableListView.getPackedPositionChild(info.packedPosition);
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/
H A DMain.kt26 import android.widget.ExpandableListView
63 val list = ExpandableListView(this)
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java55 import android.widget.ExpandableListView;
329 ExpandableListView.OnGroupClickListener, ExpandableListView.OnChildClickListener,
408 public boolean onChildClick(ExpandableListView expandableListView, View view, in onChildClick()
425 public boolean onGroupClick(ExpandableListView expandableListView, View view, in onGroupClick()
438 public void setExpandableListView(ExpandableListView lv) { in setExpandableListView()
646 com.android.internal.R.styleable.ExpandableListView, in getGroupIndicator()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java76 import android.widget.ExpandableListView;
706 if (view instanceof ExpandableListView) { in postInflateProcess()
707 ((ExpandableListView) view).setAdapter( in postInflateProcess()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-q.txt28 Landroid/R$styleable;->ExpandableListView:[I
H A Dhiddenapi-max-target-o.txt70803 Landroid/widget/ExpandableListView;->EMPTY_STATE_SET:[I
70812 Landroid/widget/ExpandableListView;->hasRtlSupport()Z
70813 Landroid/widget/ExpandableListView;->INDICATOR_UNDEFINED:I
70818 Landroid/widget/ExpandableListView;->mChildIndicatorEnd:I
70819 Landroid/widget/ExpandableListView;->mChildIndicatorLeft:I
70820 Landroid/widget/ExpandableListView;->mChildIndicatorRight:I
70821 Landroid/widget/ExpandableListView;->mChildIndicatorStart:I
70822 Landroid/widget/ExpandableListView;->mIndicatorEnd:I
70824 Landroid/widget/ExpandableListView;->mIndicatorStart:I
70833 Landroid/widget/ExpandableListView;->resolveIndicator()V
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5042 …oid.widget.ExpandableListView.OnChildClickListener android.widget.ExpandableListView.OnGroupCollap…
5045 method @Deprecated public android.widget.ExpandableListView getExpandableListView();
54686 public class ExpandableListView extends android.widget.ListView {
54687 ctor public ExpandableListView(android.content.Context);
54688 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet);
54689 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int);
54727 ctor public ExpandableListView.ExpandableListContextMenuInfo(android.view.View, long, long);
54733 public static interface ExpandableListView.OnChildClickListener {
54737 public static interface ExpandableListView.OnGroupClickListener {
54741 public static interface ExpandableListView.OnGroupCollapseListener {
[all …]
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4114 …oid.widget.ExpandableListView.OnChildClickListener android.widget.ExpandableListView.OnGroupCollap…
4117 method public android.widget.ExpandableListView getExpandableListView();
37324 public class ExpandableListView extends android.widget.ListView {
37325 ctor public ExpandableListView(android.content.Context);
37326 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet);
37327 ctor public ExpandableListView(android.content.Context, android.util.AttributeSet, int);
37365 ctor public ExpandableListView.ExpandableListContextMenuInfo(android.view.View, long, long);
37371 public static abstract interface ExpandableListView.OnChildClickListener {
37375 public static abstract interface ExpandableListView.OnGroupClickListener {
37379 public static abstract interface ExpandableListView.OnGroupCollapseListener {
[all …]