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.java112 public void onRelease() { method in class:EdgeView
115 mEffect[i].onRelease();
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 DPhotoView.java297 public void onRelease() {
298 mEdgeView.onRelease();
1277 mEdgeView.onRelease();
H A DSlotView.java211 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.java130 mShiftKeyState.onRelease();
131 mSymbolKeyState.onRelease();
418 mSymbolKeyState.onRelease();
551 mShiftKeyState.onRelease();
587 mShiftKeyState.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/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java529 mEdgeGlowBottom.onRelease();
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4036 mEdgeEffectBottom.onRelease();
4041 mEdgeEffectTop.onRelease();
4276 mEdgeEffectTop.onRelease();
4277 mEdgeEffectBottom.onRelease();

Completed in 182 milliseconds