OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
826 - 850
of
1340
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java
31
* This class provides data as Views. It is designed to support both
ListView
and GridView by
/developers/samples/android/wearable/wear/DataLayer/Application/src/main/res/layout/
main_activity.xml
80
<
ListView
/development/apps/CustomLocale/res/layout/
main.xml
53
<
ListView
/development/apps/Development/res/layout/
accounts_tester.xml
107
<
ListView
android:id="@+id/accounts_tester_accounts_list"
/development/apps/Development/src/com/android/development/
AccountsTester.java
49
import android.widget.
ListView
;
60
private
ListView
mAccountsListView;
84
mAccountsListView = (
ListView
) findViewById(R.id.accounts_tester_accounts_list);
121
// by
ListView
is null.
/development/samples/WeatherListWidget/res/layout/
widget_layout.xml
57
<
ListView
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
MeatAdapter.java
31
* This class provides data as Views. It is designed to support both
ListView
and GridView by
/development/samples/browseable/BorderlessButtons/res/layout/
list_item.xml
27
list item separators in the main
ListView
, and establishes a stronger
sample_main.xml
44
<
ListView
android:id="@android:id/list"
/development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/res/layout/
activity_main.xml
50
<
ListView
/development/samples/wearable/DataLayer/Application/src/main/res/layout/
main_activity.xml
80
<
ListView
/frameworks/base/core/java/android/app/
LauncherActivity.java
44
import android.widget.
ListView
;
406
protected void onListItemClick(
ListView
l, View v, int position, long id) {
413
* {@link android.widget.
ListView
}.
423
* {@link android.widget.
ListView
}.
/frameworks/base/core/java/android/widget/
ArrayAdapter.java
125
* @param objects The objects to represent in the
ListView
.
138
* @param objects The objects to represent in the
ListView
.
150
* @param objects The objects to represent in the
ListView
.
163
* @param objects The objects to represent in the
ListView
.
YearPickerView.java
34
class YearPickerView extends
ListView
implements AdapterView.OnItemClickListener,
/frameworks/base/core/res/res/layout/
calendar_view.xml
91
<
ListView
android:id="@android:id/list"
preference_list_content.xml
40
<
ListView
android:id="@android:id/list"
preference_list_content_material.xml
42
<
ListView
android:id="@android:id/list"
resolver_list.xml
44
<
ListView
resolver_list_with_default.xml
105
<
ListView
/frameworks/base/core/res/res/layout-w600dp/
preference_list_content_single.xml
42
<
ListView
android:id="@android:id/list"
/frameworks/base/core/tests/coretests/res/layout/
list_take_focus_from_side.xml
22
<
ListView
android:id="@android:id/list"
/frameworks/base/docs/html/design/building-blocks/
grid-lists.jd
2
page.tags=gridview,layout,
listview
/frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd
8
next.title=Making
ListView
Scrolling Smooth
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java
37
import android.widget.
ListView
;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java
38
import android.widget.
ListView
;
Completed in 1764 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>