HomeSort by relevance Sort by last modified time
    Searched full:indicators (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 5 by widgets as background images or simply as indicators (for example, a volume
  /external/bluetooth/bluez/audio/
telephony.h 189 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
201 static inline int telephony_update_indicator(struct indicator *indicators,
208 for (i = 0; indicators[i].desc != NULL; i++) {
209 if (g_str_equal(indicators[i].desc, desc)) {
210 ind = &indicators[i];
230 static inline int telephony_get_indicator(const struct indicator *indicators,
235 for (i = 0; indicators[i].desc != NULL; i++) {
236 if (g_str_equal(indicators[i].desc, desc))
237 return indicators[i].val;
headset.c 74 const struct indicator *indicators; /* Available HFP indicators */ member in struct:__anon1530
76 int er_ind; /* Event reporting for indicators */
354 static char *indicator_ranges(const struct indicator *indicators)
361 for (i = 0; indicators[i].desc != NULL; i++) {
364 indicators[i].desc,
365 indicators[i].range);
368 indicators[i].desc,
369 indicators[i].range);
377 static char *indicator_values(const struct indicator *indicators)
    [all...]
  /external/chromium/build/
sanitize-win-build-log.sed 13 # Drop parallelization indicators on lines.
  /frameworks/base/core/java/android/widget/
TabWidget.java 233 * Sets the drawable to use as a divider between the tab indicators.
242 * Sets the drawable to use as a divider between the tab indicators.
252 * tab indicators.
263 * tab indicators.
273 * tab indicators.
284 * tab indicators.
293 * Controls whether the bottom strips on the tab indicators are drawn or
295 * view for the tab indicators, then the TabHost class calls this method
305 * Indicates whether the bottom strips on the tab indicators are drawn
328 // If the user specified a custom view for the tab indicators, the
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 37 * A view that contains camera setting indicators in two levels. The first-level
38 * indicators including the zoom, camera picker, flash and second-level control.
39 * The second-level indicators are the merely for the camera settings.
53 // For second-level indicators, the indicators are located evenly between start
54 // and end angle. In addition, these indicators for the second-level hidden
341 // Layout the indicators based on the current level.
345 // We still need to show the disabled indicators in the second level.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs1.java 29 * for its indicators and views by id from a layout file ({@link TabSpec#setContent(int)}).
_index.html 316 <dd>Demonstrates large and small rotating progress indicators that can be incremented or decremented in units. </dd>
319 <dd>Demonstrates large and small continuously rotating progress indicators used to indicate a generic &quot;busy&quot; message. </dd>
322 <dd>Demonstrates a ProgressDialog, a popup dialog that hosts a progress bar. This example demonstrates both determinate and indeterminate progress indicators. </dd>
  /external/chromium/chrome/browser/ssl/
ssl_policy.h 22 // SSL trust indicators. It relies on the SSLPolicyBackend to actually enact
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
llc.h 4 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
lp.h 80 line, and error indicators good on all writes,
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.h 23 // indicators of both Firefox 2 and Firefox 3 it is biased to return the biggest
  /external/webkit/Source/WebKit/chromium/src/
WebFontImpl.cpp 94 // FIXME hook canvasIsOpaque up to the platform-specific indicators for
  /packages/apps/Email/src/com/android/email/
MessagingListener.java 116 * has completed a command. This is useful for turning off progress indicators that may have
  /external/icu4c/tools/toolutil/
ucm.h 62 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 147 unsigned int changed; /* indicators with new state or map */
148 unsigned int state; /* current state of all indicators */
168 unsigned int changed_indicators;/* indicators with new names */
250 unsigned int leds_defined; /* indicators with names or maps */
251 unsigned int led_state; /* current state of the indicators */
263 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 44 // To use it, enable the visual indicators in debug mode.
45 // turning off the visual indicators will flush the measures.
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 54 // These indicators are checked by CheckDestroy, invoked whenever one of them
tunnelsessionclient.h 143 // This is accomplished by calling CheckDestroy after these indicators change.
  /external/fsck_msdos/
dosfs.h 100 #define CLUST_EOFS 0xfffffff8 /* start of EOF indicators */
  /external/icu4c/test/cintltst/
eurocreg.c 26 * After updating all ibm-*.ucm files with precise fallback indicators (|0, |1, |3),
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 60 * simplifying occurrence indicators) is at the discretion of the
  /packages/apps/Camera/res/layout/
pano_capture.xml 33 <!-- The bottom bar with progress bar and direction indicators -->
  /packages/apps/Camera/res/layout-sw600dp/
pano_capture.xml 73 <!-- The bottom bar with progress bar and direction indicators -->

Completed in 1754 milliseconds

1 2 3 4 5