diff options
author | Mark Renouf <mrenouf@google.com> | 2020-10-02 16:14:12 -0400 |
---|---|---|
committer | Mark Renouf <mrenouf@google.com> | 2020-10-19 14:48:32 -0400 |
commit | 749b6360a15d3b4c215163cc1237b2c75b7410bf (patch) | |
tree | 78ea3f282689f46fed8224ce85028dbb774b9193 /config | |
parent | c1a295c62b7ba92e9dd592d4c7b4c3cc27361124 (diff) |
Refactor names of internal scrollcapture interfaces
Renames to better align with use and existing naming patterns.
Using 'connection' to avoid confusion as to control flow or
roles. (A connection is direct from SystemUI --> App process)
IScrollCaptureClient -> IScrollCaptureConnection
IScrollCaptureController -> IScrollCaptureCallbacks
Test: atest FrameworksCoreTests:ScrollCaptureConnectionTest \
FrameworksCoreTests:ScrollCaptureTargetResolverTest \
ScrollCaptureTest
Change-Id: I9afd33109f6718b61d172ce3e4b3bb5d71a2897e
Diffstat (limited to 'config')
-rw-r--r-- | config/boot-image-profile.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt index f43bd2bd61b9..01272c7966ac 100644 --- a/config/boot-image-profile.txt +++ b/config/boot-image-profile.txt @@ -47131,8 +47131,8 @@ Landroid/view/IRemoteAnimationRunner; Landroid/view/IRotationWatcher$Stub$Proxy; Landroid/view/IRotationWatcher$Stub; Landroid/view/IRotationWatcher; -Landroid/view/IScrollCaptureController$Stub; -Landroid/view/IScrollCaptureController; +Landroid/view/IScrollCaptureCallbacks$Stub; +Landroid/view/IScrollCaptureCallbacks; Landroid/view/ISystemGestureExclusionListener$Stub$Proxy; Landroid/view/ISystemGestureExclusionListener$Stub; Landroid/view/ISystemGestureExclusionListener; |