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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
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 DEdgeView.java110 public void onRelease() { method in class:EdgeView
113 mEffect[i].onRelease();
H A DEdgeEffect.java41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
230 public void onRelease() { method in class:EdgeEffect
H A DPhotoView.java290 public void onRelease() {
291 mEdgeView.onRelease();
1257 mEdgeView.onRelease();
H A DSlotView.java210 mPaper.onRelease();
H A DPositionController.java196 void onRelease(); method in interface:PositionController.Listener
/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);
H A DKeyboardState.java126 mShiftKeyState.onRelease();
127 mSymbolKeyState.onRelease();
379 mSymbolKeyState.onRelease();
492 mShiftKeyState.onRelease();
524 mShiftKeyState.onRelease();
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java603 mEdgeGlowRight.onRelease();
608 mEdgeGlowLeft.onRelease();
641 mEdgeGlowLeft.onRelease();
642 mEdgeGlowRight.onRelease();
656 mEdgeGlowLeft.onRelease();
657 mEdgeGlowRight.onRelease();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
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);
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
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4031 mEdgeEffectBottom.onRelease();
4036 mEdgeEffectTop.onRelease();
4271 mEdgeEffectTop.onRelease();
4272 mEdgeEffectBottom.onRelease();

Completed in 717 milliseconds