Searched defs:onRelease (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DModifierKeyState.java43 public void onRelease() { method in class:ModifierKeyState
47 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java112 public void onRelease() { method in class:EdgeView
115 mEffect[i].onRelease();
H A DPaper.java54 public void onRelease() { method in class:Paper
55 mAnimationLeft.onRelease();
56 mAnimationRight.onRelease();
140 public void onRelease() { method in class:EdgeAnimation
H A DEdgeEffect.java43 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
232 public void onRelease() { method in class:EdgeEffect
H A DPositionController.java196 void onRelease(); method in interface:PositionController.Listener
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java339 public void onRelease(int primaryCode) { }
811 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onRelease */
812 public void onRelease(int x) { } method in class:DefaultSoftKeyboard
H A DKeyboardView.java81 void onRelease(int primaryCode); method in interface:KeyboardView.OnKeyboardActionListener
853 mKeyboardActionListener.onRelease(NOT_A_KEY);
868 mKeyboardActionListener.onRelease(code);
1093 public void onRelease(int primaryCode) {
1094 mKeyboardActionListener.onRelease(primaryCode);

Completed in 317 milliseconds