HomeSort by relevance Sort by last modified time
    Searched full:will (Results 576 - 600 of 18421) sorted by null

<<21222324252627282930>>

  /frameworks/base/data/etc/
Android.mk 28 # This will install the file in /system/etc/permissions
45 # This will install the file in /system/etc/permissions
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 7 <p>When an Activity receives focus, it will be requested to draw its layout.
8 The Android framework will handle the procedure for drawing, but the Activity must provide
17 this means that parents will be drawn before (i.e., behind) their children, with
23 <p>The framework will not draw Views that are not in the invalid region, and also
24 will take care of drawing the Views background for you.</p>
52 as to how much space they each get, the parent will intervene and set the rules on the second pass).
91 descendants will fit within this size.</li>
93 child. The child must guarantee that it and all of its descendants will fit
  /frameworks/base/docs/html/guide/tutorials/views/
hello-datepicker.jd 32 will display the date and a {@link android.widget.Button} that will initiate the DatePicker dialog.
33 With this layout, the TextView will sit above the Button.
34 The text value in the TextView is set empty, as it will be filled
79 Then we create an on-click listener for the Button, so that when it is clicked it will
80 show our DatePicker dialog. The <code>showDialog()</code> method will pop-up the date picker dialog
84 <code>updateDisplay()</code>&mdash;our own method (defined later) that will fill the TextView.</p>
119 <li>Finally, add a listener that will be called when the user sets a new date:
  /frameworks/base/graphics/java/android/graphics/
LayerRasterizer.java 25 The layer will extract those fields that affect the mask from
26 the specified paint, but will not retain a reference to the paint
PaintFlagsDrawFilter.java 26 * @param clearBits These bits will be cleared in the paint's flags
27 * @param setBits These bits will be set in the paint's flags
RegionIterator.java 24 * to region will not affect the iterator.
26 * @param region the region that will be iterated
  /frameworks/base/opengl/tools/glgen/src/
GLESCodeEmitter.java 22 * <p> The Java interface will have Buffer and array variants for functions that
23 * have a typed pointer argument. The array variant will convert a single "<type> *data"
  /ndk/samples/two-libs/jni/
Android.mk 23 # first lib, which will be built statically
32 # second lib, which will depend on and include the first one
  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 26 * or {@link #mark(int)}/{@link #reset()} on the stream will result on some
32 * stream will also closed.
40 * The output stream that will receive a copy of all bytes read from the
54 * output stream will not be closed when this stream gets closed.
57 * @param branch output stream that will receive a copy of all bytes read
66 * output stream will be closed when this stream gets closed if the
70 * @param branch output stream that will receive a copy of all bytes read
83 * output stream. An exception thrown from one stream will not prevent
  /packages/apps/Gallery3D/src/com/cooliris/media/
DataSource.java 29 // Called when the data source will no longer be used.
40 // Alternatively, when one or more of the database's data changes, this method will be called.
  /packages/apps/IM/src/com/android/im/engine/
ChatSessionListener.java 22 * creation. The typical implementation will register MessageListener with the
23 * created session so that it will be notified when new message arrived to the
HeartbeatService.java 36 * will be executed the first time.
43 * @param callback The operation will be stopped.
  /packages/apps/Mms/src/org/w3c/dom/events/
EventException.java 7 * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
31 * as <code>null</code> or an empty string will also trigger this
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILElement.java 7 * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
25 * profile that include HTML and SMIL modules will effectively implement both
  /system/bluetooth/bluedroid/include/bluedroid/
bluetooth.h 27 * Will block until the HCI interface and bluetooth daemons are ready to
36 * powering down the chip. Will block until power down is complete, and it
  /external/guava/src/com/google/common/collect/
Multimap.java 36 * of those collections, and updating the collections will change the multimap.
43 * duplicates, the multimap will contain two mappings, and {@code get} will
45 * supporting duplicates, the multimap will contain a single mapping from the
46 * key to the value, and {@code get} will return a collection that includes the
51 * supported, those methods will throw an {@link UnsupportedOperationException}.
148 * <i>may</i> be modifiable, but updating it will have no effect on the
159 * <i>may</i> be modifiable, but updating it will have no effect on the
176 * <p>Changes to the returned collection will update the underlying multimap,
186 * Changes to the returned set will update the underlying multimap, and vic
    [all...]
  /external/opencore/nodes/common/include/
pvmf_track_level_info_extension.h 58 * @param aTracks, a reference to a vector of PVMFTrackInfo which will be filled in with track info
72 * @param aTimestamp, a reference to PVMFTimestamp which will be filled with timestamp value for the specified sample
88 * @param aSampleNum, a reference to an integer which will be filled with the sample number (0-based index) value closest but before
90 * the duration of the specified track, then the number for the last sample in the track will be returned.
103 * @param aNumSyncSamples, a reference to an integer which will be filled with the number of synchronization samples
117 * @param aList, a reference to a vector of PVMFSampleNumTS which will be filled with information about synchronization samples
120 * is not specified, aList will be filled from the first synchronization sample in the track
122 * function will put info on all synchronization samples for the specified track in aList.
139 * @param aList, a reference to a vector of PVMFSampleNumTS which will be filled with information about synchronization
143 * @param aHowManySamples, the offset from base index in the synchronization sample list,if value is X then it will allo
    [all...]
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 44 * <p>If a registered callback's process goes away, this class will take
82 * Add a new callback to the list. This callback will remain in the list
86 * object is already in the list), then it will be left as-is.
88 * will remove a callback after any number calls to register it.
91 * not be null -- passing null here will cause a NullPointerException.
92 * Most services will want to check for null before calling this with
129 * Registrations are not counted; a single unregister call will remove
133 * null here will cause a NullPointerException, so you will generally want
154 * and the list is disabled so that future calls to {@link #register} will
    [all...]
  /frameworks/base/docs/html/guide/topics/wireless/
bluetooth.jd 74 package. Here's a summary of the classes you will need to create Bluetooth
105 {@link android.bluetooth.BluetoothServerSocket} will return a connected {@link
136 will modify Bluetooth settings upon user request. <strong>Note:</strong> If you
196 This will issue a request to enable Bluetooth through the system settings (without
205 <p>A dialog will appear requesting user permission to enable Bluetooth, as shown
206 in Figure 1. If the user responds "Yes," the system will begin to enable Bluetooth
207 and focus will return to your application once the process completes (or fails).</p>
208 <p>If enabling Bluetooth succeeds, your Activity will receive the {@link
212 due to an error (or the user responded "No") then the result code will be {@link
219 the system will broadcast whenever the Bluetooth state has changed. This broadcast contain
    [all...]
  /bionic/libc/include/sys/
system_properties.h 43 ** copied will be no greater than PROP_VALUE_MAX. Returns
55 ** lookups. These returned pointers will remain valid for
63 ** terminator) will be no greater that PROP_VALUE_MAX.
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
66 ** copied into the provided name pointer. The name will
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
Templates.java 45 * The object returned will
57 * getOutputProperties().getProperty(String key) will obtain any
60 * getOutputProperties().get(String key) will only retrieve properties
65 * Value Templates</a> attribute values will
67 * namespace prefixes inside Attribute Value Templates will be unexpanded,
  /dalvik/vm/alloc/
GC.h 30 **** NOTE: The functions after this point will (should) only be called
92 * all live Thread objects will eventually be scanned.
96 * will mark all VM-reachable Thread objects. Someone else
97 * must scan the root class loader, which will mark java/lang/ThreadGroup.
99 * the root ThreadGroups, and these will be marked as a side-effect
  /external/bison/djgpp/
config.site 13 # This program is distributed in the hope that it will be useful,
27 # programs along the PATH will not work.
41 # These are set here so the generated Makefile's will be good
45 # will try to prepend ./ and ../ to it when it goes into subdirs.
71 # These are set here so the generated libtool will be good
  /external/bluetooth/glib/gio/
gfileenumerator.c 10 * This library is distributed in the hope that it will be useful,
42 * g_file_enumerate_children() will return a #GFileEnumerator for each
48 * version will return a list of #GFileInfo<!---->s, whereas the
49 * synchronous will only return the next file in the enumerator.
181 * Will block until the information is available. The #GFileInfo
182 * returned from this function will contain attributes that match the
186 * enumerator is at the end, %NULL will be returned and @error will
248 * This will be automatically called when the last reference
314 * When all i/o for the operation is finished the @callback will be called wit
    [all...]
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 31 MessageBox (NULL, "spawn-test-win32-gui: Will write to stdout",
37 MessageBox (NULL, "spawn-test-win32-gui: Will write to stderr",
56 MessageBox (NULL, "spawn-test-win32-gui: Will write to parent",
68 MessageBox (NULL, "spawn-test-win32-gui: Will read from parent",
92 MessageBox (NULL, "spawn-test-win32-gui: Will write more to parent",

Completed in 78 milliseconds

<<21222324252627282930>>