Searched refs:ListView (Results 251 - 262 of 262) sorted by relevance

<<11

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java60 import android.widget.ListView;
107 private final @NonNull ListView mListView;
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java41 * differs from the {@link ListView} by allowing two levels: groups which can
84 public class ExpandableListView extends ListView {
129 /** Serves as the glue/translator between a ListView and an ExpandableListView */
444 // See ListView#dispatchDraw
574 * caller prefers to receive a ListView-style position instead of a group
600 // Link the ListView (superclass) to the expandable list data through the connector
831 * @param v The view within the expandable list/ListView that was clicked
856 * @param v The view within the expandable list/ListView that was clicked
877 * use the underlying {@link ListView}'s methods. Use
902 * {@link ListView}'
[all...]
H A DSearchView.java1029 && mSearchSrcTextView.getListSelection() != ListView.INVALID_POSITION) {
1112 if (position != ListView.INVALID_POSITION) {
H A DCalendarViewLegacyDelegate.java176 private ListView mListView;
219 * The previous scroll state of the weeks ListView.
224 * The current scroll state of the weeks ListView.
510 // we go to the current date to force the ListView to query its
536 // we go to the current date to force the ListView to query its
1165 * ListView. See {@link WeeksAdapter} for usage.
H A DEditor.java3528 private ListView mSuggestionListView;
3601 mSuggestionListView = (ListView) mContentView.findViewById(
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java53 import android.widget.ListView;
1079 protected void onListItemClick(ListView l, View v, int position, long id) {
H A DPreference.java40 import android.widget.ListView;
52 * {@link ListView}. This class provides the {@link View} to be displayed in
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java89 import android.widget.ListView;
2049 ListView listView = alternatesPopup.getListView();
2050 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
2087 ListView listView = mAlternatesPopup.getListView();
2622 ListView listView = popup.getListView();
2623 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java60 import android.widget.ListView;
1552 * A custom ListView for the overflow panel.
1554 private static final class OverflowPanel extends ListView {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSearchView.java66 import android.widget.ListView;
1013 && mSearchSrcTextView.getListSelection() != ListView.INVALID_POSITION) {
/frameworks/base/config/
H A Dboot-image-profile.txt684 HPLandroid/app/ListActivity;->getListView()Landroid/widget/ListView;
7535 HPLandroid/widget/ListPopupWindow;->getListView()Landroid/widget/ListView;
7544 HPLandroid/widget/ListView;->commonKey(IILandroid/view/KeyEvent;)Z
7545 HPLandroid/widget/ListView;->dispatchKeyEvent(Landroid/view/KeyEvent;)Z
7546 HPLandroid/widget/ListView;->findViewByPredicateInHeadersOrFooters(Ljava/util/ArrayList;Ljava/util/function/Predicate;Landroid/view/View;)Landroid/view/View;
7547 HPLandroid/widget/ListView;->findViewByPredicateTraversal(Ljava/util/function/Predicate;Landroid/view/View;)Landroid/view/View;
7548 HPLandroid/widget/ListView;->getDivider()Landroid/graphics/drawable/Drawable;
7549 HPLandroid/widget/ListView;->getDividerHeight()I
7550 HPLandroid/widget/ListView;->isDirectChildHeaderOrFooter(Landroid/view/View;)Z
7551 HPLandroid/widget/ListView;
[all...]
H A Dpreloaded-classes3774 android.widget.ListView
3775 android.widget.ListView$ArrowScrollFocusResult
3776 android.widget.ListView$FixedViewInfo

Completed in 312 milliseconds

<<11