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

1 2

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 68 const double indicator; member in class:cc::HeadsUpDisplayLayerImpl::Graph
  /external/chromium_org/chromeos/ime/
input_method_descriptor.h 24 const std::string& indicator,
35 const std::string& indicator() const { return indicator_; } function in class:chromeos::input_method::InputMethodDescriptor
66 // A short indicator string that is displayed when the input method
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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
  /prebuilts/ndk/9/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 189 unsigned indicator = data[0]; local
191 CHECK((indicator & 0x1f) == 28);
243 || 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);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 63 bool indicator; member in struct:chromeos::__anon10161::PrefTest
124 !is_owner && kPrefTests[i].indicator ? "owner" :
147 // Verifies a preference's disabled state and controlled-by indicator.
161 " var indicator = input.parentNode.parentNode.querySelector("
162 " '.controlled-setting-indicator');"
164 " success = success && indicator &&"
165 " indicator.getAttribute('controlled-by') == controlledBy;"
167 " success = success && (!indicator ||"
168 " !indicator.hasAttribute('controlled-by') ||"
169 " indicator.getAttribute('controlled-by') == '')
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 86 private void layoutIndicator(View indicator) {
91 left = right - indicator.getMeasuredWidth();
94 right = left + indicator.getMeasuredWidth();
96 indicator.layout(
98 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggle.java 53 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
93 * Set the Action Bar's up indicator drawable and content description.
95 * @param upDrawable - Drawable to set as up indicator
101 * Set the Action Bar's up indicator content description.
242 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
305 * Set the up indicator to display when the drawer indicator is not
311 * @param indicator A drawable to use for the up indicator, or null to use
315 public void setHomeAsUpIndicator(Drawable indicator) {
341 Drawable indicator = null; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 75 public static void drawIndicator(Canvas canvas, Drawable indicator, int indicatorSize,
79 indicator.setBounds(left, top, left + indicatorSize, top + indicatorSize);
80 indicator.draw(canvas);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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;
  /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;
  /prebuilts/ndk/9/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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;
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 55 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
83 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
90 * Set the Action Bar's up indicator drawable and content description.
92 * @param upDrawable - Drawable to set as up indicator
98 * Set the Action Bar's up indicator content description.
211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
220 * @param drawerImageRes A Drawable resource to use as the drawer indicator
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
253 * @param drawerImageRes A Drawable resource to use as the drawer indicator
341 Drawable indicator = null; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 141 private void drawHandles(Canvas canvas, Drawable indicator, float centerX, float centerY) {
144 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
145 indicator.draw(canvas);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 535 int indicator = appParams.getStatusIndicator(); local
540 if(indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER ||
559 if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) {
    [all...]

Completed in 608 milliseconds

1 2