HomeSort by relevance Sort by last modified time
    Searched full:toggle (Results 51 - 75 of 4171) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
ToggleRecentsEvent.java 22 * This is sent when the user taps on the Overview button to toggle the Recents activity.
  /frameworks/base/tests/SystemUIDemoModeController/res/values/
strings.xml 20 <string name="help_text">"Drag: control icon states\nLong-press + drag: control background color\nDouble-tap: toggle bar mode</string>
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/library/
DataBinderTrojan.java 20 * This helper is used to toggle DataBinder's package private values to change behavior for testing
  /packages/apps/Dialer/InCallUI/res/drawable/
btn_compound_audio.xml 36 simply an on/off toggle for the speaker.
37 (In states where the audio button *not* a toggle, we explicitly
44 shown when the audio button is simply an on/off toggle. -->
55 When the audio button is simply an on/off toggle for the speaker,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
68 ('!_Debugger', '<<toggle-debugger>>'),
70 ('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
68 ('!_Debugger', '<<toggle-debugger>>'),
70 ('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
68 ('!_Debugger', '<<toggle-debugger>>'),
70 ('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py 56 ('Toggle Tabs', '<<toggle-tabs>>'),
68 ('!_Debugger', '<<toggle-debugger>>'),
70 ('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
ToolsTest.py 40 1. Toggle bluetooth off.
41 2. Toggle bluetooth on.
74 1. Toggle airplane off.
75 2. Toggle airplane on.
  /cts/tests/tests/widget/src/android/widget/cts/
RadioButtonTest.java 75 button.toggle();
79 button.toggle();
  /development/samples/Support4Demos/src/com/example/android/supportv4/graphics/
RoundedBitmapDrawableActivity.java 49 ToggleButton toggle = (ToggleButton) findViewById(R.id.toggle_round); local
54 toggle.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
  /external/opencv3/samples/python2/
floodfill.py 12 f - toggle floating range
13 c - toggle 4/8 connectivity
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
sx6119.cxx 41 // station, else just toggle the power.
46 cout << "Running the example without an argument will toggle the" <<endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
sx6119.js 34 // station, else just toggle the power.
39 console.log("Running the example without an argument will toggle the");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
sx6119.py 32 # station, else just toggle the power.
36 print "Running the example without an argument will toggle the"
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.h 46 inline void invalidateDPB(int toggle);
47 inline void clearAsReference(int toggle);
VideoDecoderVP8.h 46 void invalidateReferenceFrames(int toggle);
47 void clearAsReference(int toggle, int ref_type);
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarToggleTest.py 45 1. Toggle bluetooth off.
46 2. Toggle bluetooth on.
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHider.java 58 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
60 * hide will toggle low profile mode.
65 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
68 * but cannot be hidden, show and hide will toggle low profile mode.
146 * Toggle the visibility of the system UI.
148 public void toggle() { method in class:SystemUiHider
  /external/chromium-trace/catapult/third_party/polymer/components/core-overlay/
demo.html 63 toggle: function() {
64 this.$.overlay.toggle();
130 <button core-overlay-toggle>OK</button>
133 <button on-tap="{{tapHandler}}">Toggle Dialog</button>
141 this.$.confirmation.toggle();
146 this.$.dialog.toggle();
  /external/freetype/src/base/
ftdebug.c 107 /* define array of trace toggle names */
156 /* available toggle names. */
179 /* read toggle name, followed by ':' */
195 const char* toggle = ft_trace_toggles[n]; local
200 if ( toggle[i] != q[i] )
204 if ( i == len && toggle[i] == 0 )
  /external/pdfium/third_party/freetype/src/base/
ftdebug.c 107 /* define array of trace toggle names */
156 /* the available toggle names. */
179 /* read toggle name, followed by ':' */
195 const char* toggle = ft_trace_toggles[n]; local
200 if ( toggle[i] != q[i] )
204 if ( i == len && toggle[i] == 0 )
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 184 *dstC++ = cache[toggle + fi]; \
185 toggle = next_dither_toggle(toggle); \
192 int toggle, int count);
200 int toggle, int count) {
208 int index0 = fi + toggle;
223 int toggle, int count) {
230 cache[toggle + range.fV0],
231 cache[next_dither_toggle(toggle) + range.fV0],
252 cache[toggle + range.fV1]
305 int toggle = init_dither_toggle(x, y); local
    [all...]
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
MoreWirelessSettingsTests.java 68 // This NFC toggle test is set up this way since there's no way to set
70 // This way, we get coverage for whether or not the toggle button works.
83 assertFalse("NFC wasn't disabled on toggle", nfcAdapter.isEnabled());
86 assertTrue("NFC wasn't enabled on toggle", nfcAdapter.isEnabled());
89 assertTrue("NFC wasn't enabled on toggle", nfcAdapter.isEnabled());
92 assertFalse("NFC wasn't disabled on toggle", nfcAdapter.isEnabled());
  /external/clang/docs/
LibASTMatchersReference.html 22 function toggle(id) {
32 <body onLoad="toggle(location.hash.substring(1, location.hash.length - 6))">
103 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXCtorInitializer.html">CXXCtorInitializer</a>&gt;</td><td class="name" onclick="toggle('cxxCtorInitializer0')"><a name="cxxCtorInitializer0Anchor">cxxCtorInitializer</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXCtorInitializer.html">CXXCtorInitializer</a>&gt;...</td></tr>
114 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('accessSpecDecl0')"><a name="accessSpecDecl0Anchor">accessSpecDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1AccessSpecDecl.html">AccessSpecDecl</a>&gt;...</td></tr>
127 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('classTemplateDecl0')"><a name="classTemplateDecl0Anchor">classTemplateDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1ClassTemplateDecl.html">ClassTemplateDecl</a>&gt;...</td></tr>
135 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('classTemplateSpecializationDecl0')"><a name="classTemplateSpecializationDecl0Anchor">classTemplateSpecializationDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1ClassTemplateSpecializationDecl.html">ClassTemplateSpecializationDecl</a>&gt;...</td></tr>
147 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxConstructorDecl0')"><a name="cxxConstructorDecl0Anchor">cxxConstructorDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXConstructorDecl.html">CXXConstructorDecl</a>&gt;...</td></tr>
160 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxConversionDecl0')"><a name="cxxConversionDecl0Anchor">cxxConversionDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXConversionDecl.html">CXXConversionDecl</a>&gt;...</td></tr>
168 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxDestructorDecl0')"><a name="cxxDestructorDecl0Anchor">cxxDestructorDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXDestructorDecl.html">CXXDestructorDecl</a>&gt;...</td></tr>
179 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxMethodDecl0')"><a name="cxxMethodDecl0Anchor">cxxMethodDecl</a></td><td>Matcher&lt<a href="htt (…)
    [all...]

Completed in 307 milliseconds

1 23 4 5 6 7 8 91011>>