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()
171 View mEmptyView; field in ListFragment219 mEmptyView = mProgressContainer = mListContainer = null; in onDestroyView()399 mEmptyView = root.findViewById(android.R.id.empty); in ensureList()417 if (mEmptyView != null) { in ensureList()418 mList.setEmptyView(mEmptyView); in ensureList()
124 private TextView mEmptyView; field in RecentsView178 mEmptyView = (TextView) inflater.inflate(R.layout.recents_empty, this, false); in RecentsView()179 addView(mEmptyView); in RecentsView()203 mEmptyView.setTextColor(textColor); in reevaluateStyles()204 mEmptyView.setCompoundDrawableTintList(new ColorStateList(new int[][]{ in reevaluateStyles()374 mEmptyView.setText(msgResId);375 mEmptyView.setVisibility(View.VISIBLE);376 mEmptyView.bringToFront();384 mEmptyView.setVisibility(View.INVISIBLE);430 if (mEmptyView.getVisibility() != GONE) {[all …]
188 private View mEmptyView; field in AdapterView697 mEmptyView = emptyView; in setEmptyView()718 return mEmptyView; in getEmptyView()766 if (mEmptyView != null) { in checkFocus()782 if (mEmptyView != null) { in updateEmptyStatus()783 mEmptyView.setVisibility(View.VISIBLE); in updateEmptyStatus()797 if (mEmptyView != null) mEmptyView.setVisibility(View.GONE); in updateEmptyStatus()
7784 Landroid/app/ListFragment;->mEmptyView:Landroid/view/View;86404 Landroid/widget/AdapterView;->mEmptyView:Landroid/view/View;