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.java64 private SwipeRefreshLayout mSwipeRefreshLayout; field in OsuLoginActivity
185 mSwipeRefreshLayout = findViewById(R.id.swipe_refresh); in onCreate()
186 mSwipeRefreshLayout.setOnRefreshListener(() -> { in onCreate()
188 mSwipeRefreshLayout.setRefreshing(true); in onCreate()
255 mSwipeRefreshLayout.setRefreshing(false); in onPageFinished()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java111 private SwipeRefreshLayout mSwipeRefreshLayout; field in DefaultContactBrowseListFragment
116 if (mSwipeRefreshLayout.isRefreshing()) {
117 mSwipeRefreshLayout.setRefreshing(false);
572 mSwipeRefreshLayout = (SwipeRefreshLayout) mView.findViewById(R.id.swipe_refresh); in initSwipeRefreshLayout()
573 if (mSwipeRefreshLayout == null) { in initSwipeRefreshLayout()
577 mSwipeRefreshLayout.setEnabled(true); in initSwipeRefreshLayout()
579 mSwipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { in initSwipeRefreshLayout()
586 mSwipeRefreshLayout.setRefreshing(false); in initSwipeRefreshLayout()
596 mSwipeRefreshLayout.setColorSchemeResources( in initSwipeRefreshLayout()
601 mSwipeRefreshLayout.setDistanceToTriggerSync( in initSwipeRefreshLayout()
[all …]
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java148 private SwipeRefreshLayout mSwipeRefreshLayout; field in CaptivePortalLoginActivity
376 mSwipeRefreshLayout = findViewById(R.id.swipe_refresh); in onCreate()
377 mSwipeRefreshLayout.setOnRefreshListener(() -> { in onCreate()
379 mSwipeRefreshLayout.setRefreshing(true); in onCreate()
810 mSwipeRefreshLayout.setRefreshing(false); in onPageFinished()