Searched refs:clicked (Results 1 – 25 of 35) sorted by relevance
12
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractEditLayout.java | 88 public void onClick(View clicked) { in onFinishInflate() 90 new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show(); in onFinishInflate()
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | checkbox.jd | 70 // Check which checkbox was clicked 95 android.view.View} that was clicked)</li>
|
D | radiobutton.jd | 77 // Check which radio button was clicked 97 android.view.View} that was clicked)</li>
|
D | togglebutton.jd | 91 android.view.View} that was clicked)</li>
|
D | pickers.jd | 124 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p> 229 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p>
|
D | button.jd | 111 android.view.View} that was clicked)</li> 160 different states, such as when clicked.</p>
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 149 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup() 151 if (clicked) { in setup()
|
D | TabWidget.java | 563 void onTabSelectionChanged(int tabIndex, boolean clicked); in onTabSelectionChanged() argument
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 108 <dd><em>Method name</em>. The method to call when this menu item is clicked. The 110 only parameter, which indicates the item clicked. This method takes precedence over the standard 294 // One of the group items (using the onClick attribute) was clicked
|
D | color-list-resource.jd | 98 is touched/clicked); "false" if this item should be used in the default, non-pressed state.</dd>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 58 <td>A push-button that can be pressed, or clicked, by the user to perform an action.</td>
|
D | ui-events.jd | 92 // do something when the button is clicked 118 // do something when the button is clicked
|
/frameworks/base/docs/html/tools/workflow/publishing/ |
D | publishing.jd | 303 open the Google Play application if clicked from a device).</li> 384 <p>When clicked from a desktop web browser, this opens the Google Play web site to view the 385 {@code com.example.android} application. When clicked from an Android-powered device, users are 454 <p>When clicked from a desktop web browser, this opens the Google Play web site and performs the 455 search. When clicked from an Android-powered device, users are given the option to use either their
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | listview.jd | 140 // Do something when a list item is clicked
|
D | gridview.jd | 81 <p>To do something when an item in the grid is clicked, the {@link
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 242 <p>To open links clicked by the user, simply provide a {@link 253 <p>If you want more control over where a clicked link load, create your own {@link
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 75 clicked. So popular contacts or apps that have previously been picked will bubble up to
|
/frameworks/base/docs/html/tools/debugging/ |
D | ddms.jd | 142 since you clicked on the <strong>Start Tracking</strong> button. You can click on <strong>Get 213 between the time you clicked on <strong>Start Method Profiling</strong> and <strong>Stop Method
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex2.jd | 172 inside the <code>ListView</code> that was clicked on, the 173 <code>position</code> in the list that was clicked, and the 174 <code>mRowId</code> of the item that was clicked. In this instance we can
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 90 android.view.View} that was clicked)</li>
|
/frameworks/base/docs/html/guide/components/ |
D | bound-services.jd | 250 when a button is clicked:</p> 281 /** Called when a button is clicked (the button in the layout file attaches to
|
D | fragments.jd | 600 // Append the clicked item's row ID with the content provider Uri 610 android.app.ListFragment#onListItemClick onListItemClick()} is the row ID of the clicked item,
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | demo.jd | 257 <p class="note"><strong>Note:</strong> What happened? When you clicked the button, the web server s…
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 251 search UI and clicked the search button.</td>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_failed.txt | 398 /sdcard/android/layout_tests/fast/forms/search-delete-while-cancel-button-clicked.html 896 /sdcard/android/layout_tests/media/audio-delete-while-step-button-clicked.html 940 /sdcard/android/layout_tests/media/audio-delete-while-slider-thumb-clicked.html
|
12