diff options
author | Hashcode <hashcode0f@gmail.com> | 2015-02-03 13:15:48 -0800 |
---|---|---|
committer | Hashcode <hashcode0f@gmail.com> | 2015-02-03 13:15:48 -0800 |
commit | 3f27f684a4455b04725b27f8c371bf8aa2cef33a (patch) | |
tree | 25dd6c47415b176f366d18c201483e8ea9ce7744 | |
parent | fa71ed0b0ad39ce153a241b8b74ce43707cd3602 (diff) | |
download | hardware_ti_omap4-3f27f684a4455b04725b27f8c371bf8aa2cef33a.zip hardware_ti_omap4-3f27f684a4455b04725b27f8c371bf8aa2cef33a.tar.gz hardware_ti_omap4-3f27f684a4455b04725b27f8c371bf8aa2cef33a.tar.bz2 |
overlay: add common omap4 overlay
- start with this commit from Mako device:
https://android.googlesource.com/device/lge/mako/+/4fddbec62713569eccafa852d88c1485ecaacbc4
Use hardware layers if Java rendering of round rects is slow
-rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml new file mode 100644 index 0000000..70007ee --- /dev/null +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2015, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources> + + <!-- Whether recents should use hardware layers for its taskviews. This flag can be enabled + for devices where the java drawing of round rects may be slow --> + <bool name="config_recents_use_hardware_layers">true</bool> +</resources> |