From 65c308fcb297cbe8d965870746eb3b17ad3becc4 Mon Sep 17 00:00:00 2001 From: Winson Date: Fri, 20 Mar 2020 13:21:28 -0700 Subject: [PATCH] Add actor attr and QueriesOverlayable styleable For implementing querying actors, overlays, and targets with overlayables. Bug: 144157481 Test: builds Change-Id: I33482437ff93cab3dfd0c6b5200c562b9b5050bd --- api/current.txt | 1 + core/res/res/values/attrs_manifest.xml | 29 ++++++++++++++++++++++++++ core/res/res/values/public.xml | 1 + 3 files changed, 31 insertions(+) diff --git a/api/current.txt b/api/current.txt index 507603d002d69..03b4398b656b8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -278,6 +278,7 @@ package android { field public static final int activityCloseExitAnimation = 16842939; // 0x10100bb field public static final int activityOpenEnterAnimation = 16842936; // 0x10100b8 field public static final int activityOpenExitAnimation = 16842937; // 0x10100b9 + field public static final int actor = 16844313; // 0x1010619 field public static final int addPrintersActivity = 16843750; // 0x10103e6 field public static final int addStatesFromChildren = 16842992; // 0x10100f0 field public static final int adjustViewBounds = 16843038; // 0x101011e diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index fe08f9c19323c..d6e200afc029c 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -2121,6 +2121,35 @@ + + + + + +