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

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/res/layout/
visibility.xml 59 <Button android:id="@+id/vis"
64 <Button android:id="@+id/invis"
69 <Button android:id="@+id/gone"
visibility_callback.xml 64 <Button android:id="@+id/vis"
69 <Button android:id="@+id/invis"
74 <Button android:id="@+id/gone"
  /frameworks/base/core/tests/coretests/src/android/view/
DisabledTest.java 25 import android.widget.Button;
33 private Button mDisabled;
47 mDisabled = (Button) a.findViewById(R.id.disabledButton);
DrawableBgMinSize.java 27 import android.widget.Button;
44 private Button mChangeBackgroundsButton;
61 mChangeBackgroundsButton = (Button) findViewById(R.id.change_backgrounds);
IncludeTest.java 66 assertEquals("Included button should be invisible", View.INVISIBLE, button1.getVisibility());
76 assertEquals("Included button should be 23dip x 23dip", 23, lp.width);
77 assertEquals("Included button should be 23dip x 23dip", 23, lp.height);
SetTagsTest.java 23 import android.widget.Button;
29 private Button mView;
39 mView = (Button) getActivity().findViewById(R.id.disabledButton);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java 58 assertTrue("button should have scrolled onto screen",
60 assertTrue("button should have gained focus as it was scrolled completely "
71 assertTrue("button should have focus", mBottomButton.isFocused());
  /packages/apps/Contacts/res/layout-finger/
voicemail_dial_delete.xml 27 <!-- Onscreen "Voicemail" button.
40 <!-- Onscreen "Dial" button, used on all platforms by
52 <!-- Onscreen "Backspace/Delete" button
  /packages/apps/Contacts/res/layout-long-finger/
voicemail_dial_delete.xml 28 <!-- Onscreen "Voicemail" button.
41 <!-- Onscreen "Dial" button, used on all platforms by
53 <!-- Onscreen "Backspace/Delete" button
  /packages/apps/Email/res/layout/
message_list.xml 44 <Button
51 <Button
58 <Button android:id="@+id/btn_multi_delete"
  /packages/apps/Email/res/layout-land/
message_view.xml 61 <Button
67 <Button
73 <Button
  /packages/apps/Mms/res/layout/
image_attachment_view_landscape.xml 41 <Button
48 <Button
55 <Button
image_attachment_view_portrait.xml 41 <Button
48 <Button
55 <Button
video_attachment_view_landscape.xml 54 <Button
61 <Button
68 <Button
video_attachment_view_portrait.xml 54 <Button
61 <Button
68 <Button
  /packages/apps/Music/res/layout-finger/
weekpicker.xml 46 <!-- Set button -->
53 <Button android:id="@+id/set"
59 <Button android:id="@+id/cancel"
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 25 import android.widget.Button;
50 ((Button) findViewById(R.id.set)).setOnClickListener(mListener);
52 ((Button) findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/PackageInstaller/res/layout/
uninstall_progress.xml 45 <!-- Button bar with OK button -->
60 <Button android:id="@+id/ok_button"
  /packages/apps/Phone/res/layout/
incall_touch_ui.xml 73 <!-- This button's label changes to "Manage calls" in some CDMA states. -->
87 <!-- This button is used only on CDMA devices, where we can't use
88 the Merge button in the main cluster (because the "Add Call"
89 button might need to be enabled at the same time.) -->
126 text label, so we use a <Button> with a "top"
132 <!-- The upper-left button in the main cluster is either
144 <Button android:id="@+id/addButton"
156 <!-- This button is used only on GSM devices, where we know
158 The "Merge" button for CDMA devices is "cdmaMergeButton" above. -->
159 <Button android:id="@+id/mergeButton
    [all...]
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 26 import android.widget.Button;
36 private Button mPlaceCall;
46 mPlaceCall = (Button) findViewById(R.id.placeCall);
  /packages/apps/Settings/res/layout/
proxy.xml 61 <Button android:id="@+id/action"
66 <Button android:id="@+id/clear"
71 <Button android:id="@+id/defaultView"
  /packages/wallpapers/LivePicker/res/values/
strings.xml 32 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
36 <!-- Button label, action, sets the currently selected wallpaper. -->
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 53 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
54 SDL_MOUSEBUTTONUP, /* Mouse button released */
58 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
59 SDL_JOYBUTTONUP, /* Joystick button released */
130 Uint8 state; /* The current button state */
136 /* Mouse button event structure */
140 Uint8 button; /* The mouse button index */ member in struct:SDL_MouseButtonEvent
175 /* Joystick button event structure */
179 Uint8 button; /* The joystick button index * member in struct:SDL_JoyButtonEvent
225 SDL_MouseButtonEvent button; member in union:SDL_Event
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 53 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
54 SDL_MOUSEBUTTONUP, /* Mouse button released */
58 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
59 SDL_JOYBUTTONUP, /* Joystick button released */
130 Uint8 state; /* The current button state */
136 /* Mouse button event structure */
140 Uint8 button; /* The mouse button index */ member in struct:SDL_MouseButtonEvent
175 /* Joystick button event structure */
179 Uint8 button; /* The joystick button index * member in struct:SDL_JoyButtonEvent
225 SDL_MouseButtonEvent button; member in union:SDL_Event
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 52 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
53 SDL_MOUSEBUTTONUP, /* Mouse button released */
57 SDL_JOYBUTTONDOWN, /* Joystick button pressed */
58 SDL_JOYBUTTONUP, /* Joystick button released */
127 Uint8 state; /* The current button state */
133 /* Mouse button event structure */
137 Uint8 button; /* The mouse button index */ member in struct:SDL_MouseButtonEvent
172 /* Joystick button event structure */
176 Uint8 button; /* The joystick button index * member in struct:SDL_JoyButtonEvent
222 SDL_MouseButtonEvent button; member in union:__anon12916
    [all...]

Completed in 66 milliseconds

<<11121314151617181920>>