summaryrefslogtreecommitdiffstats
path: root/api/17.txt
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-08-17 15:18:29 -0700
committerDianne Hackborn <hackbod@google.com>2012-08-17 17:35:00 -0700
commit4702a856973a553deb82f71b1d3b6c3db5dbf4ba (patch)
tree355aaea84ebfa78d9e712c1b46fb257e55000d0f /api/17.txt
parent79af1dd54c16cde063152922b42c96d72ae9eca8 (diff)
downloadframeworks_base-4702a856973a553deb82f71b1d3b6c3db5dbf4ba.zip
frameworks_base-4702a856973a553deb82f71b1d3b6c3db5dbf4ba.tar.gz
frameworks_base-4702a856973a553deb82f71b1d3b6c3db5dbf4ba.tar.bz2
More view hierarchy, fragment debugging.
Add a View.toString() method. Rename all of the View private flags to have a PFLAG prefix to avoid going insane trying to figure out which constant goes with which flag. Activity.dump() now includes a summary of the activity's view hierarchy, using the View.toString() method. All exceptions thrown by FragmentManager now perform a dump of the owning activity state, where appropriate. Change-Id: I6482e397e10cb5a0612ab02ce6ed5131823437a6
Diffstat (limited to 'api/17.txt')
-rw-r--r--api/17.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/17.txt b/api/17.txt
index c43802f..d002449 100644
--- a/api/17.txt
+++ b/api/17.txt
@@ -24500,7 +24500,6 @@ package android.view {
field public static final int SYSTEM_UI_FLAG_VISIBLE = 0; // 0x0
field public static final int SYSTEM_UI_LAYOUT_FLAGS = 1536; // 0x600
field public static final int TEXT_ALIGNMENT_INHERIT = 0; // 0x0
- field public static final int TEXT_ALIGNMENT_RESOLVED_DEFAULT = 131072; // 0x20000
field public static final android.util.Property TRANSLATION_X;
field public static final android.util.Property TRANSLATION_Y;
field protected static final java.lang.String VIEW_LOG_TAG = "View";