History log of /frameworks/base/core/tests/coretests/src/android/view/ViewAttachTestActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
505bd0d60d26811ac1e61d2c39a2d5a995d2254d 13-Apr-2011 Martin Wallgren <martin.wallgren@sonyericsson.com> onDetachedFromWindow is called before onAttachedToWindow

Multiple threads are adding messages about the current
state of the views to the main looper. This can cause
onDetachedFromWindow to be posted on the looper before
onAttachedToWindow. This change will make sure to only
dispatch onDetachedFromWindow if we have previously
dispatched onAttachToWindow.

Change-Id: Ibc7cbcafb098bc000d2ef5480d2110d3fff4d55a
/frameworks/base/core/tests/coretests/src/android/view/ViewAttachTestActivity.java