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

/frameworks/support/compat/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java50 public static boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompatIcs
52 eff.onRelease();
/frameworks/support/compat/java/android/support/v4/widget/
H A DEdgeEffectCompat.java52 public boolean onRelease(Object edgeEffect); method in interface:EdgeEffectCompat.EdgeEffectImpl
86 public boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompat.BaseEdgeEffectImpl
133 public boolean onRelease(Object edgeEffect) { method in class:EdgeEffectCompat.EdgeEffectIcsImpl
134 return EdgeEffectCompatIcs.onRelease(edgeEffect);
244 public boolean onRelease() { method in class:EdgeEffectCompat
245 return IMPL.onRelease(mEdgeEffect);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java247 * The media router will invoke the {@link RouteController#onRelease} method of the route
267 * The media router will invoke the {@link RouteController#onRelease} method of the route
337 * it will invoke the {@link #onRelease} method to allow the route controller
351 public void onRelease() { method in class:MediaRouteProvider.RouteController
H A DMediaRouteProviderService.java549 mControllers.valueAt(i).onRelease();
580 controller.onRelease();
H A DMediaRouter.java2455 controller.onRelease();
2519 mSelectedRouteController.onRelease();
2525 controller.onRelease();
H A DRegisteredMediaRouteProvider.java355 public void onRelease() { method in class:RegisteredMediaRouteProvider.Controller
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java646 mEdgeGlowRight.onRelease();
652 mEdgeGlowLeft.onRelease();
684 mEdgeGlowLeft.onRelease();
685 mEdgeGlowRight.onRelease();
699 mEdgeGlowLeft.onRelease();
700 mEdgeGlowRight.onRelease();
H A DEdgeEffect.java38 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
239 public void onRelease() { method in class:EdgeEffect
H A DScrollView.java708 mEdgeGlowBottom.onRelease();
714 mEdgeGlowTop.onRelease();
1651 mEdgeGlowTop.onRelease();
1652 mEdgeGlowBottom.onRelease();
H A DAbsListView.java3621 mEdgeGlowBottom.onRelease();
3628 mEdgeGlowTop.onRelease();
3668 mEdgeGlowBottom.onRelease();
3675 mEdgeGlowTop.onRelease();
4146 mEdgeGlowTop.onRelease();
4147 mEdgeGlowBottom.onRelease();
4196 mEdgeGlowTop.onRelease();
4197 mEdgeGlowBottom.onRelease();
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java715 public abstract void onRelease(); method in class:TvInputService.Session
1129 onRelease();
1591 * session is created until {@link #onRelease()} is called.
1725 public abstract void onRelease(); method in class:TvInputService.RecordingSession
1749 * Calls {@link #onRelease()}.
1753 onRelease();
1868 onRelease();
2029 sessionImpl.onRelease();
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java317 public void onRelease(int primaryCode) { method in class:PasswordEntryKeyboardHelper
H A DViewPager.java2035 mLeftEdge.onRelease();
2036 mRightEdge.onRelease();
2045 mLeftEdge.onRelease();
2046 mRightEdge.onRelease();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java816 mEdgeGlowBottom.onRelease();
823 mEdgeGlowTop.onRelease();
1730 mEdgeGlowTop.onRelease();
1731 mEdgeGlowBottom.onRelease();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java90 void onRelease(int primaryCode); method in interface:KeyboardView.OnKeyboardActionListener
821 mKeyboardActionListener.onRelease(NOT_A_KEY);
838 mKeyboardActionListener.onRelease(code);
1130 public void onRelease(int primaryCode) {
1131 mKeyboardActionListener.onRelease(primaryCode);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java2073 if (mLeftGlow != null) needsInvalidate = mLeftGlow.onRelease();
2074 if (mTopGlow != null) needsInvalidate |= mTopGlow.onRelease();
2075 if (mRightGlow != null) needsInvalidate |= mRightGlow.onRelease();
2076 if (mBottomGlow != null) needsInvalidate |= mBottomGlow.onRelease();
2085 needsInvalidate = mLeftGlow.onRelease();
2088 needsInvalidate |= mRightGlow.onRelease();
2091 needsInvalidate |= mTopGlow.onRelease();
2094 needsInvalidate |= mBottomGlow.onRelease();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java254 public void onRelease() { method in class:SampleMediaRouteProvider.SampleRouteController
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouteProvider.java254 public void onRelease() { method in class:SampleMediaRouteProvider.SampleRouteController
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2321 needsInvalidate = mLeftEdge.onRelease() | mRightEdge.onRelease();

Completed in 556 milliseconds