OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slayout
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/skin/
window.c
649
button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout*
slayout
)
658
if (
slayout
->has_dpad_rotation) {
663
button->keycode = android_keycode_rotate( button->keycode, -
slayout
->dpad_rotation );
807
SkinLayout*
slayout
;
member in struct:Layout
862
layout_init( Layout* layout, SkinLayout*
slayout
)
871
layout->color =
slayout
->color;
872
layout->
slayout
=
slayout
;
874
SKIN_LAYOUT_LOOP_LOCS(
slayout
,loc)
907
layout->rect.size =
slayout
->size
[
all
...]
Completed in 1193 milliseconds