HomeSort by relevance Sort by last modified time
    Searched full:button (Results 826 - 850 of 1669) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/res/res/layout/
time_picker.xml 48 <Button
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHeterogeneous.java 46 return ListItemFactory.button(
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionViewTest.java 35 assertTrue("expecting the top button to have focus",
  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 25 the flub button. At the end you can save out the bookmarked mistakes
130 <p>All we need now is a way to stop the timer when the stop button
131 is pressed. Another button listener defined like this:</p>
139 <p>will make sure that the next callback is removed when the stop button
  /frameworks/base/docs/html/resources/tutorials/views/
hello-webview.jd 95 button on the device, so that it will return to the previous page, rather than exit the
99 <li>To handle the BACK button key press, add the following method inside the
112 anytime a button is pressed while in the Activity. The condition inside uses the {@link
113 android.view.KeyEvent} to check whether the key pressed is the BACK button and whether the
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityNoScrollPanScan.java 28 import android.widget.Button;
ManyEditTextActivityScrollPanScan.java 28 import android.widget.Button;
OneEditTextActivitySelected.java 28 import android.widget.Button;
  /packages/apps/AccountsAndSyncSettings/res/layout/
manage_accounts_screen.xml 49 <Button android:id="@+id/add_account_button"
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 24 * {@code CameraButtonIntentReceiver} is invoked when the camera button is
  /packages/apps/Email/res/layout/
account_setup_check_settings.xml 52 <Button
accounts.xml 45 <Button
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 41 import android.widget.Button;
52 private Button mDoneButton;
75 mDoneButton = (Button)findViewById(R.id.done);
122 // Make sure the "done" button is in the proper state
  /packages/apps/Launcher2/res/layout-land/
live_folder_grid.xml 23 <Button
user_folder.xml 20 <Button
  /packages/apps/Launcher2/res/layout-port/
live_folder_grid.xml 23 <Button
user_folder.xml 20 <Button
  /packages/apps/Mms/res/layout/
edit_slide_duration.xml 58 <Button android:id="@+id/done"
  /packages/apps/Phone/res/layout/
sim_missing.xml 35 <Button android:id="@+id/continueView"
  /packages/apps/Phone/res/values/
ids.xml 35 we treat these as "button clicks" even though the UI elements
  /packages/apps/Settings/res/layout/
date_time_settings_setupwizard.xml 43 <Button android:id="@+id/next_button"
power_usage_action_item.xml 47 <Button
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 57 import org.eclipse.swt.widgets.Button;
108 /** The "add" button for the tree view */
109 private Button mAddButton;
110 /** The "remove" button for the tree view */
111 private Button mRemoveButton;
112 /** The "up" button for the tree view */
113 private Button mUpButton;
114 /** The "down" button for the tree view */
115 private Button mDownButton;
645 * Called when the "Add..." button next to the tree view is selected
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java 30 import android.widget.Button;
50 private Button mButton;
81 mButton = new Button(mActivity);
  /development/simulator/app/
PhoneWindow.h 149 /* button mouse-over highlight handling */
151 PhoneButton* mpMOHButton; // over this button
152 KeyCode mMouseKeySent; // to handle "key up" for mouse button

Completed in 404 milliseconds

<<31323334353637383940>>