HomeSort by relevance Sort by last modified time
    Searched full:effecttype (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
IAudioService.aidl 57 oneway void playSoundEffect(int effectType);
59 oneway void playSoundEffectVolume(int effectType, float volume);
AudioManager.java     [all...]
AudioService.java 767 public void playSoundEffect(int effectType) {
769 effectType, -1, null, 0);
773 public void playSoundEffectVolume(int effectType, float volume) {
776 effectType, (int) (volume * 1000), null, 0);
    [all...]
  /external/webkit/WebCore/platform/graphics/filters/
FEColorMatrix.cpp 122 void effectType(const PassRefPtr<CanvasPixelArray>& srcPixelArray, PassRefPtr<ImageData>& imageData, const Vector<float>& values)
177 effectType<FECOLORMATRIX_TYPE_MATRIX>(srcPixelArray, imageData, m_values);
180 effectType<FECOLORMATRIX_TYPE_SATURATE>(srcPixelArray, imageData, m_values);
183 effectType<FECOLORMATRIX_TYPE_HUEROTATE>(srcPixelArray, imageData, m_values);
186 effectType<FECOLORMATRIX_TYPE_LUMINANCETOALPHA>(srcPixelArray, imageData, m_values);
  /prebuilt/sdk/6/
android.jar 

Completed in 1394 milliseconds