Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f48fe7af8 | ||
|
|
69cec4a226 |
@@ -57,4 +57,7 @@
|
||||
<!-- Location on the screen of the center of the physical power button. -->
|
||||
<dimen name="physical_power_button_center_screen_location_y">912px</dimen>
|
||||
|
||||
<!-- Blur radius behind Notification Shade -->
|
||||
<dimen name="max_shade_window_blur_radius">17dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 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.
|
||||
-->
|
||||
<resources>
|
||||
<integer name="max_depth_blur_radius">11</integer>
|
||||
<dimen name="max_depth_blur_radius_enhanced">15dp</dimen>
|
||||
</resources>
|
||||
@@ -112,6 +112,7 @@ ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
ro.opengles.version=196610
|
||||
ro.vendor.cabc.enable=true
|
||||
ro.surface_flinger.blur_disabled_by_default=true
|
||||
vendor.display.comp_mask=0
|
||||
vendor.display.disable_decimation=1
|
||||
vendor.display.disable_excl_rect=0
|
||||
|
||||
Reference in New Issue
Block a user