HomeSort by relevance Sort by last modified time
    Searched refs:dispose (Results 201 - 225 of 1527) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 105 public void dispose() { method in class:ImageOverlay
107 mImage.dispose();
111 mPreScaledImage.dispose();
136 mImage.dispose();
150 mImage.dispose();
158 prev.dispose();
165 mPreScaledImage.dispose();
260 mPreScaledImage.dispose();
OutlineOverlay.java 67 public void dispose() { method in class:OutlineOverlay
69 mOutlineColor.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 84 public void dispose() { method in class:ResourceLabelProvider
85 mWarningImage.dispose();
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCollisionObject.i 71 public void dispose() {
75 gdxBridge.dispose();
80 super.dispose();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
CharacterTest.java 147 public void dispose () { method in class:CharacterTest
150 super.dispose();
151 characterController.dispose();
152 ghostObject.dispose();
153 ghostShape.dispose();
154 ghostPairCallback.dispose();
BaseBulletTest.java 141 public void dispose () { method in class:BaseBulletTest
142 world.dispose();
146 disposable.dispose();
149 modelBatch.dispose();
152 shadowBatch.dispose();
156 ((DirectionalShadowLight)light).dispose();
159 super.dispose();
SoftMeshTest.java 105 public void dispose () { method in class:SoftMeshTest
107 softBody.dispose();
111 super.dispose();
113 worldInfo.dispose();
115 model.dispose();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeMetricsTest.java 51 generator.dispose();
124 public void dispose () { method in class:FreeTypeMetricsTest
125 spriteBatch.dispose();
126 renderer.dispose();
127 font.dispose();
128 atlas.dispose();
FreeTypePackTest.java 133 public void dispose () { method in class:FreeTypePackTest
134 super.dispose();
136 r.getTexture().dispose(); // dispose the texture since we own it
137 batch.dispose();
153 // 5. Dispose the generator and repeat for other font styles/families
155 // 7. Dispose the PixmapPacker
157 // 9. Dispose of the Texture upon application exit or when you are done using the font atlas
184 // dispose of the generator once we're finished with this family
185 gen.dispose();
    [all...]
FreeTypeAtlasTest.java 136 public void dispose() { method in class:FreeTypeAtlasTest
137 super.dispose();
138 packer.dispose();
139 batch.dispose();
155 // 5. Dispose of the atlas upon application exit or when you are done using the fonts
182 // dispose of the generator once we're finished with this family
183 gen.dispose();
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 235 // Note that calling getSenders will dispose of the senders previously
239 sender.dispose();
247 receiver.dispose();
267 public void dispose() { method in class:PeerConnection
271 stream.dispose();
275 sender.dispose();
279 receiver.dispose();
  /external/icu/icu4c/source/i18n/
fmtable.cpp 223 dispose();
330 dispose();
335 void Formattable::dispose() function in class:Formattable
532 dispose();
543 dispose();
554 dispose();
565 dispose();
576 dispose();
587 dispose();
599 dispose();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 40 g.dispose();
51 g.dispose();
62 g.dispose();
77 g.dispose();
94 g.dispose();
111 g.dispose();
126 g.dispose();
137 g.dispose();
152 g.dispose();
166 g.dispose();
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ProjectiveTextureTest.java 127 projTexShader.dispose();
192 public void dispose () { method in class:ProjectiveTextureTest
193 texture.dispose();
194 plane.dispose();
195 projTexShader.dispose();
196 ui.dispose();
197 skin.dispose();
198 // renderer.dispose();
Box2DTest.java 144 // defined above. Note that we have to dispose PolygonShapes
151 groundPoly.dispose();
161 chainShape.dispose();
226 boxPoly.dispose();
399 public void dispose () { method in class:Box2DTest
400 world.dispose();
401 renderer.dispose();
402 debugRenderer.dispose();
403 font.dispose();
404 textureRegion.getTexture().dispose();
    [all...]
SpriteCacheTest.java 126 pixmap.dispose();
208 public void dispose () { method in class:SpriteCacheTest
209 texture.dispose();
210 texture2.dispose();
211 spriteCache.dispose();
AnimationTest.java 100 public void dispose () { method in class:AnimationTest
101 batch.dispose();
102 texture.dispose();
AnnotationTest.java 153 public void dispose () { method in class:AnnotationTest
154 batch.dispose();
155 font.dispose();
ContainerTest.java 92 public void dispose () { method in class:ContainerTest
93 stage.dispose();
94 skin.dispose();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
ContactListenerTest.java 62 shape.dispose();
77 shape.dispose();
91 shape.dispose();
109 shape.dispose();
128 shape.dispose();
155 shape.dispose();
174 shape.dispose();
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/net/
NetAPITest.java 66 public void dispose () { method in class:NetAPITest
67 batch.dispose();
68 stage.dispose();
69 skin.dispose();
70 font.dispose();
71 if (texture != null) texture.dispose();
100 if (texture != null) texture.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 76 public void dispose() { method in class:IconFactory
77 // Dispose icons
81 icon.dispose();
88 icon.dispose();
96 icon.dispose();
105 icon.dispose();
115 * Callers should not dispose it.
128 * Callers should not dispose it.
156 * Callers should not dispose it.
169 * Callers should not dispose it
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Window.java 279 public void dispose() { method in class:Lwjgl3Window
281 listener.dispose();
282 Lwjgl3Cursor.dispose(this);
283 graphics.dispose();
284 input.dispose();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
ParticleControllerInfluencer.java 81 //Dispose every allocated instance because the templates may be changed
83 pool.obtain().dispose();
115 public void dispose(){ method in class:ParticleControllerInfluencer.Random
117 super.dispose();
173 public void dispose () { method in class:ParticleControllerInfluencer
178 controller.dispose();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 89 public void dispose() { method in class:AndroidPreferencePage
90 super.dispose();
93 mDirectoryField.dispose();
224 public void dispose() { method in class:AndroidPreferencePage.SdkDirectoryFieldEditor
225 super.dispose();

Completed in 1150 milliseconds

1 2 3 4 5 6 7 891011>>