OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
301 - 325
of
1115
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/
PinnedHeaderUseCaseActivity.java
25
import android.widget.
ListView
;
47
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/packages/apps/Music/tests/src/com/android/music/
MusicPlayerStability.java
22
import android.widget.
ListView
;
34
private
ListView
mTrackList;
/packages/apps/Settings/src/com/android/settings/
CreateShortcut.java
24
import android.widget.
ListView
;
41
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DrawerFragment.java
20
import android.widget.
ListView
;
54
return
ListView
.CHOICE_MODE_SINGLE;
/frameworks/base/core/tests/coretests/
AndroidManifest.xml
324
<activity android:name="android.widget.
listview
.AdjacentListsWithAdjacentISVsInside" android:label="AdjacentListsWithAdjacentISVsInside">
331
<activity android:name="android.widget.
listview
.ListDividers" android:label="ListDividers">
338
<activity android:name="android.widget.
listview
.ListViewHeight" android:label="ListViewHeight">
527
<activity android:name="android.widget.
listview
.ListSetSelection" android:label="ListSetSelection">
534
<activity android:name="android.widget.
listview
.ListSimple" android:label="ListSimple">
541
<activity android:name="android.widget.
listview
.ListFilter" android:label="ListFilter">
548
<activity android:name="android.widget.
listview
.ListScrollListener" android:label="ListScrollListener">
555
<activity android:name="android.widget.
listview
.ListThrasher" android:label="ListThrasher">
562
<activity android:name="android.widget.
listview
.ListTakeFocusFromSide" android:label="ListTakeFocusFromSide">
569
<activity android:name="android.widget.
listview
.ListBottomGravity" android:label="ListBottomGravity"
[
all
...]
/frameworks/base/docs/html/training/contacts-provider/
display-contact-badge.jd
20
<a href="#
ListView
">
21
Add a QuickContactBadge to a
ListView
326
<h2 id="
ListView
">Add a QuickContactBadge to a
ListView
</h2>
329
{@link android.widget.
ListView
} that displays a list of contacts. Use the
362
To bind a {@link android.support.v4.widget.CursorAdapter} to a {@link android.widget.
ListView
}
421
* the
ListView
layout from the file.
516
// Defines a
ListView
517
private
ListView
mListView;
569
<h3>Set up the
ListView
</h3
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java
40
import android.widget.
ListView
;
520
* Returns the top coordinate of the first item in the {@link
ListView
}. If the first item
521
* in the {@link
ListView
} is not visible or there are no children in the list, then return
525
public static int getFirstListItemOffset(
ListView
listView
) {
526
if (
listView
== null ||
listView
.getChildCount() == 0 ||
527
listView
.getFirstVisiblePosition() != 0) {
530
return
listView
.getChildAt(0).getTop();
536
* @param
listView
that should be scrolle
[
all
...]
/cts/apps/CtsVerifier/res/layout/
ble_client_test.xml
22
<
ListView
android:id="@+id/ble_client_tests"
ble_server_start.xml
28
<
ListView
android:id="@+id/ble_server_tests"
bu_main.xml
22
<
ListView
android:id="@+id/android:list"
fs_main.xml
26
<
ListView
android:id="@id/android:list"
nfc_tag.xml
22
<
ListView
android:id="@id/android:list"
pass_fail_list.xml
22
<
ListView
android:id="@id/android:list"
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/res/values/
base-strings.xml
31
inside a
ListView
.
/developers/samples/android/connectivity/sync/BasicSyncAdapter/
template-params.xml
34
inside a
ListView
.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/java/com/example/android/actionbarcompat/listviewmodalselect/
MainActivity.java
23
* This sample shows you how a provide a
ListView
which allows the user to select multiple items
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/src/main/res/layout/
simple_selectable_list_item.xml
18
The layout which is used in our
ListView
items. We use a CheckedTextView so we can
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/
template-params.xml
33
This sample shows you how a provide a
ListView
which allows the user to select multiple
/developers/samples/android/ui/lists/CustomChoiceList/
template-params.xml
28
This sample demonstrates how to create custom checkable layouts, for use with
ListView
\'s choiceMode
/development/apps/Development/res/layout/
enter_url.xml
29
<
ListView
android:id="@android:id/list"
/development/samples/ApiDemos/res/layout/
animations_main_screen.xml
22
<
ListView
focus_1.xml
27
<
ListView
android:id="@+id/rssListView"
linear_layout_9.xml
27
<
ListView
android:id="@+id/list"
list_12.xml
24
<
ListView
android:id="@android:id/list"
list_13.xml
22
<
ListView
android:id="@android:id/list"
Completed in 645 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>