Home
last modified time | relevance | path

Searched refs:clicked (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/inputmethodservice/
DExtractEditLayout.java88 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/
Dcheckbox.jd70 // Check which checkbox was clicked
95 android.view.View} that was clicked)</li>
Dradiobutton.jd77 // Check which radio button was clicked
97 android.view.View} that was clicked)</li>
Dtogglebutton.jd91 android.view.View} that was clicked)</li>
Dpickers.jd124 <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>
Dbutton.jd111 android.view.View} that was clicked)</li>
160 different states, such as when clicked.</p>
/frameworks/base/core/java/android/widget/
DTabHost.java149 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup()
151 if (clicked) { in setup()
DTabWidget.java563 void onTabSelectionChanged(int tabIndex, boolean clicked); in onTabSelectionChanged() argument
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd108 <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
Dcolor-list-resource.jd98 is touched/clicked); "false" if this item should be used in the default, non-pressed state.</dd>
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd58 <td>A push-button that can be pressed, or clicked, by the user to perform an action.</td>
Dui-events.jd92 // do something when the button is clicked
118 // do something when the button is clicked
/frameworks/base/docs/html/tools/workflow/publishing/
Dpublishing.jd303 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/
Dlistview.jd140 // Do something when a list item is clicked
Dgridview.jd81 <p>To do something when an item in the grid is clicked, the {@link
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd242 <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/
Dandroid-1.6-highlights.jd75 clicked. So popular contacts or apps that have previously been picked will bubble up to
/frameworks/base/docs/html/tools/debugging/
Dddms.jd142 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/
Dnotepad-ex2.jd172 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/
Dstarting-activity.jd90 android.view.View} that was clicked)</li>
/frameworks/base/docs/html/guide/components/
Dbound-services.jd250 when a button is clicked:</p>
281 /** Called when a button is clicked (the button in the layout file attaches to
Dfragments.jd600 // 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/
Ddemo.jd257 <p class="note"><strong>Note:</strong> What happened? When you clicked the button, the web server s…
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd251 search UI and clicked the search button.</td>
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt398 /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