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

  /frameworks/av/media/libaudioprocessing/include/media/
AudioResamplerPublic.h 43 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
55 // Depending on the AudioPlaybackRate::mStretchMode, the effective limits might be narrower than
92 enum AudioTimestretchStretchMode mStretchMode;
107 pr2.mStretchMode == pr2.mStretchMode &&
113 (playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_SPEECH ||
114 playbackRate.mStretchMode == AUDIO_TIMESTRETCH_STRETCH_DEFAULT)) {
  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 58 private int mStretchMode;
100 private int mStretchMode = GridView.STRETCH_COLUMN_WIDTH;
185 mStretchMode = stretchMode;
257 mGridView.setStretchMode(mStretchMode);
311 mStretchMode = params.mStretchMode;
  /frameworks/base/core/java/android/widget/
GridView.java 114 private int mStretchMode = STRETCH_COLUMN_WIDTH;
339 ((mStretchMode == STRETCH_SPACING_UNIFORM) ? horizontalSpacing : 0);
342 ((mStretchMode == STRETCH_SPACING_UNIFORM) ? horizontalSpacing : 0);
    [all...]

Completed in 181 milliseconds