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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
Checkable.java 41 void toggle(); method in interface:Checkable
RadioButton.java 71 * If the radio button is already checked, this method will not toggle the radio button.
74 public void toggle() { method in class:RadioButton
75 // we override to prevent toggle when the radio is already
78 super.toggle();
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 104 *dstC++ = cache[toggle + fi]; \
105 toggle = next_dither_toggle(toggle); \
112 int toggle, int count);
120 int toggle, int count) {
128 int index0 = fi + toggle;
143 int toggle, int count) {
149 cache[toggle + range.fV0],
150 cache[next_dither_toggle(toggle) + range.fV0],
171 cache[toggle + range.fV1]
215 int toggle = init_dither_toggle(x, y); local
402 int toggle = init_dither_toggle16(x, y); local
    [all...]
SkRadialGradient.cpp 69 int toggle, int count);
74 int toggle, int count) {
98 *dstC++ = cache[toggle +
100 toggle = next_dither_toggle16(toggle);
110 *dstC++ = cache[toggle +
112 toggle = next_dither_toggle16(toggle);
120 int toggle, int count) {
125 *dstC++ = cache[toggle + (fi >> SkGradientShaderBase::kCache16Shift)]
184 int toggle = init_dither_toggle16(x, y); local
416 int toggle = init_dither_toggle(x, y); local
    [all...]
SkSweepGradient.cpp 89 int toggle = init_dither_toggle(x, y); local
111 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
114 toggle = next_dither_toggle(toggle);
120 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
121 toggle = next_dither_toggle(toggle);
131 int toggle = init_dither_toggle16(x, y); local
154 *dstC++ = cache[toggle + index];
155 toggle = next_dither_toggle16(toggle)
    [all...]
SkTwoPointConicalGradient.cpp 136 const SkPMColor* cache, int toggle, int count);
139 const SkPMColor* SK_RESTRICT cache, int toggle,
148 *dstC++ = cache[toggle +
151 toggle = next_dither_toggle(toggle);
156 const SkPMColor* SK_RESTRICT cache, int toggle,
165 *dstC++ = cache[toggle +
168 toggle = next_dither_toggle(toggle);
173 const SkPMColor* SK_RESTRICT cache, int toggle,
245 int toggle = init_dither_toggle(x, y); local
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 104 *dstC++ = cache[toggle + fi]; \
105 toggle = next_dither_toggle(toggle); \
112 int toggle, int count);
120 int toggle, int count) {
128 int index0 = fi + toggle;
143 int toggle, int count) {
149 cache[toggle + range.fV0],
150 cache[next_dither_toggle(toggle) + range.fV0],
171 cache[toggle + range.fV1]
215 int toggle = init_dither_toggle(x, y); local
402 int toggle = init_dither_toggle16(x, y); local
    [all...]
SkRadialGradient.cpp 69 int toggle, int count);
74 int toggle, int count) {
98 *dstC++ = cache[toggle +
100 toggle = next_dither_toggle16(toggle);
110 *dstC++ = cache[toggle +
112 toggle = next_dither_toggle16(toggle);
120 int toggle, int count) {
125 *dstC++ = cache[toggle + (fi >> SkGradientShaderBase::kCache16Shift)]
184 int toggle = init_dither_toggle16(x, y); local
416 int toggle = init_dither_toggle(x, y); local
    [all...]
SkSweepGradient.cpp 89 int toggle = init_dither_toggle(x, y); local
111 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
114 toggle = next_dither_toggle(toggle);
120 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
121 toggle = next_dither_toggle(toggle);
131 int toggle = init_dither_toggle16(x, y); local
154 *dstC++ = cache[toggle + index];
155 toggle = next_dither_toggle16(toggle)
    [all...]
SkTwoPointConicalGradient.cpp 136 const SkPMColor* cache, int toggle, int count);
139 const SkPMColor* SK_RESTRICT cache, int toggle,
148 *dstC++ = cache[toggle +
151 toggle = next_dither_toggle(toggle);
156 const SkPMColor* SK_RESTRICT cache, int toggle,
165 *dstC++ = cache[toggle +
168 toggle = next_dither_toggle(toggle);
173 const SkPMColor* SK_RESTRICT cache, int toggle,
245 int toggle = init_dither_toggle(x, y); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMTokenList.idl 34 [RaisesException, CustomElementCallbacks] boolean toggle(DOMString token, optional boolean force);
  /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
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.h 46 void invalidateReferenceFrames(int toggle);
47 void clearAsReference(int toggle, int ref_type);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ProjectionActivity.java 39 boolean toggle = false;
42 toggle = !toggle;
43 setProject(toggle);
  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 251 int toggle = 0; local
660 len[toggle] = char_to_int(ch);
661 if (len[toggle]>max_payload_bytes || len[toggle]<0)
663 fprintf(stderr, "Invalid payload length: %d\n",len[toggle]);
667 enc_final_range[toggle] = char_to_int(ch);
668 err = fread(data[toggle], 1, len[toggle], fin);
669 if (err<len[toggle])
673 len[toggle],err)
    [all...]
  /external/libopus/src/
opus_demo.c 251 int toggle = 0; local
660 len[toggle] = char_to_int(ch);
661 if (len[toggle]>max_payload_bytes || len[toggle]<0)
663 fprintf(stderr, "Invalid payload length: %d\n",len[toggle]);
667 enc_final_range[toggle] = char_to_int(ch);
668 err = fread(data[toggle], 1, len[toggle], fin);
669 if (err<len[toggle])
673 len[toggle],err)
    [all...]
  /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 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/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/core/src/fxge/fx_freetype/fxft2.5.01/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

Completed in 1772 milliseconds

1 2 3 4 5 6 7 8 91011>>