HomeSort by relevance Sort by last modified time
    Searched full:half (Results 401 - 425 of 838) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/text/
Layout.java 350 int half = (right - left - max) >> 1; local
352 x = right - half;
354 x = left + half;
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 55 "more important" than both the others, so it gets half the total remaining space, while the first two
  /frameworks/base/docs/html/resources/articles/
creating-input-method.jd 134 the text field and any associated context. Preferably, no more than half the
  /frameworks/base/media/libmedia/
mediaplayer.cpp 684 len /= 2; // only half the output data is valid
  /frameworks/base/media/libstagefright/codecs/aacdec/
fwd_long_complex_rot.cpp 82 reordering of the two half vectors (following radix-2 decomposition)
trans4m_freq_2_time_fxp.cpp 198 window function, for each channel, the first half of the sequence is added to
199 the second half of the previous block windowed sequence to reconstruct the
220 The window selected is applicable to the second half of the window function
221 only, since the first half is constrained to use the appropriate window
246 For all kinds of window_sequences the window_shape of the left half of
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 695 // User is half-pressing the focus key. Play the focus tone.
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 299 // Grow at most half of the difference between the image rectangle and
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 265 // Grow at most half of the difference between the image rectangle and
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 147 // 80 pixels for a 160dpi device would mean half an inch
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 58 * Mode of the convert engine (Half-width KATAKANA).
299 /** Romaji-to-Kana converter (half-width KATAKANA) */
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 751 int half = size >>> 1; local
752 while (k < half) {
    [all...]
  /external/icu4c/i18n/unicode/
choicfmt.h 126 * allow one to specify half-open, open, or closed intervals.</li>
696 * The intervals may be closed, half open, or open. This affects
unum.h 185 * Half-even rounding, misspelled name
192 * Half-even rounding
  /external/icu4c/layout/
IndicReordering.cpp     [all...]
  /external/quake/quake/src/QW/client/
cl_ents.c 867 // only predict half the move to minimize overruns
987 // only predict half the move to minimize overruns
gl_screen.c 68 half
553 scr_conlines = vid.height/2; // half screen
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm 106 case 0x3033: /* VERTICAL KANA REPEAT MARK UPPER HALF */
107 case 0x3035: /* VERTICAL KANA REPEAT MARK LOWER HALF */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_enrollee.c 590 "half of the device password");
630 "half of the device password");
  /frameworks/base/awt/java/awt/geom/
Arc2D.java 436 * Half of the width of the arc's bounding rectangle (the radius in the
442 * Half of the height of the arc's bounding rectangle (the radius in the
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 407 * digits of output so if say only a half-product is required
408 * you don't have to compute the upper half (a feature
    [all...]
  /external/netperf/
netlib.c 40 /* dl_accpet() receiver's half of connect */
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
trans4m_freq_2_time_fxp.cpp 198 window function, for each channel, the first half of the sequence is added to
199 the second half of the previous block windowed sequence to reconstruct the
220 The window selected is applicable to the second half of the window function
221 only, since the first half is constrained to use the appropriate window
246 For all kinds of window_sequences the window_shape of the left half of
    [all...]
  /external/netcat/
netcat.c 356 Maybe that's why my C code reads like assembler half the time... */
    [all...]

Completed in 123 milliseconds

<<11121314151617181920>>