Searched refs:refreshLayout (Results 1 – 4 of 4) sorted by relevance
72 … final SwipeRefreshLayout refreshLayout = (SwipeRefreshLayout) findViewById(R.id.swiperefresh); in onCreate() local73 if (refreshLayout != null) { in onCreate()74 refreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { in onCreate()83 refreshLayout.setRefreshing(false); in onCreate()
145 protected void refreshLayout(int layoutDirection) { in refreshLayout() method in TvStatusBar
246 protected abstract void refreshLayout(int layoutDirection); in refreshLayout() method in BaseStatusBar963 refreshLayout(ld); in onConfigurationChanged()
1723 protected void refreshLayout(int layoutDirection) { in refreshLayout() method in PhoneStatusBar