Searched refs:clicked (Results 1 – 25 of 34) 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 | 69 // Check which checkbox was clicked 94 android.view.View} that was clicked)</li>
|
D | radiobutton.jd | 76 // Check which radio button was clicked 96 android.view.View} that was clicked)</li>
|
D | button.jd | 110 android.view.View} that was clicked)</li> 159 different states, such as when clicked.</p>
|
D | togglebutton.jd | 90 android.view.View} that was clicked)</li>
|
D | pickers.jd | 123 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p> 228 <p>For example, here's a button that, when clicked, calls a method to show the dialog:</p>
|
/frameworks/base/core/java/android/widget/ |
D | TabHost.java | 153 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup() 155 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 | 88 // do something when the button is clicked 114 // do something when the button is clicked
|
D | dialogs.jd | 225 // User clicked OK button 361 // User clicked OK, so save the mSelectedItems results somewhere
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-unit-testing.jd | 90 {@link android.content.Intent} when a button is pushed clicked.</li>
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | listview.jd | 143 // Do something when a list item is clicked
|
D | gridview.jd | 85 <p>To do something when an item in the grid is clicked, the {@link
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 246 <p>To open links clicked by the user, simply provide a {@link 257 <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 | 76 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 212 between the time you clicked on <strong>Start Method Profiling</strong> and <strong>Stop Method
|
/frameworks/base/docs/html/training/animation/ |
D | zoom.jd | 187 android.view.View.OnClickListener} to the {@link android.widget.ImageView}. When clicked, the
|
/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/secure-file-sharing/ |
D | share-file.jd | 167 * When a filename in the ListView is clicked, get its
|
/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
|
/frameworks/base/docs/html/google/gcm/ |
D | demo.jd | 275 <p class="note"><strong>Note:</strong> What happened? When you clicked the button, the web server s…
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | starting-activity.jd | 92 android.view.View} that was clicked)</li>
|
12