OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyDataSetChanged
(Results
1 - 25
of
251
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java
59
private void
notifyDataSetChanged
() {
107
notifyDataSetChanged
();
146
notifyDataSetChanged
();
150
notifyDataSetChanged
();
158
notifyDataSetChanged
();
168
notifyDataSetChanged
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java
38
notifyDataSetChanged
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPagerAdapter.java
18
public void
notifyDataSetChanged
() {
ShadowArrayAdapter.java
85
notifyDataSetChanged
();
92
notifyDataSetChanged
();
99
notifyDataSetChanged
();
106
notifyDataSetChanged
();
163
public void
notifyDataSetChanged
() {
164
super.
notifyDataSetChanged
();
/frameworks/base/core/java/android/widget/
ArrayAdapter.java
82
* Indicates whether or not {@link #
notifyDataSetChanged
()} must be called whenever
182
if (mNotifyOnChange)
notifyDataSetChanged
();
198
if (mNotifyOnChange)
notifyDataSetChanged
();
214
if (mNotifyOnChange)
notifyDataSetChanged
();
231
if (mNotifyOnChange)
notifyDataSetChanged
();
247
if (mNotifyOnChange)
notifyDataSetChanged
();
261
if (mNotifyOnChange)
notifyDataSetChanged
();
278
if (mNotifyOnChange)
notifyDataSetChanged
();
285
public void
notifyDataSetChanged
() {
286
super.
notifyDataSetChanged
();
[
all
...]
BaseAdapter.java
49
public void
notifyDataSetChanged
() {
BaseExpandableListAdapter.java
55
public void
notifyDataSetChanged
() {
CursorTreeAdapter.java
297
public void
notifyDataSetChanged
() {
298
notifyDataSetChanged
(true);
308
public void
notifyDataSetChanged
(boolean releaseCursors) {
314
super.
notifyDataSetChanged
();
464
notifyDataSetChanged
(releaseCursors);
512
notifyDataSetChanged
();
/cts/tests/src/android/widget/cts/
ExpandableListSimple.java
38
((BaseExpandableListAdapter) mAdapter).
notifyDataSetChanged
();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CountingAdapter.java
17
notifyDataSetChanged
();
BaseAdapterTest.java
19
adapter.
notifyDataSetChanged
();
26
adapter.
notifyDataSetChanged
();
PagerAdapterTest.java
20
pagerAdapter.
notifyDataSetChanged
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsListAdapter.java
56
public void
notifyDataSetChanged
() {
57
mAdapter.
notifyDataSetChanged
();
SuggestionsAdapterBase.java
195
notifyDataSetChanged
();
201
notifyDataSetChanged
();
230
protected abstract void
notifyDataSetChanged
();
/frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java
91
notifyDataSetChanged
();
97
notifyDataSetChanged
();
107
notifyDataSetChanged
();
121
notifyDataSetChanged
();
136
notifyDataSetChanged
();
218
notifyDataSetChanged
();
519
notifyDataSetChanged
();
524
public void
notifyDataSetChanged
() {
527
super.
notifyDataSetChanged
();
/cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java
40
baseAdapter.
notifyDataSetChanged
();
44
baseAdapter.
notifyDataSetChanged
();
50
baseAdapter.
notifyDataSetChanged
();
BaseExpandableListAdapterTest.java
61
adapter.
notifyDataSetChanged
();
93
adapter.
notifyDataSetChanged
();
99
adapter.
notifyDataSetChanged
();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpPagerAdapter.java
49
notifyDataSetChanged
();
58
public void
notifyDataSetChanged
() {
60
super.
notifyDataSetChanged
();
MtpAdapter.java
53
notifyDataSetChanged
();
61
public void
notifyDataSetChanged
() {
63
super.
notifyDataSetChanged
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java
103
notifyDataSetChanged
();
128
protected void
notifyDataSetChanged
() {
129
if (DBG) Log.d(TAG, "
notifyDataSetChanged
()");
/frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java
50
adapter.
notifyDataSetChanged
();
82
adapter.
notifyDataSetChanged
();
88
adapter.
notifyDataSetChanged
();
/development/samples/ApiDemos/src/com/example/android/apis/view/
List8.java
122
notifyDataSetChanged
();
129
notifyDataSetChanged
();
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
ListViewAnimations.java
71
adapter.
notifyDataSetChanged
();
94
adapter.
notifyDataSetChanged
();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SectionedListAdapter.java
42
notifyDataSetChanged
();
52
notifyDataSetChanged
();
/packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java
154
notifyDataSetChanged
();
160
notifyDataSetChanged
();
Completed in 342 milliseconds
1
2
3
4
5
6
7
8
9
10
11