Searched defs:object (Results 1 - 9 of 9) sorted by relevance

/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java53 // Paint object for drawing the FPS display
56 // GLView object to manage drawing
106 // Hand the key to the GLView object first
176 // Load the object
217 // Scale object to fit in [-1, 1]
220 // Center the object at the origin
232 // Draw the object
233 Object3D object = OBJViewer.getObject();
234 object.draw(gl);
241 glView.setNumTriangles(object
266 private static Object3D object = null; field in class:OBJViewer
[all...]
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DImageCache.java72 * Creating a new ImageCache object using the specified parameters.
81 * Creating a new ImageCache object using the default parameters.
96 * @return An existing retained ImageCache object or a new one if one did not exist
315 * Clears both the memory and disk cache associated with this ImageCache object. Note that
344 * Flushes the disk cache associated with this ImageCache object. Note that this includes
363 * Closes the disk cache associated with this ImageCache object. Note that this includes
560 * changes. It will be used to retain the ImageCache object.
579 * Store a single object in this Fragment.
581 * @param object The object t
583 setObject(Object object) argument
[all...]
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Ddemo.c69 // Definition of one GL object in this demo.
105 static void freeGLObject(GLOBJECT *object) argument
107 if (object == NULL)
109 free(object->normalArray);
110 free(object->colorArray);
111 free(object->vertexArray);
112 free(object);
146 static void drawGLObject(GLOBJECT *object) argument
148 assert(object != NULL);
150 glVertexPointer(object
[all...]
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jar ... isViewFromObject (android.view.View, java.lang.Object) android.view.View view Object object public android ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jar ... isViewFromObject (android.view.View, java.lang.Object) android.view.View view Object object public android ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jar ... app.FragmentActivity$NonConfigurationInstances extends java.lang.Object { Object activity Object custom java.util.HashMap children ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jar ... Object[] values protected void onCancelled (java.lang.Object) Object result protected void onCancelled () public final boolean isCancelled () public final ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jar ... accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl extends java.lang.Object implements android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jar ... accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl extends java.lang.Object implements android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat

Completed in 76 milliseconds