HomeSort by relevance Sort by last modified time
    Searched full:controls (Results 201 - 225 of 2315) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/linux/
lis331dlh.h 24 /** This define controls compilation of the master device interface */
  /external/libvpx/libvpx/vp8/common/
onyx.h 117 * from a live camera). ( speed setting controls how fast )
120 * setting controls how fast )
128 * setting controls how fast )
131 * compressed output. ( speed setting controls how fast )
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumMac.mm 83 // In the Chromium port, the renderer runs as a background process and controls'
84 // NSCell(s) lack a parent NSView. Therefore controls don't have their tint
89 // This function should be called before drawing any NSCell-derived controls,
136 // FIXME: Chromium may wish to style its default media controls differently in fullscreen.
  /external/webkit/Source/WebKit/chromium/public/
WebURLRequest.h 107 // Controls whether user name, password, and cookies may be sent with the
127 // Controls whether upload progress events are generated when a request
132 // Controls whether load timing info is collected for the request.
136 // Controls whether actual headers sent and received for request are
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 21 <p>Interactive slider to set the ringer volume. The value can either be set through the hardware volume controls or interactively via a gesture.</p>
  /frameworks/support/v4/java/android/support/v4/media/
TransportStateListener.java 33 * The available controls of the transport changed. Use
  /hardware/broadcom/libbt/include/
upio.h 23 * Description: Contains definitions used for I/O controls
  /hardware/qcom/bt/libbt-vendor/include/
userial_vendor.h 22 * controls
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementExclusiveTimeContainer.java 25 * Controls the end of the container. Need to address thr id-ref value.
ElementParallelTimeContainer.java 24 * Controls the end of the container. Need to address thr id-ref value.
SMILRegionElement.java 24 * Controls the position, size and scaling of media object elements. See the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/
ProductionFlag.java 27 // class-private DEBUG flags should be false, and any privacy controls should be enforced.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmioc.h 38 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmioc.h 38 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 49 unsigned char control[128]; /* Current value of all controls */
104 * These names exist to allow symbolic access to the controls array.
144 * These macros give the complete value of the controls that consist
145 * of coarse and fine pairs. Of course the fine controls are seldom used
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmioc.h 38 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 49 unsigned char control[128]; /* Current value of all controls */
104 * These names exist to allow symbolic access to the controls array.
144 * These macros give the complete value of the controls that consist
145 * of coarse and fine pairs. Of course the fine controls are seldom used
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
WizardDialogEx.java 26 * A {@link WizardDialog} that gives access to some inner controls.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 144 protected SafeArrayList<Control> controls = new SafeArrayList<Control>(Control.class); field in class:Spatial
535 if (controls.isEmpty()) {
539 for (Control c : controls.getArray()) {
546 * controls attached to this Spatial using the Control.render() method.
555 if (controls.isEmpty()) {
559 for (Control c : controls.getArray()) {
565 * Add a control to the list of controls.
571 controls.add(control);
581 for (int i = 0; i < controls.size(); i++) {
582 if (controlType.isAssignableFrom(controls.get(i).getClass()))
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 122 * Backspace ('\b'): A format effector which controls the movement of
131 * Horizontal Tabulation ('\t'): A format effector which controls the
141 * Line Feed ('\n'): A format effector which controls the movement of
144 * meaning "New Line" (NL), a format effector which controls the
161 * Vertical Tabulation ('\v'): A format effector which controls the
170 * Form Feed ('\f'): A format effector which controls the movement of
179 * Carriage Return ('\r'): A format effector which controls the
209 * characters. It is used exclusively to provide supplementary controls
217 * Device Controls: Characters for the control
366 * separate words. It is also a format effector which controls th
    [all...]
  /external/srec/srec/crec/
srec_initialize.c 49 int max_hmm_tokens; controls the maximum number of HMM's alive in any frame. If number
52 int max_fsmnode_tokens; controls the maximum number of FSMs alive in any frame. If number,
55 int max_word_tokens; controls the maximum number of word tokens kept in the word lattice.
59 int max_altword_tokens; controls the maximum number of alternative paths to propagate for proper nbest
61 int num_wordends_per_frame; controls the size of the word lattice - the number of word ends to
  /external/chromium/chrome/common/extensions/docs/
a11y.html 261 <a href="#controls">Use accessible UI controls</a>
264 <a href="#htmlcontrols">Standard controls</a>
266 <a href="#aria">ARIA in custom controls</a>
268 <a href="#focus">Focus in custom controls</a>
392 <h2 id="controls">Use accessible UI controls</h2>
395 First, use UI controls that support accessibility.
404 <h3 id="htmlcontrols">Standard controls</h3>
407 Try to use standard HTML UI controls whenever possible
    [all...]
  /external/chromium/chrome/browser/ui/views/
collected_cookies_win.cc 20 #include "views/controls/button/native_button.h"
21 #include "views/controls/image_view.h"
22 #include "views/controls/label.h"
23 #include "views/controls/separator.h"
24 #include "views/controls/tabbed_pane/tabbed_pane.h"
240 // Create the controls that go into the pane.
256 // Create the view that holds all the controls together. This will be the
292 // Create the controls that go into the pane.
315 // Create the view that holds all the controls together. This will be the
  /system/media/camera/docs/
docs.html 87 <li><a href="#controls_android.colorCorrection.mode">android.colorCorrection.mode</a> (controls)</li>
88 <li><a href="#controls_android.colorCorrection.transform">android.colorCorrection.transform</a> (controls)</li>
94 <li><a href="#controls_android.control.aeAntibandingMode">android.control.aeAntibandingMode</a> (controls)</li>
95 <li><a href="#controls_android.control.aeExposureCompensation">android.control.aeExposureCompensation</a> (controls)</li>
96 <li><a href="#controls_android.control.aeLock">android.control.aeLock</a> (controls)</li>
97 <li><a href="#controls_android.control.aeMode">android.control.aeMode</a> (controls)</li>
98 <li><a href="#controls_android.control.aeRegions">android.control.aeRegions</a> (controls)</li>
99 <li><a href="#controls_android.control.aeTargetFpsRange">android.control.aeTargetFpsRange</a> (controls)</li>
100 <li><a href="#controls_android.control.aePrecaptureTrigger">android.control.aePrecaptureTrigger</a> (controls)</li>
101 <li><a href="#controls_android.control.afMode">android.control.afMode</a> (controls)</li
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 25 * horizontally or vertically scrollable controls.
530 * can be at the top-most edge in the case of vertical controls, or the
531 * left-most edge for horizontal controls. Make sure to take into account
552 * can be at the top-most edge in the case of vertical controls, or the
553 * left-most edge for horizontal controls. Make sure to take into account
567 * The beginning can be at the top-most edge in the case of vertical controls, or
568 * the left-most edge for horizontal controls. Make sure to take into
582 * bottom-most edge in the case of vertical controls, or the right-most edge for
583 * horizontal controls. Make sure to take into account devices configured with
603 * bottom-most edge in the case of vertical controls, or the right-most edge fo
    [all...]

Completed in 799 milliseconds

1 2 3 4 5 6 7 891011>>