HomeSort by relevance Sort by last modified time
    Searched full:onclick (Results 76 - 100 of 1762) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 44 public void onClick(View v) {
54 public void onClick(View v) {
63 public void onClick(View v) {
72 public void onClick(View v) {
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 60 public void onClick(View v) {
68 public void onClick(View v) {
76 public void onClick(View v) {
84 public void onClick(View v) {
  /frameworks/base/docs/html/design/downloads/
index.jd 23 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'All Design Assets']);"
49 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Fireworks Stencil']);"
51 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Illustrator Stencil']);"
53 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'OmniGraffle Stencil']);"
55 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Photoshop Sources']);"
82 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Action Bar Icons']);"
108 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Roboto ZIP']);"
110 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Roboto Specemin Book']);"
134 <a class="download-button" onClick="_gaq.push(['_trackEvent', 'Design', 'Download', 'Color Swatches']);"
  /packages/apps/Dialer/
proguard.flags 1 # Xml files containing onClick (menus and layouts) require that proguard not
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 138 public void onClick(View v) {
151 public void onClick(View v) { throw new BadBehaviorException(); }
156 public void onClick(View v) {
166 public void onClick(View v) {
177 public void onClick(View v) { Log.wtf(TAG, "Apps Behaving Badly"); }
182 public void onClick(View v) {
191 public void onClick(View v) {
200 public void onClick(View v) {
208 public void onClick(View v) {
216 public void onClick(View v)
    [all...]
  /development/samples/AppNavigation/res/layout/
notifications.xml 28 android:onClick="onPostDirect" />
33 android:onClick="onPostInterstitial" />
  /development/samples/SupportAppNavigation/res/layout/
notifications.xml 28 android:onClick="onPostDirect" />
33 android:onClick="onPostInterstitial" />
  /development/samples/training/notify-user/res/layout/
activity_result.xml 25 android:onClick="onDismissClick"
34 android:onClick="onSnoozeClick"
  /external/chromium/chrome/browser/debugger/manual_tests/
dom-mutation.html 26 <button onclick="test1()">Test Frame 1</button>
27 <button onclick="test2()">Test Frame 2</button>
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_done.html 19 onclick="cloudprint.printTestPage()" />
21 onclick="chrome.send('DialogClose', [''])" />
  /external/chromium/chrome/browser/resources/options/chromeos/
system_options.js 41 $('language-button').onclick = function(event) {
44 $('modifier-keys-button').onclick = function(event) {
  /external/webkit/Source/WebCore/manual-tests/
animation-with-transition.html 56 <button onclick="doTransition();">Transition</button>
57 <button onclick="doAnimation();">Set Animation</button>
  /external/webkit/Source/WebCore/manual-tests/inspector/
debugger-shortcuts-with-console-opened.html 14 Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing <b>onclick="testFunction()"</b>. Press F8. The execution should stop on the breakpoint.
16 <button onclick="testFunction()">Test</button><br><br>
dom-mutation.html 25 <button onclick="test1()">Test Frame 1</button>
26 <button onclick="test2()">Test Frame 2</button>
  /frameworks/base/core/java/android/text/style/
ClickableSpan.java 25 * text can be selected. If clicked, the {@link #onClick} method will
33 public abstract void onClick(View widget);
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_4.xml 29 android:onClick="setListTranslucent"
35 android:onClick="setListOpaque"
  /frameworks/base/tests/StatusBar/res/layout/
test_alert.xml 35 android:onClick="dismiss"
50 android:onClick="dismiss"
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 109 // a.onClick(a.findViewById(R.id.reply));
110 // a.onClick(a.findViewById(R.id.reply_all));
111 // a.onClick(a.findViewById(R.id.delete));
112 // a.onClick(a.findViewById(R.id.moveToOlder));
113 // a.onClick(a.findViewById(R.id.moveToNewer));
114 //// a.onClick(a.findViewById(R.id.download)); // not revealed yet, so unfair test
115 //// a.onClick(a.findViewById(R.id.view)); // not revealed yet, so unfair test
116 // a.onClick(a.findViewById(R.id.show_pictures));
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_preview.xml 35 android:onClick="configureLiveWallpaper"
46 android:onClick="setLiveWallpaper"
  /external/chromium/chrome/browser/resources/
safe_browsing_multiple_threat_block.html 126 <td><a href="" onclick="var id= this.getAttribute('chromiumID'); this.getAttribute('chromiumIsMalware') ? showDiagnostic(id) : reportError(id); return false;" jscontent="errorLink" jsvalues="chromiumID:$counter.value;chromiumIsMalware:type=='malware'" jseval="$counter.value++"></a></td>
131 <div class="main"><a href="" i18n-content="description3" onclick="learnMore(); return false;" onmousedown="return false;"></a></div>
134 <input name="checky" id="checky" type="checkbox" onclick="agreed(this.form)">&nbsp;<label for="checky" i18n-content="confirm_text"></label>
135 <input type="button" name="continue_button" i18n-values="value:continue_button" disabled="true" onclick="proceed();"><br>
136 <input type="button" name="back_button" i18n-values="value:back_button" onclick="takeMeBack()">
  /external/webkit/Source/WebCore/manual-tests/plugins/
windowed.html 79 <input type="button" id="visibilityButton" value="Test Visibility" onClick="testVisibility()"/><br/>
82 <input type="button" id="resizeButton" value="Test Resize" onClick="testResize()"/><br/>
85 <input type="button" id="moveButton" value="Test Move" onClick="testMove()"/><br/>
88 <input type="button" id="animationButton" value="Test Animation" onClick="testAnimation()"/><br/>
102 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>
windowless.html 80 <input type="button" id="visibilityButton" value="Test Visibility" onClick="testVisibility()"/><br/>
83 <input type="button" id="resizeButton" value="Test Resize" onClick="testResize()"/><br/>
86 <input type="button" id="moveButton" value="Test Move" onClick="testMove()"/><br/>
89 <input type="button" id="animationButton" value="Test Animation" onClick="testAnimation()"/><br/>
103 <input type="button" value="Toggle transparent div" onClick="toggleDivOverFlash()"<br/>
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 55 public void onClick(View v) {
63 public void onClick(View v) {
71 public void onClick(View v) {
78 public void onClick(View v) {
86 public void onClick(View v) {
93 public void onClick(View v) {
100 public void onClick(View v) {
107 public void onClick(View v) {
114 public void onClick(View v) {
121 public void onClick(View v)
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 111 public void onClick(View v) {
128 public void onClick(View v) {
137 public void onClick(View v) {
152 public void onClick(View v) {
179 public void onClick(View v) {
197 public void onClick(View v) {
213 public void onClick(View v) {
228 public void onClick(View v) {
240 public void onClick(View v) {
254 public void onClick(View v)
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/controls/
togglebutton.jd 49 href="/reference/android/R.attr.html#onClick">android:onClick</a></code> attribute to the
56 href="/reference/android/R.attr.html#onClick">android:onClick</a></code> attribute:</p>
65 android:onClick="onToggleClicked"/>
84 <p>The method you declare in the {@link android.R.attr#onClick android:onClick} attribute

Completed in 368 milliseconds

1 2 34 5 6 7 8 91011>>