HomeSort by relevance Sort by last modified time
    Searched defs:indicators (Results 1 - 14 of 14) 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 569 // Update scroll indicators as needed.
573 final int indicators = (hasTopPanel ? View.SCROLL_INDICATOR_TOP : 0) local
575 content.setScrollIndicators(indicators,
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 524 // Update scroll indicators as needed.
528 final int indicators = (hasTopPanel ? ViewCompat.SCROLL_INDICATOR_TOP : 0) local
530 setScrollIndicators(contentPanel, content, indicators,
547 final int indicators, final int mask) {
548 // Set up scroll indicators (if present).
554 ViewCompat.setScrollIndicators(content, indicators, mask);
564 if (indicatorUp != null && (indicators & ViewCompat.SCROLL_INDICATOR_TOP) == 0) {
568 if (indicatorDown != null && (indicators & ViewCompat.SCROLL_INDICATOR_BOTTOM) == 0) {
588 // Set up the indicators following layout.
607 // Set up the indicators following layout
    [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::__anon54111
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::__anon55972
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/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.
1330 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
    [all...]
VideoCamera.java 580 Rotatable[] indicators = {mThumbnailView, mModePicker, mSharePopup, local
583 for (Rotatable indicator : indicators) {
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 749 milliseconds