Home
last modified time | relevance | path

Searched refs:mSwipeRefreshLayout (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/OsuLogin/src/com/android/hotspot2/osulogin/
DOsuLoginActivity.java62 private SwipeRefreshLayout mSwipeRefreshLayout; field in OsuLoginActivity
183 mSwipeRefreshLayout = findViewById(R.id.swipe_refresh); in onCreate()
184 mSwipeRefreshLayout.setOnRefreshListener(() -> { in onCreate()
186 mSwipeRefreshLayout.setRefreshing(true); in onCreate()
253 mSwipeRefreshLayout.setRefreshing(false); in onPageFinished()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java108 private SwipeRefreshLayout mSwipeRefreshLayout; field in DefaultContactBrowseListFragment
113 if (mSwipeRefreshLayout.isRefreshing()) {
114 mSwipeRefreshLayout.setRefreshing(false);
569 mSwipeRefreshLayout = (SwipeRefreshLayout) mView.findViewById(R.id.swipe_refresh); in initSwipeRefreshLayout()
570 if (mSwipeRefreshLayout == null) { in initSwipeRefreshLayout()
574 mSwipeRefreshLayout.setEnabled(true); in initSwipeRefreshLayout()
576 mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { in initSwipeRefreshLayout()
583 mSwipeRefreshLayout.setRefreshing(false); in initSwipeRefreshLayout()
593 mSwipeRefreshLayout.setColorSchemeResources( in initSwipeRefreshLayout()
598 mSwipeRefreshLayout.setDistanceToTriggerSync( in initSwipeRefreshLayout()
[all …]
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java132 private SwipeRefreshLayout mSwipeRefreshLayout; field in CaptivePortalLoginActivity
244 mSwipeRefreshLayout = findViewById(R.id.swipe_refresh); in onCreate()
245 mSwipeRefreshLayout.setOnRefreshListener(() -> { in onCreate()
247 mSwipeRefreshLayout.setRefreshing(true); in onCreate()
610 mSwipeRefreshLayout.setRefreshing(false); in onPageFinished()