HomeSort by relevance Sort by last modified time
    Searched refs:automatic (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessController.java 52 int automatic; local
54 automatic = Settings.System.getInt(mContext.getContentResolver(),
57 automatic = 0;
59 control.setChecked(automatic != 0);
79 public void onChanged(ToggleSlider view, boolean tracking, boolean automatic, int value) {
80 setMode(automatic ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
82 if (!automatic) {
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 16 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 18 # FIXME: use automatic dependencies?
  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 225 myState.automatic = mCheckBox.isChecked();
247 setMode(myState.automatic ? 1 : 0);
253 boolean automatic; field in class:BrightnessPreference.SavedState
260 automatic = source.readInt() == 1;
269 dest.writeInt(automatic ? 1 : 0);
  /hardware/ti/omap3/omx/
Android.mk 76 #TODO: Implement automatic building
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 77 // debugger or debug print) and doesn't work as an automatic test.
unicode-test.js     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.h 416 EAPI Eina_Bool ewk_view_setting_auto_load_images_set(Evas_Object *o, Eina_Bool automatic);
419 EAPI Eina_Bool ewk_view_setting_auto_shrink_images_set(Evas_Object *o, Eina_Bool automatic);
ewk_view.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 405 // Test that auto detection rules are correctly generated when "automatic"
416 // Test that PAC URL rules are correctly generated when "automatic"
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 83 <p>Using native code does not result in an automatic performance increase,
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 375 // Output any automatic settings.
main.js 645 * (decides between the manual/automatic modes of the
    [all...]
  /ndk/build/core/
init.mk 250 # case our automatic substitution function doesn't work (only likely if you
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 51 # the lzss algorithm does automatic RLE... pretty clever
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 45 # the lzss algorithm does automatic RLE... pretty clever
  /external/stlport/
configure.bat 356 REM * Target processor configuration (automatic)
  /external/grub/docs/
texinfo.tex     [all...]
  /external/icu4c/
configure     [all...]
configure.orig     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 560 To facilitate automatic routines an array of cipher descriptors is provided in the array \textit{cipher\_descriptor}. An element
    [all...]

Completed in 1014 milliseconds

1 2