From e33348ba54cd68d6936cffd4507037c14d4b10c2 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 15 Jul 2010 23:54:05 -0700 Subject: Fix bug with phantom input windows. Add dumpsys integration for the native input dispatcher. Add some InputDevice API stubs. Add an appendFormat helper method to String8 for printf style string formatting mainly for debugging purposes. Use generic ArrayList everywhere in WindowManagerService to eliminate unnecessary casts all over. Change-Id: I9d1e3bd90eb7222d10620200477f11b7bfd25e44 --- include/utils/String8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/utils/String8.h') diff --git a/include/utils/String8.h b/include/utils/String8.h index c4b18a4..0b18fe3 100644 --- a/include/utils/String8.h +++ b/include/utils/String8.h @@ -171,6 +171,8 @@ public: status_t append(const char* other); status_t append(const char* other, size_t numChars); + status_t appendFormat(const char* fmt, ...); + // Note that this function takes O(N) time to calculate the value. // No cache value is stored. size_t getUtf32Length() const; -- cgit v1.1