Searched refs:onRelease (Results 1 - 15 of 15) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java40 public void onRelease(int primaryCode, boolean withSliding); method in interface:KeyboardActionListener
84 public void onRelease(int primaryCode, boolean withSliding) {} method in class:KeyboardActionListener.Adapter
H A DMiniKeyboardView.java68 public void onRelease(int primaryCode, boolean withSliding) {
69 mListener.onRelease(primaryCode, withSliding);
H A DKeyboardSwitcher.java467 mShiftKeyState.onRelease();
506 shiftKeyState.onRelease();
596 shiftKeyState.onRelease();
619 mSymbolKeyState.onRelease();
703 // {@link LatinIME#onRelease}. So, on such devices, {@link #mSwitchState} starts
H A DLatinKeyboardView.java438 getKeyboardActionListener().onRelease(primaryCode, false);
H A DPointerTracker.java272 Log.d(TAG, "onRelease : " + keyCodePrintable(primaryCode) + " sliding="
277 mListener.onRelease(primaryCode, withSliding);
515 // onRelease() first to notify that the previous key has been released, then call
552 // The pointer has been slid out from the previous key, we must call onRelease() to
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java58 public void onRelease() { method in class:Paper
59 mAnimationLeft.onRelease();
60 mAnimationRight.onRelease();
147 public void onRelease() { method in class:EdgeAnimation
H A DEdgeView.java108 public void onRelease() { method in class:EdgeView
111 mEffect[i].onRelease();
H A DEdgeEffect.java41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
229 public void onRelease() { method in class:EdgeEffect
H A DPhotoView.java585 mEdgeView.onRelease();
H A DSlotView.java234 mPaper.onRelease();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DModifierKeyState.java45 public void onRelease() { method in class:ModifierKeyState
49 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DMoreSuggestionsView.java63 public void onRelease(int primaryCode, boolean withSliding) {
64 mListener.onRelease(primaryCode, withSliding);
H A DLatinIME.java2176 public void onRelease(int primaryCode, boolean withSliding) { method in class:LatinIME
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java715 /** @see android.inputmethodservice.KeyboardView.OnKeyboardActionListener#onRelease */
716 public void onRelease(int x) { } method in class:DefaultSoftKeyboard
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java3867 mEdgeEffectBottom.onRelease();
3872 mEdgeEffectTop.onRelease();
4083 mEdgeEffectTop.onRelease();
4084 mEdgeEffectBottom.onRelease();

Completed in 220 milliseconds