HomeSort by relevance Sort by last modified time
    Searched refs:onRelease (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/skia/src/gpu/
GrRenderTarget.cpp 101 void GrRenderTarget::onRelease() {
104 INHERITED::onRelease();
GrTexture.cpp 76 void GrTexture::onRelease() {
78 INHERITED::onRelease();
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 99 void GrGLPath::onRelease() {
105 INHERITED::onRelease();
GrGLRenderTarget.cpp 81 void GrGLRenderTarget::onRelease() {
98 INHERITED::onRelease();
GrGLVertexArray.cpp 81 void GrGLVertexArray::onRelease() {
87 INHERITED::onRelease();
GrGLRenderTarget.h 86 virtual void onRelease() SK_OVERRIDE;
GrGLTexture.h 97 virtual void onRelease() SK_OVERRIDE;
GrGLVertexArray.h 163 virtual void onRelease() SK_OVERRIDE;
  /external/skia/src/gpu/gl/
GrGLPath.cpp 99 void GrGLPath::onRelease() {
105 INHERITED::onRelease();
GrGLRenderTarget.cpp 81 void GrGLRenderTarget::onRelease() {
98 INHERITED::onRelease();
GrGLVertexArray.cpp 81 void GrGLVertexArray::onRelease() {
87 INHERITED::onRelease();
GrGLRenderTarget.h 86 virtual void onRelease() SK_OVERRIDE;
GrGLTexture.h 97 virtual void onRelease() SK_OVERRIDE;
GrGLVertexArray.h 163 virtual void onRelease() SK_OVERRIDE;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 112 public void onRelease() {
115 mEffect[i].onRelease();
  /external/chromium_org/third_party/skia/include/gpu/
GrRenderTarget.h 153 virtual void onRelease() SK_OVERRIDE;
GrTexture.h 157 virtual void onRelease() SK_OVERRIDE;
  /external/skia/include/gpu/
GrRenderTarget.h 153 virtual void onRelease() SK_OVERRIDE;
GrTexture.h 157 virtual void onRelease() SK_OVERRIDE;
  /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();
401 mSymbolKeyState.onRelease();
532 mShiftKeyState.onRelease();
567 mShiftKeyState.onRelease();
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 76 void GrTexture::onRelease() {
78 INHERITED::onRelease();
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProvider.java 240 * The media router will invoke the {@link RouteController#onRelease} method of the route
296 * it will invoke the {@link #onRelease} method to allow the route controller
310 public void onRelease() {
  /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...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 616 mEdgeGlowRight.onRelease();
621 mEdgeGlowLeft.onRelease();
653 mEdgeGlowLeft.onRelease();
654 mEdgeGlowRight.onRelease();
668 mEdgeGlowLeft.onRelease();
669 mEdgeGlowRight.onRelease();
    [all...]

Completed in 1203 milliseconds

12 3 4 5