Home | History | Annotate | Download | only in android

Lines Matching refs:window_x

84 user_config_get_window_pos( int *window_x, int *window_y )
86 *window_x = *window_y = 10;
89 auserConfig_getWindowPos(userConfig, window_x, window_y);