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

1 2 3 4 5 6

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
OverScrollGlow.java 62 mEdgeGlowRight.onRelease();
67 mEdgeGlowLeft.onRelease();
78 mEdgeGlowBottom.onRelease();
83 mEdgeGlowTop.onRelease();
108 mEdgeGlowBottom.onRelease();
113 mEdgeGlowTop.onRelease();
122 mEdgeGlowRight.onRelease();
127 mEdgeGlowLeft.onRelease();
209 mEdgeGlowTop.onRelease();
210 mEdgeGlowBottom.onRelease();
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 24 void GrGLStencilBuffer::onRelease() {
32 INHERITED::onRelease();
GrGLIndexBuffer.cpp 17 void GrGLIndexBuffer::onRelease() {
22 INHERITED::onRelease();
GrGLVertexBuffer.cpp 17 void GrGLVertexBuffer::onRelease() {
22 INHERITED::onRelease();
GrGLPath.h 38 virtual void onRelease() SK_OVERRIDE;
GrGLPathRange.h 51 virtual void onRelease() SK_OVERRIDE;
GrGLIndexBuffer.h 36 virtual void onRelease() SK_OVERRIDE;
GrGLVertexBuffer.h 36 virtual void onRelease() SK_OVERRIDE;
GrGLPathRange.cpp 54 void GrGLPathRange::onRelease() {
63 INHERITED::onRelease();
GrGLTexture.cpp 52 void GrGLTexture::onRelease() {
54 INHERITED::onRelease();
GrGLStencilBuffer.h 50 virtual void onRelease() SK_OVERRIDE;
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.cpp 24 void GrGLStencilBuffer::onRelease() {
32 INHERITED::onRelease();
GrGLPath.h 33 virtual void onRelease() SK_OVERRIDE;
GrGLIndexBuffer.cpp 16 void GrGLIndexBuffer::onRelease() {
21 INHERITED::onRelease();
GrGLVertexBuffer.cpp 16 void GrGLVertexBuffer::onRelease() {
21 INHERITED::onRelease();
GrGLIndexBuffer.h 36 virtual void onRelease() SK_OVERRIDE;
GrGLVertexBuffer.h 36 virtual void onRelease() SK_OVERRIDE;
GrGLTexture.cpp 51 void GrGLTexture::onRelease() {
54 INHERITED::onRelease();
GrGLStencilBuffer.h 49 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();
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTvInputService.java 39 public void onRelease() {
  /external/skia/src/gpu/
GrGpuObject.cpp 32 this->onRelease();
  /external/skia/include/gpu/
GrGpuObject.h 81 * Otherwise, our onRelease() should free the object.
88 // Derived classes should always call their parent class' onRelease
90 virtual void 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() {

Completed in 396 milliseconds

1 2 3 4 5 6