History log of /frameworks/base/core/java/android/inputmethodservice/CompactExtractEditLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1a0d197940185f52d0aeebad7b5524acb363cf0 29-Mar-2017 Mark Renouf <mrenouf@google.com> Corrects CompactExtractEditLayout to account for systemWindowInsetBottom

Percentage-base sizes involving screen height are incorrect for watch
devices with non 1:1 display metrics. These are round screens with an
inactive bottom portion. To maintain the correct proportions the
bottom inset must be added to the height.

BUG: 36728475
Change-Id: Ibe351d1db7964b4b89ce9a588c171cd8407e2a50
/frameworks/base/core/java/android/inputmethodservice/CompactExtractEditLayout.java
91eb2651a06633353592d52c3e37579f01b020ee 11-Apr-2016 Mark Renouf <mrenouf@google.com> Customizes input extract edit view for Wear

Provides an alternate presentation of the extract edit area
of an input method window, designed for sub 250dp width screens.

An icon is used on a round material style button in place of a text
action, providing more horizontal space for the editing area.

BUG: 28098677
(cherry picked from commit fd71a6a5d99bad5d3ab32edc328fb5b026b66215)

Change-Id: I0e559d17f78d1a48b37979a49e11ae1aad7503f4
/frameworks/base/core/java/android/inputmethodservice/CompactExtractEditLayout.java
757224008e6187bbb04c89fadbe6921bf8ceda9f 10-Apr-2016 Yohei Yukawa <yukawa@google.com> Revert "Customizes input extract edit view for Wear"

This reverts commit 880602eb640f1f0f7f77f8d17c4ad34aca8b751d [1],
which was committed with a wrong author email address and lacked license
notice in some files. To avoid confusion, this we decided to
temporarily revert that CL so that we can commit it with proper license
notice and author address again.

[1]: I16226ce393f2d15065d08e66a36d008eb1a0c8a1

Bug: 22512982
Bug: 28098677
Change-Id: I3dd3c7bf0ee9634fc4f3bf433bf5023675873e46
/frameworks/base/core/java/android/inputmethodservice/CompactExtractEditLayout.java
880602eb640f1f0f7f77f8d17c4ad34aca8b751d 05-Apr-2016 Mark Renouf <mark.renouf@gmail.com> Customizes input extract edit view for Wear

Provides an alternate presentation of the extract edit area
of an input method window, designed for sub 250dp width screens.

An icon is used on a round material style button in place of a text
action, providing more horizontal space for the editing area.

BUG: 22512982
Change-Id: I16226ce393f2d15065d08e66a36d008eb1a0c8a1
(cherry picked from commit fd71a6a5d99bad5d3ab32edc328fb5b026b66215)
/frameworks/base/core/java/android/inputmethodservice/CompactExtractEditLayout.java