OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyDataSetInvalidated
(Results
1 - 25
of
67
) sorted by null
1
2
3
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsListAdapter.java
61
public void
notifyDataSetInvalidated
() {
62
mAdapter.
notifyDataSetInvalidated
();
SuggestionsAdapterBase.java
203
notifyDataSetInvalidated
();
228
protected abstract void
notifyDataSetInvalidated
();
/frameworks/base/core/java/android/widget/
BaseAdapter.java
58
public void
notifyDataSetInvalidated
() {
BaseExpandableListAdapter.java
48
public void
notifyDataSetInvalidated
() {
CursorTreeAdapter.java
318
public void
notifyDataSetInvalidated
() {
320
super.
notifyDataSetInvalidated
();
469
notifyDataSetInvalidated
();
518
notifyDataSetInvalidated
();
CursorAdapter.java
386
notifyDataSetInvalidated
();
514
notifyDataSetInvalidated
();
/cts/tests/tests/widget/src/android/widget/cts/
BaseAdapterTest.java
58
baseAdapter.
notifyDataSetInvalidated
();
62
baseAdapter.
notifyDataSetInvalidated
();
BaseExpandableListAdapterTest.java
71
adapter.
notifyDataSetInvalidated
();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBaseAdapter.java
69
public void
notifyDataSetInvalidated
() {
ShadowCursorAdapter.java
312
notifyDataSetInvalidated
();
440
notifyDataSetInvalidated
();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
MtpAdapter.java
74
public void
notifyDataSetInvalidated
() {
76
super.
notifyDataSetInvalidated
();
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
TriggerManager.java
139
mAdapter.
notifyDataSetInvalidated
();
147
mAdapter.
notifyDataSetInvalidated
();
153
mAdapter.
notifyDataSetInvalidated
();
ScriptPicker.java
74
mAdapter.
notifyDataSetInvalidated
();
LogcatViewer.java
76
mAdapter.
notifyDataSetInvalidated
();
156
mAdapter.
notifyDataSetInvalidated
();
ScriptManager.java
240
mAdapter.
notifyDataSetInvalidated
();
369
mAdapter.
notifyDataSetInvalidated
();
470
mAdapter.
notifyDataSetInvalidated
();
499
mAdapter.
notifyDataSetInvalidated
();
524
mAdapter.
notifyDataSetInvalidated
();
InterpreterPicker.java
101
mAdapter.
notifyDataSetInvalidated
();
InterpreterManager.java
91
mAdapter.
notifyDataSetInvalidated
();
97
mAdapter.
notifyDataSetInvalidated
();
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java
75
mQueueAdapter.
notifyDataSetInvalidated
();
121
mQueueAdapter.
notifyDataSetInvalidated
();
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java
75
mQueueAdapter.
notifyDataSetInvalidated
();
121
mQueueAdapter.
notifyDataSetInvalidated
();
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java
75
mQueueAdapter.
notifyDataSetInvalidated
();
121
mQueueAdapter.
notifyDataSetInvalidated
();
/frameworks/support/core-ui/java/android/support/v4/widget/
CursorAdapter.java
358
notifyDataSetInvalidated
();
488
notifyDataSetInvalidated
();
/packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java
111
notifyDataSetInvalidated
();
/frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java
112
notifyDataSetInvalidated
();
173
notifyDataSetInvalidated
();
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java
154
notifyDataSetInvalidated
();
427
notifyDataSetInvalidated
();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
QueueFragment.java
82
mQueueAdapter.
notifyDataSetInvalidated
();
128
mQueueAdapter.
notifyDataSetInvalidated
();
Completed in 1051 milliseconds
1
2
3