Searched refs:mIsLateSelection (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBaseRowFragment.java58 if (!mLateSelectionObserver.mIsLateSelection) {
99 boolean mIsLateSelection = false; field in class:BaseRowFragment.LateSelectionObserver
115 mIsLateSelection = true;
127 if (mIsLateSelection) {
128 mIsLateSelection = false;
234 if (mLateSelectionObserver.mIsLateSelection) {
H A DBaseRowSupportFragment.java53 if (!mLateSelectionObserver.mIsLateSelection) {
94 boolean mIsLateSelection = false; field in class:BaseRowSupportFragment.LateSelectionObserver
110 mIsLateSelection = true;
122 if (mIsLateSelection) {
123 mIsLateSelection = false;
229 if (mLateSelectionObserver.mIsLateSelection) {

Completed in 9 milliseconds