Home
last modified time | relevance | path

Searched refs:_lv_obj_t (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.h37 struct _lv_obj_t;
122 struct _lv_obj_t * act_obj; /*The object being pressed*/
123 … struct _lv_obj_t * last_obj; /*The last obejct which was pressed (used by dragthrow and
125 struct _lv_obj_t * last_pressed; /*The lastly pressed object*/
148 struct _lv_obj_t;
157 struct _lv_obj_t * cursor; /**< Cursor for LV_INPUT_TYPE_POINTER*/
A Dlv_hal_disp.h121 struct _lv_obj_t;
137 struct _lv_obj_t * act_scr; /**< Currently active screen on this display */
138 struct _lv_obj_t * top_layer; /**< @see lv_disp_get_layer_top */
139 struct _lv_obj_t * sys_layer; /**< @see lv_disp_get_layer_sys */
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_obj.h56 struct _lv_obj_t;
71 typedef bool (*lv_design_cb_t)(struct _lv_obj_t * obj, const lv_area_t * mask_p, lv_design_mode_t m…
103 typedef void (*lv_event_cb_t)(struct _lv_obj_t * obj, lv_event_t event);
135 typedef lv_res_t (*lv_signal_cb_t)(struct _lv_obj_t * obj, lv_signal_t sign, void * param);
166 const struct _lv_obj_t * base;
184 typedef struct _lv_obj_t struct
186 struct _lv_obj_t * par; /**< Pointer to the parent object*/ argument
294 void lv_obj_del_async(struct _lv_obj_t *obj);
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_async.h38 struct _lv_obj_t;

Completed in 10 milliseconds