Home | History | Annotate | Download | only in android

Lines Matching full:window

36     VERBOSE_PRINT(hw_control,"%s: light='%s' value=%d window=%p", __FUNCTION__, light, value, emulator->window);
39 if (emulator->window)
40 skin_window_set_lcd_brightness( emulator->window, value );
50 if ( !emulator->window && !opts->no_window ) {
54 emulator->window = skin_window_create( layout, emulator->win_x, emulator->win_y, scale, 0);
55 if (emulator->window == NULL)
70 skin_window_set_trackball( emulator->window, ball );
73 skin_window_set_lcd_brightness( emulator->window, emulator->lcd_brightness );
77 skin_window_set_onion( emulator->window,
84 skin_window_enable_touch ( emulator->window, android_hw->hw_touchScreen != 0 );
85 skin_window_enable_dpad ( emulator->window, android_hw->hw_dPad != 0 );
86 skin_window_enable_qwerty( emulator->window, android_hw->hw_keyboard != 0 );
87 skin_window_enable_trackball( emulator->window, android_hw->hw_trackBall != 0 );
100 if (!emulator->window) {
105 skin_window_update_display( emulator->window, x, y, w, h );
141 emulator->window = NULL;
168 if (emulator->window) {
169 skin_window_free(emulator->window);
170 emulator->window = NULL;
211 if (emulator->window == NULL)
244 skin_window_set_title( emulator->window, temp );
313 fprintf(stderr, "emulator: ignoring bad -window-scale argument '%s': %s\n", opts->scale,
385 skin_window_show_trackball( emulator->window, emulator->show_trackball );
405 if (emulator->window) {
406 skin_window_toggle_fullscreen(emulator->window);
421 skin_window_show_trackball( emulator->window, emulator->show_trackball );
442 skin_window_set_onion( emulator->window, emulator->onion, emulator->onion_rotation, alpha );
443 skin_window_redraw( emulator->window, NULL );
467 skin_window_reset( emulator->window, layout );
476 skin_window_set_trackball( emulator->window, emulator->trackball );
477 skin_window_show_trackball( emulator->window, emulator->show_trackball );
480 window, emulator->lcd_brightness );
498 SkinWindow* window = emulator->window;
505 if (window == NULL)
511 skin_window_redraw( window, NULL );
537 skin_window_process_event( window, &ev );
565 skin_window_process_event( window, &ev );
609 if (emulator->window)
610 skin_window_set_scale( emulator->window, scale );