HomeSort by relevance Sort by last modified time
    Searched defs:indicator (Results 1 - 25 of 30) 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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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
  /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
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 57 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize,
61 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
62 indicator.draw(canvas);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 65 typedef integral_constant<int, __simple> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
72 typedef integral_constant<int, is_simple<Key>::value> indicator; typedef in struct:__gnu_pbds::detail::no_throw_copies
279 typedef typename __nothrowcopy::indicator no_throw_indicator;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
Spline.java 119 private void drawHandles(Canvas canvas, Drawable indicator, float centerX, float centerY) {
122 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
123 indicator.draw(canvas);
  /packages/apps/Gallery2/src/com/android/camera/
PhotoUI.java 637 FocusIndicator indicator = getFocusIndicator(); local
638 if (indicator != null) indicator.clear();
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 47 * Expandable lists are able to show an indicator beside each item to display
137 /** Left bound for drawing the indicator. */
140 /** Right bound for drawing the indicator. */
143 /** Start bound for drawing the indicator. */
146 /** End bound for drawing the indicator. */
150 * Left bound for drawing the indicator of a child. Value of
156 * Right bound for drawing the indicator of a child. Value of
162 * Start bound for drawing the indicator of a child. Value of
168 * End bound for drawing the indicator of a child. Value of
174 * Denotes when a child indicator should inherit this bound from the generi
375 Drawable indicator; local
475 Drawable indicator; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 376 * Sets the SIM voice message waiting indicator records
783 int indicator = data[0] & 0xf; local
786 if (indicator == 0xA) {
789 } else if (indicator == 0x5) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 450 private void drawIndicator(Canvas canvas, Drawable indicator, float centerX, float centerY) {
453 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
454 indicator.draw(canvas);
  /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

Completed in 1725 milliseconds

1 2