OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:listview
(Results
176 - 200
of
1340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
fragmentlayout-expected-complation78.txt
3
android.app.ListFragment : <p> ListFragment hosts a <code><a href="/reference/android/widget/
ListView
.html">
ListView
</a></code> object that can be bound to different data sources, typically either an array or a Cursor holding query results. Binding, screen layout, and row layout are discussed ...
/packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java
44
import android.widget.
ListView
;
196
* Return a valid
ListView
position or -1 if none is found
203
ListView
listView
= getListView();
204
ListAdapter adapter =
listView
.getAdapter();
220
final
ListView
listView
= getListView();
221
final ListAdapter adapter =
listView
.getAdapter();
226
listView
.post(new Runnable() {
229
listView
.setSelection(position)
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java
96
final AbsListView
listView
= (AbsListView) view;
97
return
listView
.getChildCount() > 0 &&
98
(
listView
.getFirstVisiblePosition() > 0
99
||
listView
.getChildAt(0).getTop() <
listView
.getPaddingTop());
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java
96
final AbsListView
listView
= (AbsListView) view;
97
return
listView
.getChildCount() > 0 &&
98
(
listView
.getFirstVisiblePosition() > 0
99
||
listView
.getChildAt(0).getTop() <
listView
.getPaddingTop());
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java
23
import android.widget.
ListView
;
37
// Load some simple values into the
ListView
38
mRssList = (
ListView
) findViewById(R.id.rssListView);
48
// We'd like to store the current
ListView
selection.
106
ListView
mRssList;
MyRssReader2.java
27
import android.widget.
ListView
;
35
ListView
mRssList = null;
49
// Populate ArrayAdapter and bind it to
ListView
50
mRssList = (
ListView
)findViewById(R.id.rssListView);
54
mLogger.warning("MyRssReader.onCreate-2 -- Couldn't instantiate a
ListView
!");
61
mLogger.warning("MyRssReader.onCreate-4 -- Couldn't instantiate a
ListView
!");
80
// We'd like to store the current
ListView
selection.
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java
96
final AbsListView
listView
= (AbsListView) view;
97
return
listView
.getChildCount() > 0 &&
98
(
listView
.getFirstVisiblePosition() > 0
99
||
listView
.getChildAt(0).getTop() <
listView
.getPaddingTop());
/packages/apps/Camera/src/com/android/camera/ui/
ListPrefSettingPopup.java
23
import android.widget.
ListView
;
87
// Prepare the
ListView
.
100
((
ListView
) mSettingList).setAdapter(listItemAdapter);
101
((
ListView
) mSettingList).setOnItemClickListener(this);
110
((
ListView
) mSettingList).setItemChecked(index, true);
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java
40
import android.widget.
ListView
;
49
* This
ListView
displays a set of ListItemObjects. By calling addRow with a new
50
* ListItemObject, it is added to the top of the
ListView
and the new row is animated
51
* in. If the
ListView
content is at the top (the scroll offset is 0), the animation of
53
* corresponding item in the
ListView
.
55
public class InsertionListView extends
ListView
{
95
* to the first item of the
ListView
. The new cell is then animated into place from
96
* above the bounds of the
ListView
.
104
* cell present in the
ListView
before the data set change takes place.
150
* in the top row of the
ListView
. *
[
all
...]
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java
32
import android.widget.
ListView
;
93
// Find and set up the
ListView
for paired devices
94
ListView
pairedListView = (
ListView
) findViewById(R.id.paired_devices);
98
// Find and set up the
ListView
for newly discovered devices
99
ListView
newDevicesListView = (
ListView
) findViewById(R.id.new_devices);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java
32
import android.widget.
ListView
;
93
// Find and set up the
ListView
for paired devices
94
ListView
pairedListView = (
ListView
) findViewById(R.id.paired_devices);
98
// Find and set up the
ListView
for newly discovered devices
99
ListView
newDevicesListView = (
ListView
) findViewById(R.id.new_devices);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
36
import android.widget.
ListView
;
84
// Find and set up the
ListView
for paired devices
85
ListView
pairedListView = (
ListView
) findViewById(R.id.paired_devices);
89
// Find and set up the
ListView
for newly discovered devices
90
ListView
newDevicesListView = (
ListView
) findViewById(R.id.new_devices);
/frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java
56
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
88
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
115
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
128
waitAssertListSelection("setListSelection(
ListView
.INVALID_POSITION)", textView,
129
ListView
.INVALID_POSITION);
148
waitAssertListSelection(textView,
ListView
.INVALID_POSITION);
242
int currentSelection =
ListView
.INVALID_POSITION;
/frameworks/base/docs/html/sdk/api_diff/19/changes/
android.widget.ListView.html
10
android.widget.
ListView
74
Class android.widget.<A HREF="../../../../reference/android/widget/
ListView
.html" target="_top"><font size="+2"><code>
ListView
</code></font></A>
86
<A NAME="android.widget.
ListView
.areFooterDividersEnabled_added()"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/
ListView
.html#areFooterDividersEnabled()" target="_top"><code>areFooterDividersEnabled</code></A>()</nobr>
93
<A NAME="android.widget.
ListView
.areHeaderDividersEnabled_added()"></A>
94
<nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/
ListView
.html#areHeaderDividersEnabled()" target="_top"><code>areHeaderDividersEnabled</code></A>()</nobr>
/frameworks/base/docs/html/sdk/api_diff/3/changes/
android.widget.ListView.html
10
android.widget.
ListView
74
Class android.widget.<A HREF="../../../../reference/android/widget/
ListView
.html" target="_top"><font size="+2"><code>
ListView
</code></font></A>
86
<A NAME="android.widget.
ListView
.setFooterDividersEnabled_added(boolean)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/
ListView
.html#setFooterDividersEnabled(boolean)" target="_top"><code>setFooterDividersEnabled</code></A>(<code>boolean</code>)</nobr>
93
<A NAME="android.widget.
ListView
.setHeaderDividersEnabled_added(boolean)"></A>
94
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/
ListView
.html#setHeaderDividersEnabled(boolean)" target="_top"><code>setHeaderDividersEnabled</code></A>(<code>boolean</code>)</nobr>
/frameworks/base/core/java/com/android/internal/app/
AlertController.java
54
import android.widget.
ListView
;
69
private
ListView
mListView;
403
public
ListView
getListView() {
727
* a
ListView
. If it's text we should use the dark background
728
* for
ListView
we should use the light background. If neither
784
final
ListView
listView
= mListView;
785
if (
listView
!= null && mAdapter != null) {
786
listView
.setAdapter(mAdapter);
789
listView
.setItemChecked(checkedItem, true)
[
all
...]
/cts/suite/cts/deviceTests/ui/src/com/android/cts/ui/
ScrollingActivity.java
24
import android.widget.
ListView
;
52
ListView
view = getListView();
66
final
ListView
view = getListView();
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java
26
* This activity creates a
listview
whose items can be clicked to expand and show
29
* In this specific demo, each item in a
listview
displays an image and a corresponding
30
* title. These two items are centered in the default (collapsed) state of the
listview
's
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java
25
import android.widget.
ListView
;
78
protected void onListItemClick(
ListView
listView
, View view, int position, long id) {
/external/droiddriver/src/com/google/android/droiddriver/scroll/
ScrollStepStrategy.java
34
* instance a
ListView
51
* instance a
ListView
65
* instance a
ListView
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java
17
package android.widget.
listview
;
25
import android.widget.
ListView
;
32
private
ListView
mListView;
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
A3DSelector.java
30
import android.widget.
ListView
;
76
getListView().setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
87
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FileSelector.java
30
import android.widget.
ListView
;
76
getListView().setChoiceMode(
ListView
.CHOICE_MODE_SINGLE);
87
protected void onListItemClick(
ListView
l, View v, int position, long id) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java
24
import android.widget.
ListView
;
43
public
ListView
getListView() {
44
return (
ListView
) getParent();
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.widget.ListView.html
10
android.widget.
ListView
74
Class android.widget.<A HREF="../../../../reference/android/widget/
ListView
.html" target="_top"><font size="+2"><code>
ListView
</code></font></A>
86
<A NAME="android.widget.
ListView
.setAdapter_removed(android.widget.ListAdapter)"></A>
101
<A NAME="android.widget.
ListView
.smoothScrollByOffset_added(int)"></A>
102
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/
ListView
.html#smoothScrollByOffset(int)" target="_top"><code>smoothScrollByOffset</code></A>(<code>int</code>)</nobr>
116
<A NAME="android.widget.
ListView
.clearChoices_changed()"></A>
126
<A NAME="android.widget.
ListView
.getCheckedItemIds_changed()"></A>
136
<A NAME="android.widget.
ListView
.getCheckedItemPosition_changed()"></A>
146
<A NAME="android.widget.
ListView
.getCheckedItemPositions_changed()"></A
[
all
...]
Completed in 2679 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>