Searched refs:mEmptyView (Results 1 – 5 of 5) sorted by relevance
59 private View mEmptyView; field in ListWithEmptyView69 mEmptyView = findViewById(R.id.empty); in onCreate()70 getListView().setEmptyView(mEmptyView); in onCreate()101 return mEmptyView; in getEmptyView()
111 private TextView mEmptyView; field in RecentsView165 mEmptyView = (TextView) inflater.inflate(R.layout.recents_empty, this, false); in RecentsView()166 addView(mEmptyView); in RecentsView()192 mEmptyView.setTextColor(textColor); in reevaluateStyles()193 mEmptyView.setCompoundDrawableTintList(new ColorStateList(new int[][]{ in reevaluateStyles()391 mEmptyView.setText(msgResId);392 mEmptyView.setVisibility(View.VISIBLE);393 mEmptyView.bringToFront();403 mEmptyView.setVisibility(View.INVISIBLE);451 if (mEmptyView.getVisibility() != GONE) {[all …]
166 View mEmptyView; field in ListFragment214 mEmptyView = mProgressContainer = mListContainer = null; in onDestroyView()394 mEmptyView = root.findViewById(android.R.id.empty); in ensureList()412 if (mEmptyView != null) { in ensureList()413 mList.setEmptyView(mEmptyView); in ensureList()
66 View mEmptyView; field in ListFragment158 mEmptyView = mProgressContainer = mListContainer = null; in onDestroyView()337 mEmptyView = root.findViewById(android.R.id.empty); in ensureList()355 if (mEmptyView != null) { in ensureList()356 mList.setEmptyView(mEmptyView); in ensureList()
177 private View mEmptyView; field in AdapterView685 mEmptyView = emptyView; in setEmptyView()706 return mEmptyView; in getEmptyView()754 if (mEmptyView != null) { in checkFocus()770 if (mEmptyView != null) { in updateEmptyStatus()771 mEmptyView.setVisibility(View.VISIBLE); in updateEmptyStatus()785 if (mEmptyView != null) mEmptyView.setVisibility(View.GONE); in updateEmptyStatus()