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

1 2 3

  /external/skia/src/gpu/
GrStencilBuffer.cpp 28 void GrStencilBuffer::onRelease() {
44 this->onRelease();
GrResource.cpp 22 this->onRelease();
GrStencilBuffer.h 82 // subclass override must call INHERITED::onRelease
83 virtual void onRelease();
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 25 void GrGLStencilBuffer::onRelease() {
32 INHERITED::onRelease();
GrGLIndexBuffer.h 42 virtual void onRelease();
GrGLVertexBuffer.h 39 virtual void onRelease();
GrGLStencilBuffer.h 47 virtual void onRelease();
GrGLTexture.cpp 71 void GrGLTexture::onRelease() {
72 INHERITED::onRelease();
GrGLRenderTarget.h 85 virtual void onRelease();
GrGLTexture.h 113 virtual void onRelease();
GrGLIndexBuffer.cpp 28 void GrGLIndexBuffer::onRelease() {
GrGLRenderTarget.cpp 66 void GrGLRenderTarget::onRelease() {
GrGLVertexBuffer.cpp 27 void GrGLVertexBuffer::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);
  /frameworks/support/v4/ics/android/support/v4/widget/
EdgeEffectCompatIcs.java 50 public static boolean onRelease(Object edgeEffect) {
52 eff.onRelease();
  /external/skia/include/gpu/
GrResource.h 70 virtual void onRelease() = 0;
GrTexture.h 139 virtual void 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/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 53 public void onRelease() {
54 mAnimationLeft.onRelease();
55 mAnimationRight.onRelease();
139 public void onRelease() {
EdgeView.java 109 public void onRelease() {
112 mEffect[i].onRelease();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ModifierKeyState.java 43 public void onRelease() {
47 Log.d(TAG, mName + ".onRelease: " + toString(oldState) + " > " + this);
KeyboardState.java 128 mShiftKeyState.onRelease();
129 mSymbolKeyState.onRelease();
371 mSymbolKeyState.onRelease();
505 mShiftKeyState.onRelease();
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 597 mEdgeGlowRight.onRelease();
602 mEdgeGlowLeft.onRelease();
634 mEdgeGlowLeft.onRelease();
635 mEdgeGlowRight.onRelease();
649 mEdgeGlowLeft.onRelease();
650 mEdgeGlowRight.onRelease();
    [all...]
ScrollView.java 625 mEdgeGlowBottom.onRelease();
630 mEdgeGlowTop.onRelease();
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 603 mEdgeGlowRight.onRelease();
608 mEdgeGlowLeft.onRelease();
641 mEdgeGlowLeft.onRelease();
642 mEdgeGlowRight.onRelease();
656 mEdgeGlowLeft.onRelease();
657 mEdgeGlowRight.onRelease();
    [all...]

Completed in 226 milliseconds

1 2 3