Searched refs:shiftDown (Results 1 – 2 of 2) sorted by relevance
97 final KeyEvent shiftDown = new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_SHIFT_LEFT); in sendShiftKey() local98 mInstrumentation.sendKeySync(shiftDown); in sendShiftKey()
144 const size_t shiftDown = mRingFull - mState - halfNumCoefs*CHANNELS; in readAdvance() local145 memcpy(mState, mState+shiftDown, halfNumCoefs*CHANNELS*2*sizeof(TI)); in readAdvance()146 impulse -= shiftDown; in readAdvance()