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

1 2 3

  /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 182 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
193 static inline int telephony_update_indicator(struct indicator *indicators,
200 for (i = 0; indicators[i].desc != NULL; i++) {
201 if (g_str_equal(indicators[i].desc, desc)) {
202 ind = &indicators[i];
222 static inline int telephony_get_indicator(const struct indicator *indicators,
227 for (i = 0; indicators[i].desc != NULL; i++) {
228 if (g_str_equal(indicators[i].desc, desc))
229 return indicators[i].val;
headset.c 78 const struct indicator *indicators; /* Available HFP indicators */ member in struct:__anon1482
80 int er_ind; /* Event reporting for indicators */
363 static char *indicator_ranges(const struct indicator *indicators)
370 for (i = 0; indicators[i].desc != NULL; i++) {
373 indicators[i].desc,
374 indicators[i].range);
377 indicators[i].desc,
378 indicators[i].range);
386 static char *indicator_values(const struct indicator *indicators)
    [all...]
  /frameworks/base/core/java/android/widget/
TabWidget.java 178 * Sets the drawable to use as a divider between the tab indicators.
188 * Sets the drawable to use as a divider between the tab indicators.
200 * tab indicators.
211 * tab indicators.
223 * tab indicators.
233 * tab indicators.
244 * Controls whether the bottom strips on the tab indicators are drawn or
246 * view for the tab indicators, then the TabHost class calls this method
256 * Indicates whether the bottom strips on the tab indicators are drawn
279 // If the user specified a custom view for the tab indicators, the
    [all...]
ExpandableListView.java 48 * (or the corresponding XML attributes) to set these indicators (see the docs
50 * default style for an {@link ExpandableListView} provides indicators which
55 * for indicators.
231 // If we have any indicators to draw, we do it here
    [all...]
RatingBar.java 33 * interaction and should only be used as indicators.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs1.java 30 * for its indicators and views by id from a layout file ({@link TabSpec#setContent(int)}).
_index.html 267 <dd>Demonstrates large and small rotating progress indicators that can be incremented or decremented in units. </dd>
270 <dd>Demonstrates large and small continuously rotating progress indicators used to indicate a generic &quot;busy&quot; message. </dd>
273 <dd>Demonstrates a ProgressDialog, a popup dialog that hosts a progress bar. This example demonstrates both determinate and indeterminate progress indicators. </dd>
  /packages/apps/Email/src/com/android/email/
MessagingListener.java 99 * has completed a command. This is useful for turning off progress indicators that may have
  /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,
i2o-dev.h 280 /* Random Block Storage Event Indicators */
  /external/chromium/third_party/icu/source/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 */
  /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
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon13877
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 137 //reset latch and move forward only if both indicators are true
236 //reset latch and move forward only if both indicators are true
  /external/chromium/third_party/icu/source/test/cintltst/
eurocreg.c 26 * After updating all ibm-*.ucm files with precise fallback indicators (|0, |1, |3),
  /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),
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 143 * end of frame indicators. Applications do not need to fragment the payload, it
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 60 * simplifying occurrence indicators) is at the discretion of the
  /external/blktrace/doc/
btreplay.8 167 When specified on the command line, all pre-bunch stall indicators will be
  /external/dropbear/
progressmeter.c 35 #define PADDING 1 /* padding between the progress indicators */

Completed in 948 milliseconds

1 2 3