HomeSort by relevance Sort by last modified time
    Searched full:toggle (Results 251 - 275 of 3231) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 738 public void toggle() { method
755 * @see #toggle()
768 * @see #toggle()
783 * @see #toggle()
800 * @see #toggle()
822 * @see #toggle()
972 toggle(); method
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 216 final Switch toggle = (Switch) widget.getChildAt(0); local
217 toggle.setEnabled(!isImmutable());
218 toggle.setTag(this);
219 toggle.setClickable(true);
220 toggle.setFocusable(true);
221 toggle.setOnCheckedChangeListener(new OnCheckedChangeListener() {
224 listener.onClick(toggle);
678 // able to toggle this app ON (it's ON by default and immutable).
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 134 compoundButton.toggle();
137 compoundButton.toggle();
141 compoundButton.toggle();
  /development/samples/Support7Demos/res/values/
strings.xml 58 <string name="action_bar_with_navigation_drawer">AppCompat/Action Bar/Navigation Drawer Toggle</string>
83 <string name="toggle_visibility">Toggle Visibility</string>
90 <string name="btn_toggle_tabs">Toggle tab mode</string>
  /external/bison/lib/
bbitset.h 118 bool (*toggle) (bitset, bitset_bindex); member in struct:bitset_vtable
191 /* Toggle bit BITNO in bitset DST. */
192 #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO)
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBoneRagdoll.java 147 if (name.equals("toggle") && isPressed) {
210 }, "toggle", "shoot", "stop", "bullet+", "bullet-", "boom");
211 inputManager.addMapping("toggle", new KeyTrigger(KeyInput.KEY_SPACE));
  /external/lldb/www/python_reference/
lldb.embedded_interpreter-pysrc.html 66 <a name="SimpleREPL"></a><div id="SimpleREPL-def"><a name="L6"></a><tt class="py-lineno"> 6</tt> <a class="py-toggle" href="#" id="SimpleREPL-toggle" onclick="return toggle('SimpleREPL');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="lldb.embedded_interpreter.SimpleREPL-class.html">SimpleREPL</a><tt class="py-op">(</tt><tt class="py-base-class">code</tt><tt class="py-op">.</tt><tt class="py-base-class">InteractiveConsole</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
67 </div><div id="SimpleREPL-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="SimpleREPL-expanded"><a name="SimpleREPL.__init__"></a><div id="SimpleREPL.__init__-def"><a name="L7"></a><tt class="py-lineno"> 7</tt> <a class="py-toggle" href="#" id="SimpleREPL.__init__-toggle" onclick="return toggle('SimpleREPL.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.embedded_interpreter.SimpleREPL-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">prompt</tt><tt class="py-op">,</tt> <tt class="py-param">dict</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
164 <a name="SimpleREPL.interact"></a><div id="SimpleREPL.interact-def"><a name="L13"></a><tt class="py-lineno"> 13</tt> <a class="py-toggle" href="#" id="SimpleREPL.interact-toggle" onclick="return toggle('SimpleREPL.interact');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.embedded_interpreter.SimpleREPL-class.html#interact">interact</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
199 <a name="SimpleREPL.process_input"></a><div id="SimpleREPL.process_input-def"><a name="L38"></a><tt class="py-lineno"> 38</tt> <a class="py-toggle" href="#" id="SimpleREPL.process_input-toggle" onclick="return toggle('SimpleREPL.process_input'); (…)
    [all...]
lldb.formatters.cpp.gnu_libstdcpp-pysrc.html 73 <a name="StdListSynthProvider"></a><div id="StdListSynthProvider-def"><a name="L10"></a><tt class="py-lineno"> 10</tt> <a class="py-toggle" href="#" id="StdListSynthProvider-toggle" onclick="return toggle('StdListSynthProvider');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider-class.html">StdListSynthProvider</a><tt class="py-op">:</tt> </tt>
75 <a name="StdListSynthProvider.__init__"></a><div id="StdListSynthProvider.__init__-def"><a name="L12"></a><tt class="py-lineno"> 12</tt> <a class="py-toggle" href="#" id="StdListSynthProvider.__init__-toggle" onclick="return toggle('StdListSynthProvider.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">valobj</tt><tt class="py-op">,</tt> <tt class="py-param">dict</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
92 <a name="StdListSynthProvider.next_node"></a><div id="StdListSynthProvider.next_node-def"><a name="L18"></a><tt class="py-lineno"> 18</tt> <a class="py-toggle" href="#" id="StdListSynthProvider.next_node-toggle" onclick="return toggle('StdListSynthProvider.next_node');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider-class.html#next_node">next_node</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt><tt class="py-param">node</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
98 <a name="StdListSynthProvider.is_valid"></a><div id="StdListSynthProvider.is_valid-def"><a name="L22"></a><tt class="py-lineno"> 22</tt> <a class="py-toggle" href="#" id="StdListSynthProvider.is_valid-toggle" onclick="return toggle('StdListSynthProvider.i (…)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 168 assertTrue("wifi not enabled after toggle", waitForWifiState(
171 assertTrue("wifi not connected after toggle", waitForNetworkState(
175 // assertTrue("mobile not disconnected after wifi toggle", waitForNetworkState(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XF86keysym.h 190 #define XF86XK_AudioRepeat 0x1008FF98 /* toggle repeat mode */
191 #define XF86XK_AudioRandomPlay 0x1008FF99 /* toggle shuffle mode */
209 #define XF86XK_TouchpadToggle 0x1008FFA9 /* Toggle between touchpad/trackstick */
  /build/tools/droiddoc/templates-pdk/
head_tag.cs 47 #side-nav .toggle-list ul {display:block;}
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 39 bpy.ops.object.mode_set(mode='OBJECT', toggle=False)
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/
README.md 19 AdvertiserFragment allows the user to toggle BLE Advertising of that device. It broadcasts basic
  /developers/build/prebuilts/gradle/ClippingBasic/
README.md 37 You can toggle if the View is clipped by calling [setClipToOutline(boolean)][2]
  /developers/build/prebuilts/gradle/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 40 // Create a notification with an action to toggle an alarm on the phone.
  /developers/build/prebuilts/gradle/RecyclerView/
README.md 21 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
  /developers/samples/android/admin/AppRestrictionSchema/
template-params.xml 32 AppRestrictionEnforcer sample to toggle the restriction.
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/
template-params.xml 85 AdvertiserFragment allows the user to toggle BLE Advertising of that device. It broadcasts basic
  /developers/samples/android/ui/views/Clipping/ClippingBasic/
README.md 37 You can toggle if the View is clipped by calling [setClipToOutline(boolean)][2]
template-params.xml 94 You can toggle if the View is clipped by calling [setClipToOutline(boolean)][2]
  /developers/samples/android/ui/views/RecyclerView/
README.md 21 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
template-params.xml 77 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 40 // Create a notification with an action to toggle an alarm on the phone.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid3.java 126 public void toggle() { method in class:Grid3.CheckableLayout
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 74 // Toggle out start service/stop service depending on whether the service is running.

Completed in 505 milliseconds

<<11121314151617181920>>