HomeSort by relevance Sort by last modified time
    Searched defs:indicator (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 41 // By default, show the indicator of the hardware keyboard, which is set
43 std::wstring indicator = input_method->text(); local
44 EXPECT_EQ(L"US", indicator);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
basic_types.hpp 199 typedef integral_constant<int, is_simple<Key>::value && is_simple<Mapped>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
205 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 69 Drawable indicator = fPressed ? mJoystickPressed : mJoystickNormal; local
74 Utilities.centerAround(x, y, indicator);
75 indicator.draw(canvas);
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 182 unsigned indicator = data[0]; local
184 CHECK((indicator & 0x1f) == 28);
236 || data[0] != indicator
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 90 View indicator = view.findViewById(R.id.indicator); local
94 (CheckBox) indicator.findViewById(R.id.clock_onoff);
98 indicator.setOnClickListener(new OnClickListener() {
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 204 ProgressBar indicator = new ProgressBar(mActivity, null, local
220 indicator.setLayoutParams(indicatorLayoutParams);
221 indicator.setVisibility(View.GONE);
222 indicator.setId(R.id.actionbar_compat_item_refresh_progress);
223 actionBar.addView(indicator);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
svc_drm.h 138 uint8_t indicator; /**< Whether there is a right */ member in struct:_T_DRM_Constraint_Info
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
CropView.java 271 private void drawIndicator(Canvas canvas, Drawable indicator, float centerX, float centerY) {
276 indicator.setBounds(left, top, right, bottom);
277 indicator.draw(canvas);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 207 private void drawIndicator(Canvas canvas, Drawable indicator, float centerX, float centerY) {
210 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
211 indicator.draw(canvas);
  /external/bluetooth/bluez/audio/
telephony.h 55 /* Indicator event values */
137 struct indicator { struct
189 int telephony_ready_ind(uint32_t features, const struct indicator *indicators,
200 /* Helper function for quick indicator updates */
201 static inline int telephony_update_indicator(struct indicator *indicators,
206 struct indicator *ind = NULL;
218 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val);
230 static inline int telephony_get_indicator(const struct indicator *indicators,
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 45 * Expandable lists are able to show an indicator beside each item to display
131 /** Left bound for drawing the indicator. */
134 /** Right bound for drawing the indicator. */
138 * Left bound for drawing the indicator of a child. Value of
144 * Right bound for drawing the indicator of a child. Value of
150 * Denotes when a child indicator should inherit this bound from the generic
151 * indicator bounds
155 /** The indicator drawn next to a group. */
158 /** The indicator drawn next to a child. */
190 // Bounds of the indicator to be draw
258 Drawable indicator; local
346 Drawable indicator; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 363 * Sets the SIM voice message waiting indicator records
756 int indicator = (int)(data[0] & 0xf); local
759 if (indicator == 0xA) {
762 } else if (indicator == 0x5) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 199 XkbIndicatorDoodadRec indicator; member in union:_XkbDoodad
XKBproto.h 527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
781 xkbIndicatorDoodadWireDesc indicator; member in union:_xkbDoodadWireDesc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 199 XkbIndicatorDoodadRec indicator; member in union:_XkbDoodad
XKBproto.h 527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
781 xkbIndicatorDoodadWireDesc indicator; member in union:_xkbDoodadWireDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 199 XkbIndicatorDoodadRec indicator; member in union:_XkbDoodad
XKBproto.h 527 Atom indicator B32;
536 Atom indicator B32;
563 Atom indicator B32;
781 xkbIndicatorDoodadWireDesc indicator; member in union:_xkbDoodadWireDesc
  /packages/apps/Camera/src/com/android/camera/
Camera.java 573 // Check if the popup window is visible. Indicator control can be
578 // Let popup window, indicator control or preview frame
714 // Do not show the indicator if users cannot choose.
801 mFocusManager.updateFocusUI(); // Ensure focus indicator is hidden.
    [all...]
VideoCamera.java 515 for (Rotatable indicator : indicators) {
516 if (indicator != null) indicator.setOrientation(orientation, animation);
678 // On initial startup, can get here before indicator control is
    [all...]

Completed in 1380 milliseconds

1 2