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

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/java/android/widget/
Checkable.java 41 void toggle(); method in interface:Checkable
RadioButton.java 69 * If the radio button is already checked, this method will not toggle the radio button.
72 public void toggle() { method in class:RadioButton
73 // we override to prevent toggle when the radio is already
76 super.toggle();
  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 12 * For each node passed to this function, check to see if a toggle has been
13 * inserted into the node's parent. If yes, change the state of the toggle and
24 var toggle = list[i].parentNode &&
26 if (toggle && toggle.className.substring(0, 6) == 'toggle') {
27 var visible = toggle.className == 'toggle';
29 toggle.className = visible ? 'toggle selected' : 'toggle'
    [all...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 99 *dstC++ = cache[toggle + fi]; \
100 toggle = next_dither_toggle(toggle); \
107 int toggle, int count);
115 int toggle, int count) {
123 int index0 = fi + toggle;
138 int toggle, int count) {
144 cache[toggle + range.fV0],
145 cache[next_dither_toggle(toggle) + range.fV0],
166 cache[toggle + range.fV1]
208 int toggle = init_dither_toggle(x, y); local
389 int toggle = init_dither_toggle16(x, y); local
    [all...]
SkRadialGradient.cpp 60 int toggle, int count);
65 int toggle, int count) {
89 *dstC++ = cache[toggle +
91 toggle = next_dither_toggle16(toggle);
101 *dstC++ = cache[toggle +
103 toggle = next_dither_toggle16(toggle);
111 int toggle, int count) {
125 *dstC++ = cache[toggle + (fi >> SkGradientShaderBase::kCache16Shift)]
177 int toggle = init_dither_toggle16(x, y); local
426 int toggle = init_dither_toggle(x, y); local
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 99 *dstC++ = cache[toggle + fi]; \
100 toggle = next_dither_toggle(toggle); \
107 int toggle, int count);
115 int toggle, int count) {
123 int index0 = fi + toggle;
138 int toggle, int count) {
144 cache[toggle + range.fV0],
145 cache[next_dither_toggle(toggle) + range.fV0],
166 cache[toggle + range.fV1]
208 int toggle = init_dither_toggle(x, y); local
389 int toggle = init_dither_toggle16(x, y); local
    [all...]
SkRadialGradient.cpp 60 int toggle, int count);
65 int toggle, int count) {
89 *dstC++ = cache[toggle +
91 toggle = next_dither_toggle16(toggle);
101 *dstC++ = cache[toggle +
103 toggle = next_dither_toggle16(toggle);
111 int toggle, int count) {
125 *dstC++ = cache[toggle + (fi >> SkGradientShaderBase::kCache16Shift)]
177 int toggle = init_dither_toggle16(x, y); local
426 int toggle = init_dither_toggle(x, y); local
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 227 int toggle = 0; local
595 len[toggle] = char_to_int(ch);
596 if (len[toggle]>max_payload_bytes || len[toggle]<0)
598 fprintf(stderr, "Invalid payload length: %d\n",len[toggle]);
602 enc_final_range[toggle] = char_to_int(ch);
603 err = fread(data[toggle], 1, len[toggle], fin);
604 if (err<len[toggle])
608 len[toggle],err)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCompoundButton.java 25 @Override public void toggle() { method in class:ShadowCompoundButton
31 toggle(); method
ShadowCheckedTextView.java 14 public void toggle() { method in class:ShadowCheckedTextView
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.js 7 function toggle(radioButton) { function
35 document.querySelector('#default').addEventListener('click', toggle);
36 document.querySelector('#gmail').addEventListener('click', toggle);
  /external/chromium_org/chrome/common/extensions/docs/static/js/
popup.js 11 // Set up the buttons to toggle the popup.
21 toggle(popup);
35 function toggle(popup) { function
  /external/chromium_org/third_party/freetype/src/base/
ftdebug.c 90 /* define array of trace toggle names */
139 /* available toggle names. */
162 /* read toggle name, followed by ':' */
175 const char* toggle = ft_trace_toggles[n]; local
180 if ( toggle[i] != q[i] )
184 if ( i == len && toggle[i] == 0 )
  /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 )
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 37 this.options.toggle && this.toggle()
116 , toggle: function () {
137 toggle: true
147 $('body').on('click.collapse.data-api', '[data-toggle=collapse]', function ( e ) {
152 , option = $(target).data('collapse') ? 'toggle' : $this.data()
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CheckableFrameLayout.java 45 public void toggle() { method in class:CheckableFrameLayout
  /development/samples/Support13Demos/src/com/example/android/supportv13/view/
CheckableFrameLayout.java 45 public void toggle() { method in class:CheckableFrameLayout
  /development/samples/Support4Demos/src/com/example/android/supportv4/view/
CheckableFrameLayout.java 45 public void toggle() { method in class:CheckableFrameLayout
  /external/chromium_org/chrome/browser/resources/
about_credits.js 7 function toggle(o) { function
29 links[i].onclick = function () { return toggle(this); };
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
CheckableImageView.java 49 public void toggle() { method in class:CheckableImageView
  /packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java 49 public void toggle() { method in class:CheckableRelativeLayout
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 13 ** distributed under the License is distributed toggle an "AS IS" BASIS,
403 bool setFaceDetectLock(bool toggle);
591 bool setAutoExposureLock(bool toggle);
594 bool setAutoWhiteBalanceLock(bool toggle);
677 bool setVideoStabilization(bool toggle);
876 bool setWDR(bool toggle);
881 bool setAntiShake(bool toggle);
886 bool setObjectTracking(bool toggle);
890 bool setObjectTrackingStart(bool toggle);
897 bool setSmartAuto(bool toggle);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioButtonTest.java 73 button.toggle();
77 button.toggle();
  /external/chromium_org/third_party/WebKit/Source/core/html/
DOMTokenList.h 57 bool toggle(const AtomicString&, ExceptionState&);
58 bool toggle(const AtomicString&, bool force, ExceptionState&);
DOMTokenList.idl 33 [RaisesException, CustomElementCallbacks=Enable] boolean toggle(DOMString token, optional boolean force);

Completed in 715 milliseconds

1 2 3 4 5 6 7 8 9