HomeSort by relevance Sort by last modified time
    Searched defs:indicators (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 145 unsigned int changed; /* indicators with new state or map */
146 unsigned int state; /* current state of all indicators */
166 unsigned int changed_indicators;/* indicators with new names */
248 unsigned int leds_defined; /* indicators with names or maps */
249 unsigned int led_state; /* current state of the indicators */
261 XkbIndicatorNotifyEvent indicators; member in union:_XkbEvent
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 548 // Update scroll indicators as needed.
552 final int indicators = (hasTopPanel ? View.SCROLL_INDICATOR_TOP : 0) local
554 content.setScrollIndicators(indicators,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon30256
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 602 CARD32 indicators B32;
621 CARD32 indicators B32;
1265 xkbIndicatorNotify indicators; member in union:_xkbEvent::__anon32114
XKBstr.h 405 Atom indicators[XkbNumIndicators]; member in struct:_XkbNamesRec
431 XkbIndicatorPtr indicators; member in struct:_XkbDesc
524 XkbIndicatorChangesRec indicators; member in struct:_XkbChanges
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 579 Rotatable[] indicators = { local
582 for (Rotatable indicator : indicators) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 173 // Small indicators which show the camera settings in the viewfinder.
180 // A view group that contains all the small indicators.
1317 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
    [all...]
VideoCamera.java 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
583 for (Rotatable indicator : indicators) {
    [all...]

Completed in 420 milliseconds