am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp

* commit 'cb0db0306b5849a35d3d99eea1b34ce019c6f0d8':
  Make the overridden ImageView#setVisibility remotable
  Clamp non-monotonic stats instead of dropping.
  DO NOT MERGE. Fix leak in LayoutTransition
  Fix lastVisible/global rects
  Fix Wimax-less build.
  Fix leak in LayoutTransition
  Deferring wallpaper update to improve workspace scrolling (issue 5506959)
  Terminate EGL when an app goes in the background
  boot animation is dithered and scaled
  Fix NdefRecord byte-stream constructor.
  PopupWindow dismiss() can get into a recursive loop.
  Fold WiMAX state into the mobile RSSI.
  Remove dedicated wimax icon to fix RSSI layout.
This commit is contained in:
Akwasi Boateng 2011-11-11 15:34:19 +00:00 committed by Android Git Automerger
commit fea0c08ea5

View File

@ -91,6 +91,8 @@ public:
inline bool isValid() const { return magic == '_dpy'; } inline bool isValid() const { return magic == '_dpy'; }
inline bool isAlive() const { return isValid(); } inline bool isAlive() const { return isValid(); }
inline uint32_t getRefsCount() const { return refs; }
struct strings_t { struct strings_t {
char const * vendor; char const * vendor;
char const * version; char const * version;