Home
last modified time | relevance | path

Searched refs:rotateEffectAt (Results 1 – 4 of 4) sorted by relevance

/external/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h54 void rotateEffectAt(unsigned int from, unsigned int to) { in rotateEffectAt() function
Dnative-lib.cpp116 arg.rotateEffectAt(from, to); in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative()
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DNativeInterface.kt75 fun rotateEffectAt(from: Int, to: Int) { in rotateEffectAt() method
DEffectsAdapter.kt205 NativeInterface.rotateEffectAt(fromPos, toPos) in <lambda>()