Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Unified Diff: chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h

Issue 2633423004: Displays the calibration complete message to touch calibration and gracefully quits (Closed)
Patch Set: Resolving comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h
diff --git a/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h b/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h
index 6971950609ce943beebf25cffca2b8bc6581b5d3..c2d3de80f3ffd478e50560a21702e1263f43dce0 100644
--- a/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h
+++ b/chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.h
@@ -54,8 +54,10 @@ class TouchCalibratorView : public views::View,
DISPLAY_POINT_3, // Static state where the touch point is at its third
// location.
ANIMATING_3_TO_4,
- DISPLAY_POINT_4, // Static state where the touch point is at its final
- // location.
+ DISPLAY_POINT_4, // Static state where the touch point is at its final
+ // location.
+ ANIMATING_FINAL_MESSAGE, // Transition state when the calibration complete
+ // message is being transitioned into view.
CALIBRATION_COMPLETE, // Static state when the calibration complete message
// is displayed to the user.
BACKGROUND_FADING_OUT // Transition state where the background is fading
@@ -137,6 +139,9 @@ class TouchCalibratorView : public views::View,
// information about the next step.
views::View* hint_box_view_;
+ // Final view containing the calibration complete message along with an icon.
+ views::View* completion_message_view_;
+
// View that contains the animated throbber circle and a text label informing
// the user to tap the circle to continue calibration.
views::View* touch_point_view_;

Powered by Google App Engine
This is Rietveld 408576698