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

/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
H A DImageCache.java37 * Creating a new ImageCache object using the specified parameters.
51 * @return An existing retained ImageCache object or a new one if one did not exist
190 * changes. It will be used to retain the ImageCache object.
209 * Store a single object in this Fragment.
211 * @param object The object to store
213 public void setObject(Object object) { argument
214 mObject = object;
218 * Get the stored object.
220 * @return The stored object
[all...]
/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.java82 * Create a new ImageCache object using the specified parameters. This should not be
95 * ImageCache object across configuration changes such as a change in device orientation.
99 * @return An existing retained ImageCache object or a new one if one did not exist
371 * Clears both the memory and disk cache associated with this ImageCache object. Note that
400 * Flushes the disk cache associated with this ImageCache object. Note that this includes
419 * Closes the disk cache associated with this ImageCache object. Note that this includes
634 * changes. It will be used to retain the ImageCache object.
653 * Store a single object in this Fragment.
655 * @param object The object t
657 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/InteractiveChart/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/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 ... android.view.ViewGroup, int, java.lang.Object) android.view.ViewGroup container int position Object object
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jar ... android.view.ViewGroup, int, java.lang.Object) android.view.ViewGroup container int position Object object
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jar ... widget.SearchViewCompat$OnCloseListenerCompat extends java.lang.Object { final Object mListener public void " href="/4.4_r1/s ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jar ... accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl extends java.lang.Object implements android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jar ... Object) Object key private int safeSizeOf (java.lang.Object, java.lang.Object) Object key Object value int ...

Completed in 692 milliseconds