HomeSort by relevance Sort by last modified time
    Searched defs:buttons (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/misc/windows/sdl2/test/
testmessage.c 35 const SDL_MessageBoxButtonData buttons[] = { local
53 buttons,
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
MappedButtonConfig.java 89 List<Integer> buttons = new ArrayList<>(); local
92 buttons.add(entry.getKey());
95 return buttons;
163 * Returns an integer used to determine which button is chosen for a slot when multiple buttons
170 * Returns an integer used to determine the order in which buttons that weren't chosen for their
InCallButtonGridFragment.java 32 /** Fragment for the in call buttons (mute, speaker, ect.). */
38 private CheckableLabeledButton[] buttons = new CheckableLabeledButton[BUTTON_COUNT]; field in class:InCallButtonGridFragment
58 buttons[0] = ((CheckableLabeledButton) view.findViewById(R.id.incall_first_button));
59 buttons[1] = ((CheckableLabeledButton) view.findViewById(R.id.incall_second_button));
60 buttons[2] = ((CheckableLabeledButton) view.findViewById(R.id.incall_third_button));
61 buttons[3] = ((CheckableLabeledButton) view.findViewById(R.id.incall_fourth_button));
62 buttons[4] = ((CheckableLabeledButton) view.findViewById(R.id.incall_fifth_button));
63 buttons[5] = ((CheckableLabeledButton) view.findViewById(R.id.incall_sixth_button));
81 for (CheckableLabeledButton button : buttons) {
120 buttons[i].setVisibility(View.INVISIBLE)
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
140 * Returns a human-readable string listing all the stylus buttons that were pressed when the
145 String buttons = ""; local
148 buttons += " primary";
152 buttons += " secondary";
156 buttons += " tertiary";
160 buttons += " back";
164 buttons += " forward";
167 if (buttons.equals("")){
168 buttons = "none"
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
RadioButtonSetFilter.java 15 private Vector<RadioButton> buttons; field in class:RadioButtonSetFilter
25 buttons = new Vector();
35 int formValue = buttons.size();
38 buttons.add(radioButton);
43 if (index < buttons.size())
45 buttons.get(index).setChecked(true);
53 return buttons.size();
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 32 Button[] buttons = new Button[6]; field in class:HierarchicalMove
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);
52 // Move button0, then buttons 1/2 together, then buttons 3/4/5 sequentially:
67 move0.addTarget(buttons[0])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 157 Composite buttons = new Composite(mTop, SWT.NONE); local
158 buttons.setLayout(new GridLayout());
159 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL));
163 mAddButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
183 mRemoveButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
199 Label l = new Label(buttons, SWT.SEPARATOR | SWT.HORIZONTAL);
202 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
222 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 139 // center part with the list on the left and the buttons
163 // right part: buttons
164 Composite buttons = new Composite(main, SWT.NONE); local
165 buttons.setLayoutData(new GridData(GridData.FILL_VERTICAL));
166 buttons.setLayout(new GridLayout(1, true));
168 Button newButton = new Button(buttons, SWT.NONE);
187 final Button editButton = new Button(buttons, SWT.NONE);
211 final Button deleteButton = new Button(buttons, SWT.NONE);
  /external/autotest/frontend/client/src/autotest/afe/
AbortSynchronousDialog.java 55 Panel buttons = new HorizontalPanel(); local
56 buttons.add(abortAll);
58 buttons.add(abortAsynchronous);
60 buttons.add(cancel);
61 contents.add(buttons);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_messagebox.h 100 const SDL_MessageBoxButtonData *buttons; member in struct:__anon60913
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_messagebox.h 100 const SDL_MessageBoxButtonData *buttons; member in struct:__anon61022
  /prebuilts/misc/windows/sdl2/include/
SDL_messagebox.h 100 const SDL_MessageBoxButtonData *buttons; member in struct:__anon61101
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_messagebox.h 100 const SDL_MessageBoxButtonData *buttons; member in struct:__anon61195
  /bionic/libc/kernel/uapi/linux/
joystick.h 70 __s32 buttons; member in struct:JS_DATA_TYPE
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 22 * text view containing instructions and one or more buttons that trigger intents.
37 public static final String EXTRA_BUTTONS = "buttons";
64 final ViewGroup buttons = (ViewGroup) findViewById(R.id.buttons); local
71 buttons.addView(button);
139 public TestInfo(String testId, int title, int infoText, ButtonInfo... buttons) {
141 * up to 2 buttons and won't render well with more buttons on small screen devices.
142 * If you need more than 2 buttons, please change the layout so it can properly render
145 if (buttons.length > 2)
    [all...]
  /development/ndk/platforms/android-21/include/linux/
joystick.h 82 __s32 buttons; member in struct:JS_DATA_TYPE
  /external/ImageMagick/MagickWand/
animate.c 101 *buttons[]=
226 for (p=buttons; *p != (char *) NULL; p++)
99 *buttons[]= local
    [all...]
display.c 102 *buttons[]=
261 for (p=buttons; *p != (char *) NULL; p++)
100 *buttons[]= local
    [all...]
  /external/kernel-headers/original/uapi/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 215 // Buttons and text do switch sides though.
218 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons); local
220 buttons.setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE);
221 swapChildrenIfRtlAndVertical(buttons);
223 buttons.setVisibility(View.GONE);
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
VoicemailErrorAlert.java 147 * Attach actions to buttons until all buttons are assigned. If there are not enough actions the
148 * rest of the buttons will be removed. If there are more actions then buttons the extra actions
153 TextView[] buttons = new TextView[] {primaryAction, secondaryAction}; local
155 for (int i = 0; i < buttons.length; i++) {
161 buttons[i].setVisibility(View.GONE);
163 button = buttons[i];
170 buttons[i].setVisibility(View.GONE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h 61 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
112 __s32 buttons; member in struct:JS_DATA_TYPE

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 910