History log of /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/SetupStartIndicatorView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47a66b12ec49179a09642bf48a0d2bd49d9f3458 01-May-2013 Tadashi G. Takaoka <takaoka@google.com> Override View.drawableStateChanged to detect state_pressed

Unlike on JB, View.setPressed(boolean) is never called when the view
is pressed on ICS. To detect a pressed state of the view, we need to
override View.drawableStateChanged() and check the drawable state
contains state_pressed.

Bug: 8159728
Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/SetupStartIndicatorView.java
68e4de1e78c62802fb18be120d58646ca35fe320 18-Apr-2013 Tadashi G. Takaoka <takaoka@google.com> Add welcome screen to setup wizard

This is a preliminary implementation because the welcome screen video
is just a placeholder.

Bug: 8159728
Change-Id: I6a2459a266babec2f078fc393b18c77b0b7992a8
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/SetupStartIndicatorView.java