/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsTest.java | 44 import android.widget.ListView; 305 assertTrue(mRemoteViews.onLoadClass(ListView.class));
|
/frameworks/base/core/res/res/values/ |
themes_material.xml | 228 <item name="dropDownListViewStyle">@style/Widget.Material.ListView.DropDown</item> 238 <item name="listViewStyle">@style/Widget.Material.ListView</item> 239 <item name="listViewWhiteStyle">@style/Widget.Material.ListView.White</item> [all...] |
public.xml | [all...] |
/frameworks/base/docs/html/guide/components/ |
loaders.jd | 370 android.app.Fragment} that displays a {@link android.widget.ListView} containing 434 @Override public void onListItemClick(ListView l, View v, int position, long id) {
|
/frameworks/base/docs/html/guide/topics/resources/ |
accessing-resources.jd | 340 platform for items in a {@link android.widget.ListView}. You can use this instead of creating 342 <a href="{@docRoot}guide/topics/ui/layout/listview.html">List View</a> developer guide.</p>
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
methods_index_changes.html | 152 <nobr><A HREF="android.widget.ListView.html#android.widget.ListView.getCheckItemIds_changed()" class="hiddenlink" target="rightframe">getCheckItemIds
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
AllIntentsActivity.java | 46 import android.widget.ListView; 148 protected void onListItemClick(ListView l, View v, int position, long id) {
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListItem.java | 160 // clickable is true, clicks bypass the listview and go straight 161 // to this listitem. We always want the listview to handle the [all...] |
ComposeMessageActivity.java | 116 import android.widget.ListView; 276 private MessageListView mMsgListView; // ListView for messages in this conversation 316 private int mSavedScrollPosition = -1; // we save the ListView's scroll position in onPause(), [all...] |
/packages/apps/Settings/src/com/android/settings/notification/ |
NotificationAppList.java | 143 if (DEBUG) Log.d(TAG, "Saving listView state"); 515 if (DEBUG) Log.d(TAG, "Restoring listView state");
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 32 import android.widget.ListView; 583 return ListView.CHOICE_MODE_SINGLE;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RefactoringTestBase.java | 413 " <ListView\n" + 417 " </ListView>\n" +
|
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 114 import android.widget.ListView; 204 private ListView mListView; 326 mListView = (ListView) view.findViewById(android.R.id.list); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 103 android:footerDividersEnabled : When set to false, the ListView will not draw the divider before each footer view. [boolean] 121 android:headerDividersEnabled : When set to false, the ListView will not draw the divider after each header view. [boolean] 255 android:stackFromBottom : Used by ListView and GridView to stack their content from the bottom. [boolean] [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageWorker.java | 409 * be paused when a ListView or GridView is being scrolled using a
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageWorker.java | 409 * be paused when a ListView or GridView is being scrolled using a
|
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
AnimatedRecyclerView.java | 181 * A basic ListView-style LayoutManager.
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageWorker.java | 409 * be paused when a ListView or GridView is being scrolled using a
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageLoader.java | 331 * be paused when a ListView or GridView is being scrolled using a
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/ |
AccessibilityTabModelListItem.java | 425 // Stop the ListView from scrolling vertically.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_android.cc | 249 class_name = "android.widget.ListView";
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSimpleCursorAdapter.java | 83 * @param context The context where the ListView associated with this
|
/frameworks/base/core/java/android/widget/ |
SimpleCursorAdapter.java | 87 * @param context The context where the ListView associated with this
|
/frameworks/base/docs/html/about/versions/ |
android-3.0.jd | 250 Home screen, including: {@link android.widget.GridView}, {@link android.widget.ListView}, {@link 256 android.widget.ListView}, and {@link android.widget.StackView} that are backed by remote data, 396 <li><b>Multiple-choice selection for ListView and GridView</b> 400 from a {@link android.widget.ListView} or {@link android.widget.GridView}. When used in [all...] |
/frameworks/base/docs/html/design/patterns/ |
widgets.jd | 32 ListView widget
|