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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 77 boolean mSmooth = true;
84 mRowsFragment.setSelectedPosition(mPosition, mSmooth);
307 mSetSelectionRunnable.mSmooth = smooth;
DetailsSupportFragment.java 79 boolean mSmooth = true;
86 mRowsSupportFragment.setSelectedPosition(mPosition, mSmooth);
309 mSetSelectionRunnable.mSmooth = smooth;
BrowseFragment.java 177 private boolean mSmooth;
192 mSmooth = smooth;
200 setSelection(mPosition, mSmooth);
207 mSmooth = false;
    [all...]
BrowseSupportFragment.java 179 private boolean mSmooth;
194 mSmooth = smooth;
202 setSelection(mPosition, mSmooth);
209 mSmooth = false;
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 106 mSmooth = GGL_READ_NEEDS(SHADE, needs.n) != 0;
175 info.smooth = mSmooth && info.iterated;
631 if (mSmooth && !parts.iterated_packed) {
653 if (mSmooth) {
    [all...]
GGLAssembler.h 541 int mSmooth;
texturing.cpp 44 if (mSmooth) {
45 // NOTE: we could take this case in the mDithering + !mSmooth case,
64 if (!mSmooth) {
197 // this implies mSmooth
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 635 milliseconds