HomeSort by relevance Sort by last modified time
    Searched defs:onRelease (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/support/v4/ics/android/support/v4/widget/
EdgeEffectCompatIcs.java 50 public static boolean onRelease(Object edgeEffect) {
52 eff.onRelease();
  /external/skia/gpu/src/
GrGLIndexBuffer.cpp 33 void GrGLIndexBuffer::onRelease() {
GrGLTexture.cpp 42 void GrGLRenderTarget::onRelease() {
140 void GrGLTexture::onRelease() {
141 INHERITED::onRelease();
GrGLVertexBuffer.cpp 32 void GrGLVertexBuffer::onRelease() {
  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 72 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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 40 public void onRelease(int primaryCode, boolean withSliding);
84 public void onRelease(int primaryCode, boolean withSliding) {}
KeyboardSwitcher.java 467 mShiftKeyState.onRelease();
506 shiftKeyState.onRelease();
596 shiftKeyState.onRelease();
619 mSymbolKeyState.onRelease();
703 // {@link LatinIME#onRelease}. So, on such devices, {@link #mSwitchState} starts
    [all...]
PointerTracker.java 272 Log.d(TAG, "onRelease : " + keyCodePrintable(primaryCode) + " sliding="
277 mListener.onRelease(primaryCode, withSliding);
515 // onRelease() first to notify that the previous key has been released, then call
552 // The pointer has been slid out from the previous key, we must call onRelease() to
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 58 public void onRelease() {
59 mAnimationLeft.onRelease();
60 mAnimationRight.onRelease();
147 public void onRelease() {
EdgeView.java 108 public void onRelease() {
111 mEffect[i].onRelease();
EdgeEffect.java 41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
229 public void onRelease() {
PhotoView.java 585 mEdgeView.onRelease();
SlotView.java 234 mPaper.onRelease();
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 50 public boolean onRelease(Object edgeEffect);
77 public boolean onRelease(Object edgeEffect) {
111 public boolean onRelease(Object edgeEffect) {
112 return EdgeEffectCompatIcs.onRelease(edgeEffect);
188 public boolean onRelease() {
189 return IMPL.onRelease(mEdgeEffect);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ModifierKeyState.java 45 public void onRelease() {
49 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
  /external/skia/gpu/include/
GrTexture.h 289 virtual void onRelease() {
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 35 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
224 public void onRelease() {
HorizontalScrollView.java 584 mEdgeGlowRight.onRelease();
589 mEdgeGlowLeft.onRelease();
621 mEdgeGlowLeft.onRelease();
622 mEdgeGlowRight.onRelease();
636 mEdgeGlowLeft.onRelease();
637 mEdgeGlowRight.onRelease();
    [all...]
ScrollView.java 598 mEdgeGlowBottom.onRelease();
603 mEdgeGlowTop.onRelease();
    [all...]
AbsListView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 291 public void onRelease(int primaryCode) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 692 public void onRelease(int primaryCode) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 715 /** @see android.inputmethodservice.KeyboardView.OnKeyboardActionListener#onRelease */
716 public void onRelease(int x) { }
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 89 void onRelease(int primaryCode);
808 mKeyboardActionListener.onRelease(NOT_A_KEY);
825 mKeyboardActionListener.onRelease(code);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 1127 milliseconds

1 2