OSDN Git Service

Avoid automatically mirroring Drawable of CustomTile
authorYoshinori Hirano <yoshinori.hirano@sonymobile.com>
Wed, 17 Aug 2016 05:09:58 +0000 (14:09 +0900)
committerYoshinori Hirano <yoshinori.hirano@sonymobile.com>
Mon, 17 Oct 2016 11:04:16 +0000 (20:04 +0900)
commiteb09362c729aaf5f91597d88de49d099f9f95c60
treee6a5830a69abe1d4ae739c228ffed72d3a984982
parent2fbf30d3fe63dc2cb1c5eb225f47091118baa1db
Avoid automatically mirroring Drawable of CustomTile

Developers of custom tiles should decide whether
the Drawable of their own tiles should be automatically mirrored.
So State#autoMirrorDrawable should be false by default.

Bug: 30930145
Test: manual - change to RTL language and open Quick Settings

Change-Id: Ia3fd8c2aeddb4a27b9ecfaaf52edbcce01fd7f48
packages/SystemUI/src/com/android/systemui/qs/customize/TileQueryHelper.java
packages/SystemUI/src/com/android/systemui/qs/external/CustomTile.java