| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This CL consolidates similar methods in MainKeyboardView.
- startWhileTypingFadeinAnimation and startWhileTypingFadeoutAnimation
- showSlidingKeyInputPreview and dismissSlidingKeyInputPreview
Change-Id: I607ab74683820de2456af3e75663cf8cf358ab38
|
| |
|
|
|
|
|
| |
This CL also adds @SuppressWarning("unused" to java-overridable package.
Bug: 18003991
Change-Id: If70527e30654384705d7a814f5efd181d9f539e1
|
| |
|
|
| |
Change-Id: I0779caa720e3013f055ab48900bed223747b3952
|
| |
|
|
|
|
|
|
|
|
| |
This CL divides MainKeyboardView.locatePreviewPlacerView method into
two methods. One is installing DrawingPreviewPlacerView to the window
as Frontmost view. Another is telling the location of MainKeyboardView
to DrawingPreviewPlacerView. Thus we can eliminate workaround code to
deal with transient states in orientation change.
Change-Id: Ia5d8f28dfb5213d27aa218c72d838a3c3be5a527
|
| |
|
|
| |
Change-Id: I4673543c96eb342c3c977e00d44772a0d719a23e
|
| |
|
|
| |
Change-Id: Ife2e2c08b2b6fbf9ec33cf259f276878816b291c
|
| |
|
|
| |
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|
| |
|
|
| |
Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
|
| |
|
|
|
|
|
| |
This is because the android lint warns calling a method onDraw(Canvas)
from View.onDraw(Canvas).
Change-Id: I4f54996da5454d9a8c4ef43fbbcaec37724fb20e
|
|
|
This change moves gesture preview text code from PreviewPlacerView.java
to separate classes.
Change-Id: Id8d17eff38e714c3b06aafd0b24985a9bd2d2f52
|