summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/keyguard/clock/ClockLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791Hyunyoung Song2019-09-011-1/+1
| | | | | | | | | | | | | | | Test: presubmit setup on source branch Bug: 130289146 Create a Gradle build for SystemUI Bug: 136279712 Daggerize FalsingManager Bug: 137324767 "Unable to instantiate service com.android.systemui.doze.DozeService" exception breaks launcher tests Bug: 137563419 Remove Bouncer reveal delay from bypass flow Bug: 138787339 Allow Services and Activities to be injected into directly. Bug: 139128921 [AS 3.5 RC2, SDK API 29 rev 2] Overload resolution ambiguity: while removing element from HashMap Bug: 64712476 Import translations for dev branches Change-Id: Ib7fd4706c070907fd556c3532957f3b1b046de6d
* Reduce overlap of analog clock with smart space.Robert Snoeberger2019-06-111-1/+2
| | | | | | | | | | | | To reduce overlap, this change biases offset to positive Y so that the clock remains lower on the screen. Note that this doesn't prevent overlap. It only helps reduce it. Bug: 133188468 Test: collected screenshots over accelerated 24 hrs and looked for overlap. Change-Id: Ib6bdc19a5c93af2cd5df8400e2fa3106c281acf9
* Remove burn in offset on lock screen.Robert Snoeberger2019-04-291-4/+17
| | | | | | | | | | | | | | | Due to the burn in offset applied to the analog clock, it can overlap with "At a Glance" and the lock screen message. This change helps a little bit by removing the offset on the lock screen, which hides more of the clock face under the notifications. Note also that the burn in offset is removed from the default clock face on the lock screen. So, this change is consistent with that behavior. Fixes: 131122783 Test: visual -- analog clock moves to screen center on lock screen. Change-Id: Ie57bb0b5a41215d4f1b478aeb691e07eac125614
* Add smart space to custom clock faces.Robert Snoeberger2019-04-171-11/+1
| | | | | | | | | | | | | | This changes adds a hook to the ClockPlugin to allow the custom clock to control the position of the smart space. Still todo: - move out of the way for the lock icon - don't slide smart space down on lock screen when no notifs are showing Bug: 129348218 Test: Manually checked custom clock faces. Change-Id: I2472f6b2bb54f94e2e673f01c78170c0e7f87627
* Update Stretch Analog clock faceRobert Snoeberger2019-04-161-2/+10
| | | | | | | | This is part of the response to burn in testing. Bug: 130422138 Test: mp sysuig and checked clock in picker app Change-Id: I68971f8d132618f4d388160aeabb0fd3aa024b9d
* Drop Type clock face.Robert Snoeberger2019-04-101-8/+0
| | | | | | Fixes: 130296587 Test: Checked that Type clock doesn't appear in picker app. Change-Id: Ie5d0066e9fedd485b9a05dc1c49a6c0ba6b7f1e4
* Make pixel shifting of custom clocks consistent with defaultRobert Snoeberger2019-03-081-2/+4
| | | | | | Bug: 122301289 Test: atest frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/ Change-Id: I503d05a67c4b6a1fdcd188ade20d19b801c8700f
* Update digital clock based on latest mocks.Robert Snoeberger2019-02-111-2/+4
| | | | | | Bug: 122301289 Test: visual inspection of digital clock Change-Id: I43583b6948adb6d65762c5e28cf87018d098706c
* Add custom typographic clock face.Robert Snoeberger2019-01-171-0/+8
| | | | | | Bug: 122301289 Test: Used adb to enable clock face. Change-Id: I052367c9671697f621cba4ecb7e6b21c0cec784c
* Add custom bubble clock face.Robert Snoeberger2019-01-151-0/+93
Bug: 122301289 Test: Using adb to set the settings value switches to bubble clock. Change-Id: I9b5ab62796204cfdce7b9beb147f34f80b0db167