HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 376 - 400 of 2123) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 28 later fill with a single object &mdash; for example, a picture that you'll swap in and out.
47 and allows it to expand to fill any remaining space in the parent view.
53 The other two will expand equally to fill the space remaining after all three boxes are measured.
138 <p>Columns can be hidden, marked to stretch and fill the available screen space,
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
SyncStateCheckBoxPreference.java 96 * Override the summary. Fill in the %1$s with the existing summary
  /packages/apps/Gallery3D/src/com/cooliris/media/
ArrayUtils.java 53 Arrays.fill(hash, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
IconCache.java 87 * Fill in "application" with the icon and label for "info."
  /packages/apps/Settings/res/layout/
running_services_item.xml 25 android:gravity="fill" >
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 398 // fill the combo for the values
418 // fill the axis combo
457 // fill the filter combo
469 // fill the current filter value
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
stack_profile.c 59 /* fill up the pattern */
  /cts/tests/tests/database/src/android/database/cts/
AbstractWindowedCursorTest.java 238 Arrays.fill(blob, TEST_VALUE);
269 Arrays.fill(charArrayBuffer.data, '\0');
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_pointer.sgml 134 The last element in the array is used to fill in the space, so this function
151 The last element in the array is used to fill in the space, so this function
  /external/dbus/dbus/
dbus-userdb-util.c 109 * @param credentials credentials to fill in
213 * @param error error to fill in
  /external/iproute2/misc/
lnstat_util.c 119 /* scan first template line and fill in per-field data structures */
265 /* fill in field structure */
  /external/jpeg/
jdatasrc.c 57 * Fill the input buffer --- called whenever buffer is emptied.
63 * fill the buffer entirely, only to obtain at least one more byte.
jdpostct.c 39 JDIMENSION next_row; /* index of next row to fill/empty in strip */
135 /* Fill the buffer, but not more than what we can dump out in one go. */
  /external/junit/src/junit/swingui/
TestSelector.java 191 labelConstraints.fill= GridBagConstraints.BOTH;
201 listConstraints.fill= GridBagConstraints.BOTH;
  /external/kernel-headers/original/linux/
dm-ioctl.h 108 * All clients of the ioctl interface should fill in the
113 * return -ENOTTY) fill out this field, even if the
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 206 // Fill out the array.
253 // Fill out the array.
  /external/proguard/src/proguard/gui/
ListPanel.java 53 listConstraints.fill = GridBagConstraints.BOTH;
175 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
  /external/qemu/docs/
AUDIO.TXT 148 - if 'live' is 0, call the callback of each active SWVoiceOut to fill the stereo
154 'played', and the callback is called to re-fill the stereo buffer.
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 136 void fill();
253 void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool useMaxWidth = false);
  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.h 134 bool fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData*);
153 // called to fill the glyphs.
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 103 // Sets up the paint for the current fill style.
140 // Returns the fill color. The returned color has it's alpha adjusted
  /external/webkit/WebCore/rendering/
SVGCharacterLayoutInfo.h 332 SVGTextChunkSetupFillCallback fill = 0,
342 , m_setupFillCallback(fill)
  /frameworks/base/awt/java/awt/
GradientPaint.java 28 * The GradientPaint class defines a way to fill a Shape with a linear color
31 * The GradientPaint's fill pattern is determined by two points and two colors,
  /frameworks/base/core/java/android/os/
FileUtils.java 74 * @param status Optional argument to fill in. It will only fill in the status if the file
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex2.jd 86 Now fill in the <code>onCreateContextMenu()</code> method. This callback is similar to the other
106 selected item, then delete it. So fill in the
144 <p>Fill in the body of the <code>createNote()</code> method:
169 <p>Fill in the body of the <code>onListItemClick()</code> override.</p>
225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill
359 <li>Fill in <code>NoteEdit</code> for the <code>Name:</code> field in the
375 <p>Fill in the body of the <code>onCreate()</code> method for <code>NoteEdit</code>.</p>
466 <p>Fill in the body of the <code>onClick()</code> method of the <code>OnClickListener</code> created in the last step.</p>

Completed in 60 milliseconds

<<11121314151617181920>>