Searched defs:button (Results 1 - 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DPopupMenu1.java29 * This demonstrates the use of the PopupMenu class. Clicking the button will inflate and
39 public void onPopupButtonClick(View button) { argument
40 PopupMenu popup = new PopupMenu(this, button);
H A DSecureView.java51 * 1. The "unsecured button" does not apply any touch filtering of any kind.
52 * When the toast appears, this button remains clickable as usual which creates an
55 * 2. The "built-in secured button" leverages the android:filterTouchesWhenObscured view
57 * When the toast appears, the button does not receive the touch and appears to be inoperable.
59 * 3. The "custom secured button" adds a touch listener to the button which intercepts the
109 private void setClickedAction(Button button) { argument
110 button.setOnClickListener(new OnClickListener() {
125 private void setTouchFilter(Button button) { argument
126 button
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/content/
H A DClipboardSample.java108 public void pasteStyledText(View button) { argument
112 public void pastePlainText(View button) { argument
116 public void pasteHtmlText(View button) { argument
120 public void pasteIntent(View button) { argument
125 public void pasteUri(View button) { argument
/development/ndk/platforms/android-3/include/linux/
H A Dinput.h622 __u16 button; member in struct:ff_trigger

Completed in 312 milliseconds