OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRefreshComplete
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
188
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
191
private void
onRefreshComplete
(List<String> result) {
192
Log.i(LOG_TAG, "
onRefreshComplete
");
230
onRefreshComplete
(result);
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
184
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
187
private void
onRefreshComplete
(List<String> result) {
188
Log.i(LOG_TAG, "
onRefreshComplete
");
227
onRefreshComplete
(result);
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
205
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
208
private void
onRefreshComplete
(List<String> result) {
209
Log.i(LOG_TAG, "
onRefreshComplete
");
247
onRefreshComplete
(result);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
188
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
191
private void
onRefreshComplete
(List<String> result) {
192
Log.i(LOG_TAG, "
onRefreshComplete
");
230
onRefreshComplete
(result);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
184
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
187
private void
onRefreshComplete
(List<String> result) {
188
Log.i(LOG_TAG, "
onRefreshComplete
");
227
onRefreshComplete
(result);
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
205
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
208
private void
onRefreshComplete
(List<String> result) {
209
Log.i(LOG_TAG, "
onRefreshComplete
");
247
onRefreshComplete
(result);
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
SwipeRefreshLayoutBasicFragment.java
188
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
191
private void
onRefreshComplete
(List<String> result) {
192
Log.i(LOG_TAG, "
onRefreshComplete
");
230
onRefreshComplete
(result);
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
SwipeRefreshListFragmentFragment.java
184
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
187
private void
onRefreshComplete
(List<String> result) {
188
Log.i(LOG_TAG, "
onRefreshComplete
");
227
onRefreshComplete
(result);
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java
205
* When the AsyncTask finishes, it calls
onRefreshComplete
(), which updates the data in the
208
private void
onRefreshComplete
(List<String> result) {
209
Log.i(LOG_TAG, "
onRefreshComplete
");
247
onRefreshComplete
(result);
Completed in 389 milliseconds