Home
last modified time | relevance | path

Searched refs:clicked (Results 1 – 25 of 34) 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.jd69 // Check which checkbox was clicked
94 android.view.View} that was clicked)</li>
Dradiobutton.jd76 // Check which radio button was clicked
96 android.view.View} that was clicked)</li>
Dbutton.jd110 android.view.View} that was clicked)</li>
159 different states, such as when clicked.</p>
Dtogglebutton.jd90 android.view.View} that was clicked)</li>
Dpickers.jd123 <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/
DTabHost.java153 public void onTabSelectionChanged(int tabIndex, boolean clicked) { in setup()
155 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.jd88 // do something when the button is clicked
114 // do something when the button is clicked
Ddialogs.jd225 // User clicked OK button
361 // User clicked OK, so save the mSelectedItems results somewhere
/frameworks/base/docs/html/training/activity-testing/
Dactivity-unit-testing.jd90 {@link android.content.Intent} when a button is pushed clicked.</li>
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd143 // Do something when a list item is clicked
Dgridview.jd85 <p>To do something when an item in the grid is clicked, the {@link
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd246 <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/
Dandroid-1.6-highlights.jd76 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
212 between the time you clicked on <strong>Start Method Profiling</strong> and <strong>Stop Method
/frameworks/base/docs/html/training/animation/
Dzoom.jd187 android.view.View.OnClickListener} to the {@link android.widget.ImageView}. When clicked, the
/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/secure-file-sharing/
Dshare-file.jd167 * When a filename in the ListView is clicked, get its
/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
/frameworks/base/docs/html/google/gcm/
Ddemo.jd275 <p class="note"><strong>Note:</strong> What happened? When you clicked the button, the web server s…
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd92 android.view.View} that was clicked)</li>

12