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

/frameworks/support/v4/java/android/support/v4/widget/
H A DEdgeEffectCompat.java50 public boolean onRelease(Object edgeEffect); method in interface:EdgeEffectCompat.EdgeEffectImpl
77 public boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompat.BaseEdgeEffectImpl
111 public boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompat.EdgeEffectIcsImpl
112 return EdgeEffectCompatIcs.onRelease(edgeEffect);
188 public boolean onRelease() { method in class:EdgeEffectCompat
189 return IMPL.onRelease(mEdgeEffect);
/frameworks/support/v4/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java50 public static boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompatIcs
52 eff.onRelease();
/frameworks/base/core/java/android/webkit/
H A DOverScrollGlow.java72 mEdgeGlowRight.onRelease();
77 mEdgeGlowLeft.onRelease();
88 mEdgeGlowBottom.onRelease();
93 mEdgeGlowTop.onRelease();
127 mEdgeGlowBottom.onRelease();
132 mEdgeGlowTop.onRelease();
141 mEdgeGlowRight.onRelease();
146 mEdgeGlowLeft.onRelease();
217 mEdgeGlowTop.onRelease();
218 mEdgeGlowBottom.onRelease();
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java240 * The media router will invoke the {@link RouteController#onRelease} method of the route
296 * it will invoke the {@link #onRelease} method to allow the route controller
310 public void onRelease() { method in class:MediaRouteProvider.RouteController
H A DMediaRouteProviderService.java681 mControllers.valueAt(i).onRelease();
710 controller.onRelease();
H A DRegisteredMediaRouteProvider.java331 public void onRelease() { method in class:RegisteredMediaRouteProvider.Controller
H A DMediaRouter.java1735 mSelectedRouteController.onRelease();
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java610 mEdgeGlowRight.onRelease();
615 mEdgeGlowLeft.onRelease();
647 mEdgeGlowLeft.onRelease();
648 mEdgeGlowRight.onRelease();
662 mEdgeGlowLeft.onRelease();
663 mEdgeGlowRight.onRelease();
H A DScrollView.java646 mEdgeGlowBottom.onRelease();
651 mEdgeGlowTop.onRelease();
1531 mEdgeGlowTop.onRelease();
1532 mEdgeGlowBottom.onRelease();
H A DEdgeEffect.java36 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
252 public void onRelease() { method in class:EdgeEffect
H A DAbsListView.java3158 mEdgeGlowBottom.onRelease();
3164 mEdgeGlowTop.onRelease();
3202 mEdgeGlowBottom.onRelease();
3208 mEdgeGlowTop.onRelease();
3552 mEdgeGlowTop.onRelease();
3553 mEdgeGlowBottom.onRelease();
3613 mEdgeGlowTop.onRelease();
3614 mEdgeGlowBottom.onRelease();
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java319 public void onRelease(int primaryCode) { method in class:PasswordEntryKeyboardHelper
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java89 void onRelease(int primaryCode); method in interface:KeyboardView.OnKeyboardActionListener
808 mKeyboardActionListener.onRelease(NOT_A_KEY);
825 mKeyboardActionListener.onRelease(code);
1116 public void onRelease(int primaryCode) {
1117 mKeyboardActionListener.onRelease(primaryCode);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2012 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();
2020 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();

Completed in 750 milliseconds