HomeSort by relevance Sort by last modified time
    Searched full:listview (Results 1026 - 1050 of 1340) sorted by null

<<41424344454647484950>>

  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 43 import android.widget.ListView;
86 private ListView mCitiesList;
477 mCitiesList = (ListView) findViewById(R.id.cities_list);
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 49 import android.widget.ListView;
222 ListView lv = (ListView) mTabHost.findViewById(tab.mList);
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
methods_index_all.html 224 &nbsp;&nbsp;<nobr><A HREF="android.widget.ListView.html#android.widget.ListView.clearChoices_changed()" class="hiddenlink" target="rightframe">type&nbsp;
225 ()&nbsp;in&nbsp;android.widget.ListView
    [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/core/java/android/app/
AlertDialog.java 35 import android.widget.ListView;
177 * @return The {@link ListView} from the dialog.
179 public ListView getListView() {
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 837 * {@link ListView#INVALID_POSITION ListView.INVALID_POSITION} if there is no dropdown or if
841 * {@link ListView#INVALID_POSITION ListView.INVALID_POSITION} if not.
843 * @see ListView#getSelectedItemPosition()
    [all...]
ScrollView.java 56 * <p>You should never use a ScrollView with a {@link ListView}, because
57 * ListView takes care of its own vertical scrolling. Most importantly, doing this
58 * defeats all of the important optimizations in ListView for dealing with
59 * large lists, since it effectively forces the ListView to display its entire
    [all...]
  /frameworks/base/core/res/res/values/
themes.xml 265 <item name="dropDownListViewStyle">@style/Widget.ListView.DropDown</item>
275 <item name="listViewStyle">@style/Widget.ListView</item>
276 <item name="listViewWhiteStyle">@style/Widget.ListView.White</item>
511 <item name="listViewStyle">@style/Widget.ListView.White</item>
    [all...]
styles.xml 522 <style name="Widget.ExpandableListView" parent="Widget.ListView">
642 <style name="Widget.ListView" parent="Widget.AbsListView">
648 <style name="Widget.ListView.White" parent="Widget.AbsListView">
654 <style name="Widget.ListView.DropDown">
659 <style name="Widget.ListView.Menu" parent="Widget.Holo.ListView">
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 61 listview.setSelection() in 2 rapid secessions but it dropped or didn't process the first one.
132 // Listview may have a bug where the index/position is not consistent when there's a header.
219 // Used to stop a fling motion if the ListView is set to a specific position
    [all...]
AgendaAdapter.java 111 // Listview may get confused and pass in a different type of view since
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 59 import android.widget.ListView;
89 private ListView mTrackList;
249 ListView lv = getListView();
381 ListView lv = getListView();
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-provider-basics.jd 212 if you want to bind data from a provider to a {@link android.widget.ListView}, one of the
596 contents of a {@link android.database.Cursor} is to link it to a {@link android.widget.ListView}
603 {@link android.widget.ListView}:
619 R.layout.wordlistrow, // A layout in XML for one row in the ListView
625 // Sets the adapter for the ListView
629 <strong>Note:</strong> To back a {@link android.widget.ListView} with a
632 "words" table, even though the {@link android.widget.ListView} doesn't display it.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 83 import android.widget.ListView;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 60 import android.widget.ListView;
279 // Set the InputMethodManager to focus on the ListView so that it
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 55 import android.widget.ListView;
181 private ListView mListView;
408 mListView = (ListView) editorView.findViewById(android.R.id.list);
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
recreating.jd 95 of a {@link android.widget.ListView}.</p>
  /frameworks/base/docs/html/training/graphics/opengl/
environment.jd 87 android.widget.Button} and {@link android.widget.ListView}, in an app that uses OpenGL ES, you can
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 43 * ListView and GridView just not complex enough? Try StaggeredGridView!
64 * Like ListView, SGV populates from an adapter and recycles views that fall out
224 * {@link android.widget.ListView ListView}.)
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 41 android.widget.ListView.class.getName(), android.widget.TableLayout.class.getName()
  /packages/apps/Contacts/res/values/
dimens.xml 204 of ListView's will not match the padding inside list items -->
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 64 import android.widget.ListView;
179 private ListView mDialpadChooser;
383 mDialpadChooser = (ListView) fragmentView.findViewById(R.id.dialpadChooser);
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
HeaderGridView.java 37 * very similar way to {@link ListView}.
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 51 import android.widget.ListView;

Completed in 1446 milliseconds

<<41424344454647484950>>