HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 501 - 525 of 1393) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/res/layout/
quick_responses.xml 22 <ListView
  /packages/apps/Gallery2/res/layout/
list_pref_setting_popup.xml 36 <ListView android:id="@+id/settingList"
more_setting_popup.xml 23 <ListView android:id="@+id/settingList"
  /packages/apps/Gallery2/res/layout-land/
filtershow_category_panel_new.xml 29 <ListView
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 30 import android.widget.ListView;
62 private ListView mContentList;
138 ListView content = mContentList;
161 mContentList = new ListView(mContext, null,
  /packages/apps/InCallUI/res/layout/
conference_manager_fragment.xml 29 <ListView
  /packages/apps/LegacyCamera/res/layout/
basic_setting_popup.xml 39 <ListView android:id="@+id/settingList"
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 31 import android.widget.ListView;
107 ((ListView) mSettingList).setAdapter(mListItemAdapter);
108 ((ListView) mSettingList).setOnItemClickListener(this);
109 ((ListView) mSettingList).setSelector(android.R.color.transparent);
  /packages/apps/Mms/res/layout/
delivery_report_activity.xml 26 <ListView android:id="@android:id/list"
search_activity.xml 26 <ListView android:id="@android:id/list"
sim_list.xml 27 <ListView
  /packages/apps/Nfc/res/layout/
cardemu_resolver.xml 27 <ListView
  /packages/apps/Settings/res/layout/
add_account_screen.xml 27 <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
credentials_disallowed_preference_screen.xml 24 <ListView android:id="@android:id/list"
device_admin_settings.xml 27 <ListView android:id="@android:id/list"
manage_accounts_screen.xml 25 <ListView xmlns:android="http://schemas.android.com/apk/res/android"
managed_service_settings.xml 27 <ListView android:id="@android:id/list"
master_clear_disallowed_screen.xml 24 <ListView android:id="@android:id/list"
nfc_payment.xml 39 <ListView
notification_app_list.xml 23 <ListView
running_processes_view.xml 26 <ListView android:id="@android:id/list"
settings_storage_miscfiles_list.xml 27 <ListView android:id="@android:id/list"
usage_stats.xml 41 <ListView android:id="@+id/pkg_list"
vpn_lockdown_editor.xml 32 <ListView
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizard.java 33 import android.widget.ListView;
62 final ListView list = (ListView) view.findViewById(android.R.id.list);
166 final ListView list = getListView();

Completed in 532 milliseconds

<<21222324252627282930>>