Searched refs:onRelease (Results 1 – 12 of 12) sorted by relevance
72 mEdgeGlowRight.onRelease(); in pullGlow()77 mEdgeGlowLeft.onRelease(); in pullGlow()88 mEdgeGlowBottom.onRelease(); in pullGlow()93 mEdgeGlowTop.onRelease(); in pullGlow()127 mEdgeGlowBottom.onRelease(); in absorbGlow()132 mEdgeGlowTop.onRelease(); in absorbGlow()141 mEdgeGlowRight.onRelease(); in absorbGlow()146 mEdgeGlowLeft.onRelease(); in absorbGlow()217 mEdgeGlowTop.onRelease(); in releaseAll()218 mEdgeGlowBottom.onRelease(); in releaseAll()[all …]
49 public boolean onRelease(Object edgeEffect); in onRelease() method76 public boolean onRelease(Object edgeEffect) { in onRelease() method in EdgeEffectCompat.BaseEdgeEffectImpl110 public boolean onRelease(Object edgeEffect) { in onRelease() method in EdgeEffectCompat.EdgeEffectIcsImpl111 return EdgeEffectCompatIcs.onRelease(edgeEffect); in onRelease()187 public boolean onRelease() { in onRelease() method in EdgeEffectCompat188 return IMPL.onRelease(mEdgeEffect); in onRelease()
50 public static boolean onRelease(Object edgeEffect) { in onRelease() method in EdgeEffectCompatIcs52 eff.onRelease(); in onRelease()
584 mEdgeGlowRight.onRelease(); in onTouchEvent()589 mEdgeGlowLeft.onRelease(); in onTouchEvent()621 mEdgeGlowLeft.onRelease(); in onTouchEvent()622 mEdgeGlowRight.onRelease(); in onTouchEvent()636 mEdgeGlowLeft.onRelease(); in onTouchEvent()637 mEdgeGlowRight.onRelease(); in onTouchEvent()
598 mEdgeGlowBottom.onRelease(); in onTouchEvent()603 mEdgeGlowTop.onRelease(); in onTouchEvent()1479 mEdgeGlowTop.onRelease(); in endDrag()1480 mEdgeGlowBottom.onRelease(); in endDrag()
224 public void onRelease() { in onRelease() method in EdgeEffect
2884 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()2889 mEdgeGlowTop.onRelease(); in scrollIfNeeded()2927 mEdgeGlowBottom.onRelease(); in scrollIfNeeded()2932 mEdgeGlowTop.onRelease(); in scrollIfNeeded()3257 mEdgeGlowTop.onRelease(); in onTouchEvent()3258 mEdgeGlowBottom.onRelease(); in onTouchEvent()3318 mEdgeGlowTop.onRelease(); in onTouchEvent()3319 mEdgeGlowBottom.onRelease(); in onTouchEvent()
88 void onRelease(int primaryCode); in onRelease() method807 mKeyboardActionListener.onRelease(NOT_A_KEY); in detectAndSendKey()824 mKeyboardActionListener.onRelease(code); in detectAndSendKey()1102 public void onRelease(int primaryCode) { in onLongPress()1103 mKeyboardActionListener.onRelease(primaryCode); in onLongPress()
1225 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();1233 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();
291 public void onRelease(int primaryCode) { in onRelease() method in PasswordEntryKeyboardHelper
10003 method public abstract void onRelease(int);25941 method public void onRelease();