Searched refs:mIsAttached (Results 1 – 3 of 3) sorted by relevance
134 if (mList.mIsAttached) {
647 boolean mIsAttached; field in AbsListView1676 if (!mIsAttached && mAdapter != null) { in onFocusChanged()2352 mIsAttached = true; in onAttachedToWindow()2407 mIsAttached = false; in onDetachedFromWindow()
2052 if (mAdapter == null || !mIsAttached) { in commonKey()