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

1 2 3 4

  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 24 void GrGLStencilBuffer::onRelease() {
32 INHERITED::onRelease();
GrGLPath.h 34 virtual void onRelease() SK_OVERRIDE;
GrGLIndexBuffer.h 42 virtual void onRelease() SK_OVERRIDE;
GrGLVertexBuffer.h 39 virtual void onRelease() SK_OVERRIDE;
GrGLTexture.cpp 56 void GrGLTexture::onRelease() {
63 INHERITED::onRelease();
GrGLStencilBuffer.h 49 virtual void onRelease() SK_OVERRIDE;
GrGLIndexBuffer.cpp 28 void GrGLIndexBuffer::onRelease() {
36 INHERITED::onRelease();
GrGLPath.cpp 96 void GrGLPath::onRelease() {
102 INHERITED::onRelease();
GrGLRenderTarget.cpp 81 void GrGLRenderTarget::onRelease() {
99 INHERITED::onRelease();
GrGLVertexBuffer.cpp 27 void GrGLVertexBuffer::onRelease() {
35 INHERITED::onRelease();
GrGLRenderTarget.h 84 virtual void onRelease() SK_OVERRIDE;
GrGLTexture.h 97 virtual void onRelease() SK_OVERRIDE;
  /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();
  /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...]
  /external/skia/include/gpu/
GrResource.h 79 * Otherwise, our onRelease() should free the resource.
86 // Derived classes should always call their parent class' onRelease
88 virtual void onRelease() {};
GrRenderTarget.h 165 virtual void onRelease() SK_OVERRIDE;
GrTexture.h 153 virtual void onRelease() SK_OVERRIDE;
  /external/skia/src/gpu/
GrResource.cpp 35 this->onRelease();
GrRenderTarget.cpp 122 void GrRenderTarget::onRelease() {
125 INHERITED::onRelease();
GrTexture.cpp 84 void GrTexture::onRelease() {
88 INHERITED::onRelease();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 54 public void onRelease() {
55 mAnimationLeft.onRelease();
56 mAnimationRight.onRelease();
140 public void onRelease() {
EdgeView.java 112 public void onRelease() {
115 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 127 mShiftKeyState.onRelease();
128 mSymbolKeyState.onRelease();
381 mSymbolKeyState.onRelease();
523 mShiftKeyState.onRelease();
558 mShiftKeyState.onRelease();

Completed in 352 milliseconds

1 2 3 4