| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_3_stand_screen.c | 24 gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour, 0); in screen_data_reset() 25 gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute, 0); in screen_data_reset() 26 gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour_target, 0); in screen_data_reset() 27 gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute_target, 0); in screen_data_reset() 28 gx_numeric_prompt_value_set(&stand_screen.stand_screen_progress_val, 0); in screen_data_reset() 49 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour, CAL_ANIMATION_VAL(standing_minu… in animation_update() 50 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute, CAL_ANIMATION_VAL(standing_mi… in animation_update() 51 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_hour_target, CAL_ANIMATION_VAL(standi… in animation_update() 52 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_stand_minute_target, CAL_ANIMATION_VAL(stan… in animation_update() 53 …gx_numeric_prompt_value_set(&stand_screen.stand_screen_progress_val, CAL_ANIMATION_VAL(standing_mi… in animation_update()
|
| D | page_3_run_screen.c | 42 gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance, 0); in screen_data_reset() 43 gx_numeric_prompt_value_set(&run_screen.run_screen_running_minutes, 0); in screen_data_reset() 44 gx_numeric_prompt_value_set(&run_screen.run_screen_running_seconds, 0); in screen_data_reset() 45 gx_numeric_prompt_value_set(&run_screen.run_screen_progress_val, 0); in screen_data_reset() 46 gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance_fraction_part, 0); in screen_data_reset() 67 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance, CAL_ANIMATION_VAL(running_dis… in animation_update() 68 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_distance_fraction_part, CAL_ANIMATION_V… in animation_update() 69 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_minutes, CAL_ANIMATION_VAL(running_time… in animation_update() 70 …gx_numeric_prompt_value_set(&run_screen.run_screen_running_seconds, CAL_ANIMATION_VAL(running_time… in animation_update() 71 …gx_numeric_prompt_value_set(&run_screen.run_screen_progress_val, CAL_ANIMATION_VAL(running_distanc… in animation_update()
|
| D | page_3_yoga_screen.c | 17 gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_calories_burned, 0); in screen_data_reset() 18 gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_hour, 0); in screen_data_reset() 19 gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_minute, 0); in screen_data_reset() 20 gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_progress_val, 0); in screen_data_reset() 41 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_calories_burned, CAL_ANIMATION_VAL(calorie_bu… in animation_update() 42 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_hour, CAL_ANIMATION_VAL(yoga_minutes % 6… in animation_update() 43 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_yoga_minute, CAL_ANIMATION_VAL(yoga_minutes /… in animation_update() 44 …gx_numeric_prompt_value_set(&yoga_screen.yoga_screen_progress_val, CAL_ANIMATION_VAL(calorie_burne… in animation_update()
|
| D | page_3_fitness_screen.c | 56 gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_steps, 0); in screen_data_reset() 57 gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_distance, 0); in screen_data_reset() 58 gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_calorie_burned_progress_val, 0); in screen_data_reset() 59 gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_progress_val, 0); in screen_data_reset() 60 gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_standing_progress_val, 0); in screen_data_reset() 86 … gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_steps, CAL_ANIMATION_VAL(val)); in animation_update() 89 …gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_distance, CAL_ANIMATION_VAL(val… in animation_update() 92 …gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_calorie_burned_progress_val, CAL_ANIMAT… in animation_update() 98 …gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_running_progress_val, CAL_ANIMATION_VAL… in animation_update() 104 …gx_numeric_prompt_value_set(&fitness_screen.fitness_screen_standing_progress_val, CAL_ANIMATION_VA… in animation_update()
|
| D | page_3_calories_screen.c | 24 gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned, 0); in screen_data_reset() 25 gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned_target, 0); in screen_data_reset() 26 gx_numeric_prompt_value_set(&calories_screen.calories_screen_progress_val, 0); in screen_data_reset() 47 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned, CAL_ANIMATION_VAL(ca… in animation_update() 48 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_calories_burned_target, CAL_ANIMATION… in animation_update() 49 …gx_numeric_prompt_value_set(&calories_screen.calories_screen_progress_val, CAL_ANIMATION_VAL(calor… in animation_update()
|
| D | page_3_ekg_screen.c | 26 gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_systole_blood_pressure, 0); in screen_data_reset() 27 gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_diastole_blood_pressure, 0); in screen_data_reset() 28 gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_heart_rate, 0); in screen_data_reset() 49 …gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_systole_blood_pressure, CAL_ANIMATION_VAL(systo… in animation_update() 50 …gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_diastole_blood_pressure, CAL_ANIMATION_VAL(dias… in animation_update() 51 gx_numeric_prompt_value_set(&ekg_screen.ekg_screen_heart_rate, CAL_ANIMATION_VAL(heart_rate)); in animation_update()
|
| D | page_1_weather_screen.c | 13 gx_numeric_prompt_value_set(&weather_screen.weather_screen_calorie_burned_progress_val, 0); in screen_data_reset() 14 gx_numeric_prompt_value_set(&weather_screen.weather_screen_running_progress_val, 0); in screen_data_reset() 15 gx_numeric_prompt_value_set(&weather_screen.weather_screen_ekg_progress_val, 0); in screen_data_reset() 42 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_calorie_burned_progress_val, CAL_ANIMAT… in animation_update() 48 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_running_progress_val, CAL_ANIMATION_VAL… in animation_update() 54 …gx_numeric_prompt_value_set(&weather_screen.weather_screen_ekg_progress_val, CAL_ANIMATION_VAL(val… in animation_update()
|
| D | page_1_music_screen.c | 52 gx_numeric_prompt_value_set(&music_screen.music_screen_hour, play_time / 60); in music_screen_music_progress_update() 53 gx_numeric_prompt_value_set(&music_screen.music_screen_minute, play_time % 60); in music_screen_music_progress_update() 71 gx_numeric_prompt_value_set(&music_screen.music_screen_hour, play_time / 60); in music_info_update() 72 gx_numeric_prompt_value_set(&music_screen.music_screen_minute, play_time % 60); in music_info_update()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | vehicle.c | 72 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_battery_usage, CURRENT_NUMBER_VAL_GET(t… in number_animation_update() 73 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_miles, CURRENT_NUMBER_VAL_GET(target_mi… in number_animation_update() 74 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_windshield_washer_level, CURRENT_NUMBER… in number_animation_update() 75 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_lights_bulbs, CURRENT_NUMBER_VAL_GET(ta… in number_animation_update() 76 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_air_filter_usage, CURRENT_NUMBER_VAL_GE… in number_animation_update() 77 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_front_left_brake_pad, CURRENT_NUMBER_VA… in number_animation_update() 78 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_front_right_brake_pad, CURRENT_NUMBER_V… in number_animation_update() 79 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_rear_left_brake_pad, CURRENT_NUMBER_VAL… in number_animation_update() 80 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_rear_right_brake_pad, CURRENT_NUMBER_VA… in number_animation_update() 81 …gx_numeric_prompt_value_set(&vehicle_screen.vehicle_screen_front_left_tire_pressure, CURRENT_NUMBE… in number_animation_update() [all …]
|
| D | phone.c | 16 gx_numeric_prompt_value_set(&phone_screen.phone_screen_second, call_duration_second); in call_duration_start() 17 gx_numeric_prompt_value_set(&phone_screen.phone_screen_minute, call_duration_minute); in call_duration_start() 41 gx_numeric_prompt_value_set(&phone_screen.phone_screen_second, call_duration_second); in call_duration_update() 47 gx_numeric_prompt_value_set(&phone_screen.phone_screen_minute, call_duration_minute); in call_duration_update()
|
| D | audio.c | 49 gx_numeric_prompt_value_set(&audio_screen.audio_screen_minute, play_seconds / 60); in music_play_update() 50 gx_numeric_prompt_value_set(&audio_screen.audio_screen_second, play_seconds % 60); in music_play_update() 77 gx_numeric_prompt_value_set(&audio_screen.audio_screen_minute, 0); in music_next() 78 gx_numeric_prompt_value_set(&audio_screen.audio_screen_second, 0); in music_next()
|
| D | video.c | 44 gx_numeric_prompt_value_set(&video_screen.video_screen_minute, seconds / 60); in video_play_update() 45 gx_numeric_prompt_value_set(&video_screen.video_screen_second, seconds % 60); in video_play_update() 60 gx_numeric_prompt_value_set(&video_screen.video_screen_minute, 0); in video_screen_event_process() 61 gx_numeric_prompt_value_set(&video_screen.video_screen_second, 0); in video_screen_event_process()
|
| D | demo_guix_car_infotainment.c | 169 …gx_numeric_prompt_value_set(&main_screen.main_screen_remain_miles, CURRENT_NUMBER_VAL_GET(target_r… in number_animation_update() 171 gx_numeric_prompt_value_set(&main_screen.main_screen_remain_battery, val); in number_animation_update() 197 gx_numeric_prompt_value_set(&main_screen.main_screen_MPH_val, MPH_values[MPH_value_index]); in speedometer_aniomation_update() 292 gx_numeric_prompt_value_set(&main_screen.main_screen_time_hour, local_time.wHour); in clock_update() 293 gx_numeric_prompt_value_set(&main_screen.main_screen_time_minute, local_time.wMinute); in clock_update()
|
| /GUIX-v6.2.1/samples/demo_guix_medical/ |
| D | vitals.c | 237 …gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_hr_value, heart_rate_values[heart_rate_in… in update_heart_rate() 250 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_spo2_value, spo2_values[spo2_index++]); in update_spo2() 265 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_insulin_value, insulin.start_value); in start_value_animation() 266 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_hr_value, heart_rate.start_value); in start_value_animation() 267 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_spo2_value, spo2.start_value); in start_value_animation() 268 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype1_value, medtype1.start_value); in start_value_animation() 269 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype2_value, medtype2.start_value); in start_value_animation() 270 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype3_value, medtype3.start_value); in start_value_animation() 288 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_insulin_value, new_value); in update_value_animation() 291 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_hr_value, new_value); in update_value_animation() [all …]
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | sequence_window.c | 294 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_minute, timer_minute); in sequence_window_init() 295 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_second, timer_second); in sequence_window_init() 296 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_tick, timer_tick); in sequence_window_init() 383 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_tick, ms); in task_time_update() 390 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_tick, timer_tick); in task_time_update() 391 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_second, timer_second); in task_time_update() 398 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_second, timer_tick); in task_time_update() 399 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_minute, timer_second); in task_time_update() 405 gx_numeric_prompt_value_set(&sequence_window.sequence_window_timer_minute, timer_second); in task_time_update() 427 gx_numeric_prompt_value_set(pinfo->value_prompt, 0); in task_progress_information_init() [all …]
|
| D | complete_window.c | 32 gx_numeric_prompt_value_set(&complete_window.complete_window_countdown, countdown_value); in complete_window_init() 46 … gx_numeric_prompt_value_set(&complete_window.complete_window_countdown, countdown_value); in complete_window_event_process()
|
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | mode_select.c | 51 gx_numeric_prompt_value_set(&entry->button->template_mode_btn_total_time, entry->minutes); in mode_select_window_init() 57 …gx_numeric_prompt_value_set(&entry->button_small->template_mode_btn_small_total_time, entry->minut… in mode_select_window_init() 76 gx_numeric_prompt_value_set(&entry->button->template_mode_btn_minute, entry->minutes); in mode_select_window_init() 77 gx_numeric_prompt_value_set(&entry->button->template_mode_btn_second, 0); in mode_select_window_init() 195 gx_numeric_prompt_value_set(&info->button->template_mode_btn_minute, remain_seconds / 60); in mode_select_window_remain_time_update() 196 gx_numeric_prompt_value_set(&info->button->template_mode_btn_second, remain_seconds % 60); in mode_select_window_remain_time_update()
|
| D | temperature.c | 23 …gx_numeric_prompt_value_set(&temperature_window.temperature_window_temperature_value, temperature); in temperature_slider_animation_callback() 24 gx_numeric_prompt_value_set(&main_screen.main_screen_temperature_value, temperature); in temperature_slider_animation_callback()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | weather.c | 117 gx_numeric_prompt_value_set(&base->weather_base_temperature, info->temperature); in init_weather_info() 120 gx_numeric_prompt_value_set(&base->weather_base_hi_value, info->hi_value); in init_weather_info() 123 gx_numeric_prompt_value_set(&base->weather_base_rain_value, info->rain_value); in init_weather_info() 132 gx_numeric_prompt_value_set(&base->weather_base_wind_speed, info->wind_speed); in init_weather_info() 135 gx_numeric_prompt_value_set(&base->weather_base_humidity_value, info->humidity_value); in init_weather_info() 182 gx_numeric_prompt_value_set(hi, seven_day_info->hi_value); in init_weather_info() 183 gx_numeric_prompt_value_set(low, seven_day_info->low_value); in init_weather_info()
|
| D | lights.c | 98 gx_numeric_prompt_value_set(&lights_screen.lights_screen_num_on, enabled); in update_bottom_info_of_lights() 101 gx_numeric_prompt_value_set(&lights_screen.lights_screen_num_off, disabled); in update_bottom_info_of_lights() 104 gx_numeric_prompt_value_set(&lights_screen.lights_screen_energy_in_use, energy_in_use); in update_bottom_info_of_lights() 122 gx_numeric_prompt_value_set(&info->light->lights_base_power_percent_value, value); in power_value_update() 147 gx_numeric_prompt_value_set(&info->light->lights_base_power_value, value); in power_value_update() 225 gx_numeric_prompt_value_set(&info->light->lights_base_power_percent_value, 0); in light_status_reset() 228 gx_numeric_prompt_value_set(&info->light->lights_base_power_value, 0); in light_status_reset()
|
| D | thermostat.c | 77 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_num_on, enabled); in thermostat_screen_bottom_info_update() 80 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_num_off, disabled); in thermostat_screen_bottom_info_update() 83 gx_numeric_prompt_value_set(&thermostat_screen.thermostat_screen_energy_in_use, energy_in_use); in thermostat_screen_bottom_info_update() 104 gx_numeric_prompt_value_set(&controller->thermostat_base_center_value, value); in thermostat_controller_info_update() 212 gx_numeric_prompt_value_set(&widget->thermostat_base_center_value, 40); in thermostat_controller_reset()
|
| /GUIX-v6.2.1/tutorials/demo_guix_generic_scroll_wheel/ |
| D | demo_guix_generic_scroll_wheel.c | 118 …gx_numeric_prompt_value_set(&main_screen.main_screen_scroll_wheel_selected_value, event_ptr->gx_ev… in main_screen_event_process() 122 …gx_numeric_prompt_value_set(&main_screen.main_screen_scroll_wheel_nowrap_selected_value, event_ptr… in main_screen_event_process() 126 …gx_numeric_prompt_value_set(&main_screen.main_screen_scroll_wheel_wrap_selected_value, event_ptr->… in main_screen_event_process() 203 gx_numeric_prompt_value_set((GX_NUMERIC_PROMPT*)&row->prompt, index); in generic_scroll_wheel_row_create()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | numeric_prompt_service_provider.cpp | 128 gx_numeric_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in CreateNewInstance() 152 gx_numeric_prompt_value_set(prompt, info->ewi.numeric_prompt_value); in GenerateFromInfo() 194 gx_numeric_prompt_value_set((GX_NUMERIC_PROMPT *)info->widget, value); in AssignNumericValue()
|
| /GUIX-v6.2.1/test/example_internal/rich_text_view_16bpp/ |
| D | demo_guix_rich_text_view_16bpp.c | 71 …gx_numeric_prompt_value_set(&main_screen.main_screen_whitespace_value, (GX_UBYTE)event_ptr->gx_eve… in main_screen_event_process() 80 …gx_numeric_prompt_value_set(&main_screen.main_screen_line_space_value, (GX_UBYTE)event_ptr->gx_eve… in main_screen_event_process()
|
| /GUIX-v6.2.1/tutorials/demo_guix_radial_slider/ |
| D | demo_guix_radial_slider.c | 65 …gx_numeric_prompt_value_set(&main_screen.main_screen_animation_step_prompt, radial_slider_animatio… in radial_slider_animation_callback() 93 …gx_numeric_prompt_value_set(&main_screen.main_screen_radial_slider_value, event_ptr->gx_event_payl… in main_screen_event_handler()
|