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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 286 boolean mSmooth = true;
296 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
584 mSetSelectionRunnable.mSmooth = smooth;
    [all...]
DetailsSupportFragment.java 283 boolean mSmooth = true;
293 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
581 mSetSelectionRunnable.mSmooth = smooth;
    [all...]
PlaybackFragment.java 116 boolean mSmooth = true;
123 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
719 mSetSelectionRunnable.mSmooth = smooth;
    [all...]
PlaybackSupportFragment.java 113 boolean mSmooth = true;
120 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
716 mSetSelectionRunnable.mSmooth = smooth;
    [all...]
BrowseFragment.java 233 private boolean mSmooth;
248 mSmooth = smooth;
256 setSelection(mPosition, mSmooth);
263 mSmooth = false;
    [all...]
BrowseSupportFragment.java 230 private boolean mSmooth;
245 mSmooth = smooth;
253 setSelection(mPosition, mSmooth);
260 mSmooth = false;
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 549 int mSmooth;
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 108 milliseconds