Lines Matching refs:refresh
29 refresh, whether the user triggers the refresh with a swipe gesture or by
30 using the action bar refresh action.
42 To respond to the refresh gesture in your app, implement the {@link
56 perform the update when the user triggers a refresh from the action bar.
76 * performs a swipe-to-refresh gesture.
84 // This method performs the actual data-refresh operation.
94 If the user requests a refresh by using the action bar, the system calls the
101 To respond to the refresh action, override {@link
111 setRefreshing(false)} to remove the refresh progress indicator.
119 * when the user requests a refresh by selecting the refresh action bar item.
125 // Check if user triggered a refresh:
132 // Start the refresh background task.
139 // User didn't trigger a refresh, let the superclass handle this action
145 <strong>Note:</strong> When the user triggers a refresh with a swipe action as