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/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++/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
  /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/filtershow/ui/
Spline.java 108 private void drawHandles(Canvas canvas, Drawable indicator, float centerX, float centerY) {
111 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
112 indicator.draw(canvas);
  /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/opt/telephony/src/java/com/android/internal/telephony/gsm/
SIMRecords.java 363 * Sets the SIM voice message waiting indicator records
767 int indicator = (int)(data[0] & 0xf); local
770 if (indicator == 0xA) {
773 } else if (indicator == 0x5) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 542 private void drawIndicator(Canvas canvas, Drawable indicator, float centerX, float centerY) {
545 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
546 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
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/
VideoModule.java 624 for (Rotatable indicator : indicators) {
625 if (indicator != null) indicator.setOrientation(orientation, animation);
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 755 milliseconds

1 2