Searched refs:focused_obj (Results 1 – 1 of 1) sorted by relevance
26 lv_obj_t * focused_obj; member70 dsc->focused_obj = NULL; in lv_gridnav_add()117 if(dsc->focused_obj) { in lv_gridnav_set_focused()118 lv_obj_remove_state(dsc->focused_obj, LV_STATE_FOCUSED | LV_STATE_FOCUS_KEY); in lv_gridnav_set_focused()123 dsc->focused_obj = to_focus; in lv_gridnav_set_focused()141 if(dsc->focused_obj == NULL) dsc->focused_obj = find_first_focusable(obj); in gridnav_event_cb()142 if(dsc->focused_obj == NULL) return; in gridnav_event_cb()148 …if((dsc->ctrl & LV_GRIDNAV_CTRL_SCROLL_FIRST) && lv_obj_has_flag(dsc->focused_obj, LV_OBJ_FLAG_SCR… in gridnav_event_cb()149 lv_obj_get_scroll_right(dsc->focused_obj) > 0) { in gridnav_event_cb()150 int32_t d = lv_obj_get_width(dsc->focused_obj) / 4; in gridnav_event_cb()[all …]