Files
frameworks_base/core/java/android/widget
Craig Mautner 29219d963d Steady improvement to multi stack.
- Fix back button behavior with two stacks. Stopping activities were
held in that state indefinitely. This change causes IDLE_NOW_MSG to
be sent immediately for the last activity in a stack.

- Touch in non-focused stack was being ignored because of focus tests
in AbsListView.

- Change the focused stack when the activity focus changes. Renamed
mMainStack to mFocusedStack to reflect this.

- Resume all top stack activities when resuming.

- Assign intent task to ActivityRecord if it doesn't have a task.
Fixes bug 8433463.

Change-Id: I8d3c806234511697bc209ab99890730ffa514d20
2013-04-17 13:54:48 -07:00
..
2011-09-27 11:32:59 -07:00
2012-04-09 10:18:28 -04:00
2013-01-11 23:44:11 -08:00
2011-09-29 14:48:44 -07:00
2013-04-10 11:27:08 -07:00