diff options
author | John Spurlock <jspurlock@google.com> | 2014-10-30 13:25:21 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-11-03 19:08:39 -0500 |
commit | 2d695813b44690ca146f95939acb00f0c14dac29 (patch) | |
tree | 00fc849df7ba80fbeee797732fa0944797f2bb1a /packages/SystemUI/res/interpolator | |
parent | 27be7b3586dcf87da4badd55693de4fc1c0bfaa7 (diff) | |
download | frameworks_base-2d695813b44690ca146f95939acb00f0c14dac29.zip frameworks_base-2d695813b44690ca146f95939acb00f0c14dac29.tar.gz frameworks_base-2d695813b44690ca146f95939acb00f0c14dac29.tar.bz2 |
QS: New rotation-lock tile icon, using AVDs.
Also:
- Better icon change detection, unify tile.icon vs tile.iconId.
- Fix regression in touch feedback by fixing a11y string calculation.
Bug: 17426910
Change-Id: I14772f4e9b3be127bc39106ae9146ed46488fa48
Diffstat (limited to 'packages/SystemUI/res/interpolator')
2 files changed, 36 insertions, 0 deletions
diff --git a/packages/SystemUI/res/interpolator/ic_landscape_from_auto_rotate_arrows_rotation_interpolator.xml b/packages/SystemUI/res/interpolator/ic_landscape_from_auto_rotate_arrows_rotation_interpolator.xml new file mode 100644 index 0000000..76f5667 --- /dev/null +++ b/packages/SystemUI/res/interpolator/ic_landscape_from_auto_rotate_arrows_rotation_interpolator.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 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. +--> +<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android" + android:pathData="M 0,0 c 0.458031162,0 0.299442342,0.748308635 1,1" /> diff --git a/packages/SystemUI/res/interpolator/ic_landscape_to_auto_rotate_arrows_rotation_interpolator.xml b/packages/SystemUI/res/interpolator/ic_landscape_to_auto_rotate_arrows_rotation_interpolator.xml new file mode 100644 index 0000000..ac27e4d --- /dev/null +++ b/packages/SystemUI/res/interpolator/ic_landscape_to_auto_rotate_arrows_rotation_interpolator.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 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. +--> +<pathInterpolator xmlns:android="http://schemas.android.com/apk/res/android" + android:pathData="M 0,0 c 0.4,0.143709151 0.2,1 1,1" /> |