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 53 if (!mLateSelectionObserver.mIsLateSelection) {
94 boolean mIsLateSelection = false;
110 mIsLateSelection = true;
122 if (mIsLateSelection) {
123 mIsLateSelection = false;
225 if (mLateSelectionObserver.mIsLateSelection) {
BaseRowSupportFragment.java 50 if (!mLateSelectionObserver.mIsLateSelection) {
91 boolean mIsLateSelection = false;
107 mIsLateSelection = true;
119 if (mIsLateSelection) {
120 mIsLateSelection = false;
222 if (mLateSelectionObserver.mIsLateSelection) {
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 80 milliseconds