HomeSort by relevance Sort by last modified time
    Searched defs:mIsLateSelection (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BaseRowFragment.java 91 boolean mIsLateSelection = false;
104 mIsLateSelection = true;
116 if (mIsLateSelection) {
117 mIsLateSelection = false;
208 if (mLateSelectionObserver.mIsLateSelection) {
BaseRowSupportFragment.java 93 boolean mIsLateSelection = false;
106 mIsLateSelection = true;
118 if (mIsLateSelection) {
119 mIsLateSelection = false;
210 if (mLateSelectionObserver.mIsLateSelection) {
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 3608 milliseconds