Searched refs:onRelease (Results 1 - 13 of 13) 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/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
299 * it will invoke the {@link #onRelease} method to allow the route controller
313 public void onRelease() { method in class:MediaRouteProvider.RouteController
H A DMediaRouteProviderService.java507 mControllers.valueAt(i).onRelease();
536 controller.onRelease();
H A DRegisteredMediaRouteProvider.java333 public void onRelease() { method in class:RegisteredMediaRouteProvider.Controller
H A DMediaRouter.java1865 mSelectedRouteController.onRelease();
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java616 mEdgeGlowRight.onRelease();
621 mEdgeGlowLeft.onRelease();
653 mEdgeGlowLeft.onRelease();
654 mEdgeGlowRight.onRelease();
668 mEdgeGlowLeft.onRelease();
669 mEdgeGlowRight.onRelease();
H A DEdgeEffect.java36 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
254 public void onRelease() { method in class:EdgeEffect
H A DScrollView.java652 mEdgeGlowBottom.onRelease();
657 mEdgeGlowTop.onRelease();
1558 mEdgeGlowTop.onRelease();
1559 mEdgeGlowBottom.onRelease();
H A DAbsListView.java3275 mEdgeGlowBottom.onRelease();
3281 mEdgeGlowTop.onRelease();
3319 mEdgeGlowBottom.onRelease();
3325 mEdgeGlowTop.onRelease();
3735 mEdgeGlowTop.onRelease();
3736 mEdgeGlowBottom.onRelease();
3785 mEdgeGlowTop.onRelease();
3786 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.java2019 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();
2027 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();

Completed in 2304 milliseconds