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
638
button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout*
slayout
)
647
if (
slayout
->has_dpad_rotation) {
652
button->keycode = android_keycode_rotate( button->keycode, -
slayout
->dpad_rotation );
796
SkinLayout*
slayout
;
member in struct:Layout
851
layout_init( Layout* layout, SkinLayout*
slayout
)
860
layout->color =
slayout
->color;
861
layout->
slayout
=
slayout
;
863
SKIN_LAYOUT_LOOP_LOCS(
slayout
,loc)
896
layout->rect.size =
slayout
->size
[
all
...]
Completed in 2742 milliseconds