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

<<41424344454647484950>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 35 * A ListView that maintains a header pinned at the top of the list. The
64 void configurePinnedHeaders(PinnedHeaderListView listView);
PhoneNumberPickerFragment.java 54 * Lives as ListView's header and is shown when {@link #mAccountFilterHeader} is set
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 39 import android.widget.ListView;
41 public class TouchInterceptor extends ListView {
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 41 import android.widget.ListView;
213 ((ListView) v.findViewById(android.R.id.list)).addHeaderView(header, null, false);
DeviceAdminSettings.java 47 import android.widget.ListView;
128 public void onListItemClick(ListView l, View v, int position, long id) {
Utils.java 70 import android.widget.ListView;
389 ViewGroup parent, View child, ListView list, boolean ignoreSidePadding) {
396 * Prepare a custom preferences layout, moving padding to {@link ListView}
398 * {@link ListView} and {@link TabWidget} with correct padding.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 32 import android.widget.ListView;
497 return ListView.CHOICE_MODE_NONE;
MultiFoldersSelectionDialog.java 104 // The number of view types changes here, so we have to reset the listview's
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 89 * A basic ListView-style LayoutManager.
  /frameworks/base/docs/html/design/material/
index.jd 61 <p>The new <code>RecyclerView</code> widget is a more pluggable version of <code>ListView</code>
  /frameworks/base/docs/html/tools/testing/
testing_ui.jd 183 If more than one matching element is found, the first matching element in the layout hierarchy is returned as the target {@code UiObject}. When constructing a <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a>, you can chain together multiple properties to refine your search. If no matching UI element is found, a <a href="{@docRoot}tools/help/uiautomator/UiAutomatorObjectNotFoundException.html">{@code UiAutomatorObjectNotFoundException}</a> is thrown. You can use the <a href="{@docRoot}tools/help/uiautomator/UiSelector.html#childSelector(com.android.uiautomator.core.UiSelector)">{@code childSelector()}</a> method to nest multiple <a href="{@docRoot}tools/help/uiautomator/UiSelector.html">{@code UiSelector}</a> instances. For example, the following code example shows how to specify a search to find the first {@link android.widget.ListView} in the currently displayed UI, then search within that {@link android.widget.ListView} to find a UI element with the text property {@code Apps}.
186 .className("android.widget.ListView").instance(1)
246 .className("android.widget.ListView"));
  /frameworks/base/docs/html/training/material/
get-started.jd 124 android.widget.ListView} that supports different layout types and provides performance improvements.
  /frameworks/base/docs/html/training/search/
search.jd 199 in a {@link android.database.Cursor} that you can iterate through or use to build a {@link android.widget.ListView}.
  /frameworks/base/docs/html/training/wearables/apps/
layouts.jd 125 <li><code>WearableListView</code> - An alternative version of ListView that is optimized for
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StaggeredGrid.java 39 * <li>Only one row (e.g., a single row listview)</li>
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AdapterViewCompat.java 34 import android.widget.ListView;
41 * See {@link ListView}, {@link android.widget.GridView}, {@link android.widget.Spinner} and
731 * we have an empty view, display it. In all the other cases, make sure that the listview
887 if (mSelectedPosition != ListView.INVALID_POSITION && isShown() && !isInTouchMode()) {
    [all...]
  /packages/apps/ContactsCommon/res/values/
dimens.xml 46 <!-- Top padding of the ListView in the contact tile list -->
  /packages/apps/Dialer/res/values/
styles.xml 155 <style name="ListViewStyle" parent="@android:style/Widget.Material.Light.ListView">
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 40 * for ListView-recycling that a regular LinearLayout using ImageViews.
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 194 // This ListView will consume the drag events on behalf of its children.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 43 * the user can choose to view the ListView as.
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
alldiffs_index_removals.html 191 &nbsp;&nbsp;<nobr><A HREF="android.widget.ListView.html#android.widget.ListView.setAdapter_removed(android.widget.ListAdapter)" class="hiddenlink" target="rightframe">type&nbsp;<strike>
192 (<code>ListAdapter</code>)</strike>&nbsp;in&nbsp;android.widget.ListView
methods_index_removals.html 175 &nbsp;&nbsp;<nobr><A HREF="android.widget.ListView.html#android.widget.ListView.setAdapter_removed(android.widget.ListAdapter)" class="hiddenlink" target="rightframe">type&nbsp;<strike>
176 (<code>ListAdapter</code>)</strike>&nbsp;in&nbsp;android.widget.ListView
pkg_android.widget.html 281 <A NAME="ListView"></A>
282 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.widget.html 323 <A NAME="ListView"></A>
324 <nobr><A HREF="android.widget.ListView.html">ListView</A></nobr>

Completed in 1164 milliseconds

<<41424344454647484950>>