HomeSort by relevance Sort by last modified time
    Searched refs:wid (Results 1 - 17 of 17) sorted by null

  /external/dbus/tools/
dbus-launch.h 53 int x11_get_address (char **paddress, pid_t *pid, long *wid);
54 int x11_save_address (char *address, pid_t pid, long *wid);
dbus-launch-x11.c 292 x11_get_address (char **paddress, pid_t *pid, long *wid)
307 if (wid != NULL)
308 *wid = (long) owner;
344 Window wid; local
366 wid = XCreateSimpleWindow (xdisplay, RootWindow (xdisplay, 0), -20, -20, 10, 10,
369 verbose ("Created window %d\n", wid);
372 XChangeProperty (xdisplay, wid, address_atom, XA_STRING, 8, PropModeReplace,
380 XChangeProperty (xdisplay, wid, pid_atom, XA_CARDINAL, 32, PropModeReplace,
384 XSetSelectionOwner (xdisplay, selection_atom, wid, CurrentTime);
391 return wid;
    [all...]
dbus-launch.c 768 long wid;
799 if (!x11_get_address (&address, &pid, &wid))
808 print_variables (address, pid, wid, c_shell_syntax,
950 long wid = 0; local
1029 ret2 = x11_save_address (bus_address, bus_pid, &wid);
1035 long wid; local
1037 if (x11_get_address (&address, &pid, &wid) && address != NULL)
1040 print_variables (address, pid, wid, c_shell_syntax,
1097 print_variables (bus_address, bus_pid, wid, c_shell_syntax,
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
CGS.h 69 CGSWindowID wid,
73 CGSWindowID wid,
81 extern CGSError CGSGetMouseEnabledFlags (CGSConnectionID cid, CGSWindowID wid, int *flags);
  /frameworks/base/core/java/android/text/
TextUtils.java 1010 float wid = p.measureText(text, 0, len); local
1095 float[] wid = new float[len * 2]; local
1292 float[] wid; local
    [all...]
BoringLayout.java 280 int wid; local
283 wid = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
286 fm.width = wid;
Layout.java 413 public final void increaseWidthTo(int wid) {
414 if (wid < mWidth) {
418 mWidth = wid;
564 float wid = measureText(mPaint, mWorkPaint, mText, start, offset, end, local
569 wid -= measureText(mPaint, mWorkPaint,
572 wid += measureText(mPaint, mWorkPaint,
582 return right + wid;
584 return left + wid;
591 return left + max + wid;
593 return right - max + wid;
1572 float wid = (float) bm.getWidth() * local
    [all...]
Styled.java 210 int wid = replacement.getSize(workPaint, text, start, end, fmi); local
213 widths[0] = wid;
StaticLayout.java 379 float wid = (float) bm.getWidth() * local
383 w += wid;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 103 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
110 int cap = width - wid;
  /external/webkit/WebCore/rendering/
RenderTreeAsText.cpp 359 QWidget* wid = part->widget()->platformWidget(); local
362 ts << "geometry: {" << wid->geometry() << "} ";
363 ts << "isHidden: " << wid->isHidden() << " ";
366 ts << "mask: {" << wid->mask().boundingRect() << "} ] ";
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 138 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
145 int cap = width - wid;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 140 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
147 int cap = width - wid;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_plug.c 215 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed)
218 if (! linear_format_widths[wid - 1])
222 int pw = ((wid + 7) / 8) * 8;
225 f = snd_pcm_build_linear_format(wid, pw, sgn, ed);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3454 int wid = tv.getPaddingLeft() + tv.getPaddingRight(); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 188 milliseconds