summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-10-05 13:06:41 -0700
committerChristopher Tate <ctate@google.com>2010-10-05 13:14:25 -0700
commita0374192b9669d00d85840ee3ddbfd41c2cc52f3 (patch)
tree9d7b8a8f6d70d03da8f94ffcf7cbc16b08ccc6aa /api
parent38014763a2ceec005682066da01849adf95839bd (diff)
downloadframeworks_base-a0374192b9669d00d85840ee3ddbfd41c2cc52f3.zip
frameworks_base-a0374192b9669d00d85840ee3ddbfd41c2cc52f3.tar.gz
frameworks_base-a0374192b9669d00d85840ee3ddbfd41c2cc52f3.tar.bz2
Make View.DragThumbnailBuilder a static class
It also now uses a WeakReference to the associated View, not a hard object pointer. Change-Id: I37e10b3155ee7e089a72bdf050cc2d323794810f
Diffstat (limited to 'api')
-rw-r--r--api/current.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml
index 07724ab..96a4d62 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -203475,7 +203475,7 @@
<class name="View.DragThumbnailBuilder"
extends="java.lang.Object"
abstract="false"
- static="false"
+ static="true"
final="false"
deprecated="not deprecated"
visibility="public"