OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_buttons
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java
51
private static final int
NUM_BUTTONS
= 8;
52
private static final int MAX_RECENT_TASKS =
NUM_BUTTONS
* 2; // allow for some discards
54
final TextView[] mIcons = new TextView[
NUM_BUTTONS
];
275
for (int i = 0; i < numTasks && (index <
NUM_BUTTONS
); ++i) {
325
for (; index <
NUM_BUTTONS
; ++index) {
/external/chromium/chrome/browser/ui/cocoa/
js_modal_dialog_cocoa.mm
166
int
num_buttons
= [[alert_ buttons] count];
167
switch (
num_buttons
) {
/external/qemu/android/skin/
window.c
788
int
num_buttons
;
member in struct:Layout
802
Button* __button_end = __button + (layout)->
num_buttons
; \
827
for (nn = 0; nn < layout->
num_buttons
; nn++)
845
layout->
num_buttons
= 0;
877
layout->
num_buttons
= n_buttons;
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h
383
short
num_buttons
;
member in struct:__anon20355
767
short
num_buttons
;
member in struct:_XButtonInfo
898
short
num_buttons
;
member in struct:__anon20388
[
all
...]
XIproto.h
262
CARD16
num_buttons
B16;
1172
CARD8
num_buttons
;
member in struct:__anon20453
1508
CARD8
num_buttons
;
member in struct:__anon20478
[
all
...]
Completed in 99 milliseconds