HomeSort by relevance Sort by last modified time
    Searched full:linear (Results 251 - 275 of 971) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/res/values/
strings.xml 70 <!-- Linear Layout show/hide & sizing -->
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 89 <td>8- and 16-bit linear PCM (rates up to limit of hardware)</td>
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 76 <li>Use a vertical linear layout
  /frameworks/base/docs/html/resources/tutorials/views/
index.jd 33 <a href="hello-linearlayout.html">Linear Layout</a><br/>
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 65 * values (with an implicity blend array of [0, 0, 1, 1] giving linear
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Tables.c 352 /* dB to linear conversion table */
  /frameworks/base/media/libeffects/testlibs/
AudioPeakingFilter.h 35 // using a linear interpolation from a coefficient table, using a
AudioShelvingFilter.h 35 // using a linear interpolation from a coefficient table, using a
  /frameworks/base/opengl/libagl/
fp.h 71 * to get a fast 2^ and linear interpolation
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 39 private final static float PICO_FILTER_GAIN = 5.0f; // linear gain
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 30 * A vertical linear layout. However, instead of drawing the background
  /libcore/luni/src/main/java/libcore/icu/
TimeZones.java 36 // If we already have the strings, linear search through them is 10x quicker than
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 36 * other operations perform in linear time or worse.
  /packages/apps/Phone/res/layout/
manage_conference_panel.xml 122 </ScrollView> <!-- End of scrolling list wrapper for the linear layout -->
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_rate.c     [all...]
pcm_iec958.c 511 This plugin converts 32bit IEC958 subframe samples to linear, or linear to
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 146 <h3>2.1.2 Linear Music Example</h3>
150 <br>Figure 1: Linear Music Piece</p>
162 the musical segments can be recombined to create a linear music piece. In this
166 <h3>2.1.3 Non-linear Music Example</h3>
171 <br>Figure 2: Non-linear music piece</p>
174 <p>In this diagram, we see a non-linear music
974 file into individual (non-linear) segments and queueing up those segments for
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 528 uint16_t* linear = fCache16; // just computed linear data
533 mapped[i] = linear[index];
534 mapped[i + kCache16Count] = linear[index + kCache16Count];
570 SkPMColor* linear = fCache32; // just computed linear data
574 mapped[i] = linear[map->mapUnit16((i << 8) | i) >> 8];
    [all...]
  /external/chromium/third_party/icu/source/tools/makeconv/
gencnvex.c 399 * 2. Allocate the section table with possible optimization for linear access.
403 * 0: write 0 as a result value (unused byte in linear-access section table)
449 * allocate for direct, linear array access
481 /* write empty subsections for unused units in a linear table */
505 /* leave the value zero: empty subsection for unused unit in a linear table */
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 399 * 2. Allocate the section table with possible optimization for linear access.
403 * 0: write 0 as a result value (unused byte in linear-access section table)
449 * allocate for direct, linear array access
481 /* write empty subsections for unused units in a linear table */
505 /* leave the value zero: empty subsection for unused unit in a linear table */
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c     [all...]
  /external/chromium/third_party/icu/source/data/unidata/
DerivedAge.txt     [all...]
  /external/icu4c/data/unidata/
DerivedAge.txt     [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 40 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-linearlayout.html">Linear Layout
72 * horizontal linear layouts, the offset of 0 is appropriate.
424 // The width of the linear layout will scale, and at least one
579 // Pretend that the linear layout has an exact size.
726 // The height of the linear layout will scale, and at least one
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 31 <dd>Demonstrates a horizontal linear layout with equally sized columns. Some columns force their height to match the parent.</dd>
34 <dd>Demonstrates a simple linear layout with menu options demonstrating horizontal and vertical gravity options.</dd>

Completed in 2337 milliseconds

<<11121314151617181920>>