OSDN Git Service

Added WindowContainer and WindowContainerTest classes.
authorWale Ogunwale <ogunwale@google.com>
Mon, 18 Jul 2016 14:48:30 +0000 (07:48 -0700)
committerWale Ogunwale <ogunwale@google.com>
Wed, 20 Jul 2016 03:21:22 +0000 (20:21 -0700)
commitd63594a8d116b9fb25a031cb489ca033f716226a
tree11eaa91e45c0fc5c0183b4143e3b1521c7756732
parentcaa53afa0cae85a69da1b5bfb9b8368b152c917b
Added WindowContainer and WindowContainerTest classes.

The WindowContainer class defines common functionality for objects that
can hold windows directly or through their children
(e.g. WindowState, Task, AppWindowToken, ...). The WindowContainerTest
class as the name implies contains tests for the WindowContainer class.

Bug: 30060889
Change-Id: I1dd2c460c56cfc82aee67c033032a96843ed051d
services/core/java/com/android/server/wm/WindowContainer.java [new file with mode: 0644]
services/tests/servicestests/src/com/android/server/wm/WindowContainerTests.java [new file with mode: 0644]