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

  /frameworks/base/include/gui/
SurfaceTexture.h 348 // gets set to mNextScalingMode each time queueBuffer gets called for
440 // mNextScalingMode is the scaling mode that will be used for the next
442 int mNextScalingMode;
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 129 mNextScalingMode(NATIVE_WINDOW_SCALING_MODE_FREEZE),
595 mSlots[buf].mScalingMode = mNextScalingMode;
715 mNextScalingMode = NATIVE_WINDOW_SCALING_MODE_FREEZE;
745 mNextScalingMode = mode;
    [all...]

Completed in 15 milliseconds