Searched refs:getListView (Results 1 - 25 of 46) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailUpdatesFragment.java135 getListView().setOnScrollListener(mVerticalScrollListener);
211 return ContactDetailDisplayUtils.getFirstListItemOffset(getListView());
220 ContactDetailDisplayUtils.requestToMoveToOffset(getListView(), offset);
/packages/apps/Music/tests/src/com/android/music/
H A DMusicPlayerStability.java65 mTrackList = getActivity().getListView();
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DOverlayTitleTemplatePicker.java43 mAdapter = new OverlaysAdapter(this, getListView());
H A DTransitionsActivity.java82 mAdapter = new TransitionsAdapter(this, getListView());
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java391 getListView().onRestoreInstanceState(mListState);
393 getListView().requestFocus();
439 final ListView listView = getListView();
512 icicle.putParcelable(LIST_STATE_KEY, getListView().onSaveInstanceState());
513 icicle.putBoolean(FOCUS_KEY, getListView().hasFocus());
649 getListView().invalidateViews();
655 getListView().invalidateViews();
665 getListView().invalidateViews();
H A DPlaylistBrowserActivity.java142 ListView lv = getListView();
187 ListView lv = getListView();
256 getListView().setSelectionFromTop(mLastListPosCourse, mLastListPosFine);
H A DTrackBrowserActivity.java163 mTrackList = getListView();
249 ListView lv = getListView();
310 getListView().invalidateViews();
381 ListView lv = getListView();
529 getListView().invalidateViews();
582 getListView().invalidateViews();
593 getListView().invalidateViews();
848 getListView().invalidateViews();
H A DAlbumBrowserActivity.java112 ListView lv = getListView();
159 ListView lv = getListView();
199 getListView().invalidateViews();
246 getListView().setSelectionFromTop(mLastListPosCourse, mLastListPosFine);
/packages/apps/Phone/src/com/android/phone/
H A DADNList.java128 // getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE);
129 // getListView().setItemChecked(mInitialSelection, true);
152 getListView().setFocusableInTouchMode(true);
153 boolean gotfocus = getListView().requestFocus();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMiscFilesHandler.java68 ListView lv = getListView();
95 ListView lv = getListView();
100 int checkedCount = getListView().getCheckedItemCount();
166 ListView lv = getListView();
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogFragment.java109 final ListView listView = getListView();
173 getListView().setItemsCanFocus(true);
312 int position = getListView().getSelectedItemPosition();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java115 getListView().addHeaderView(headerContainer, null, false);
262 ListView list = getListView();
292 getListView().addHeaderView(paddingViewContainer);
H A DContactBrowseListFragment.java360 getListView().invalidateViews();
525 getListView().invalidateViews();
572 AutoScrollListView listView = (AutoScrollListView)getListView();
H A DContactPickerFragment.java107 getListView().addHeaderView(inflater.inflate(R.layout.create_new_contact, null, false));
H A DPhoneNumberPickerFragment.java90 getListView().addHeaderView(paddingView);
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java143 * itself is not destroyed. If you call {@link #getListView()} in this state it'll throw
146 * {@link #getListView()} directly to make sure it doesn't accidentally get executed when there's
444 // getListView() is only usable after onCreateView().
445 final ListView lv = getListView();
493 mSavedListState = getListView().onSaveInstanceState();
546 outState.putParcelable(BUNDLE_LIST_STATE, getListView().onSaveInstanceState());
795 final ListView lv = getListView();
898 final ListView lv = getListView();
932 final ListView lv = getListView();
965 final ListView lv = getListView();
[all...]
H A DMessageListFragment.java80 * See the class javadoc for {@link MailboxListFragment} for notes on {@link #getListView()} and
413 final ListView lv = getListView();
458 mSavedListState = getListView().onSaveInstanceState();
515 outState.putParcelable(BUNDLE_LIST_STATE, getListView().onSaveInstanceState());
1141 ListView lv = getListView();
1381 getListView().onRestoreInstanceState(mSavedListState);
1555 final ListView lv = getListView();
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java123 ListView listView = getListView();
174 getListView().setRecyclerListener(mListAdapter);
282 getListView().setChoiceMode(ListView.CHOICE_MODE_MULTIPLE_MODAL);
399 Cursor cursor = (Cursor) getListView().getItemAtPosition(position);
591 long id = getListView().getSelectedItemId();
780 ConversationListAdapter adapter = (ConversationListAdapter)getListView().getAdapter();
787 ListView listView = getListView();
H A DDeliveryReportActivity.java107 getListView().addHeaderView(header, null, true);
127 ListView list = getListView();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java175 getListView(); // Instantiate, for spinner
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java158 // Register for context menu. Hmmm, getListView() is hidden?
159 registerForContextMenu(getListView());
174 unregisterForContextMenu(getListView());
221 Preference preference = (Preference) getListView().getItemAtPosition(
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java180 getListView().setOnItemClickListener(adapter);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastListActivity.java63 ListView listView = getListView();
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java104 getListView().setAdapter(new PolicyListAdapter());
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportListActivity.java79 registerForContextMenu(getListView());

Completed in 513 milliseconds

12