OSDN Git Service

Move FragmentState out of Fragments.java [framework edition]
authorAurimas Liutikas <aurimas@google.com>
Wed, 8 Feb 2017 18:48:40 +0000 (10:48 -0800)
committerAurimas Liutikas <aurimas@google.com>
Thu, 20 Apr 2017 16:42:05 +0000 (16:42 +0000)
commit6acbe075f92a2a3d0269e877427ebeff2e5982a9
tree88844cf6870fb9461d2f472077a911427bbb2075
parentc63a0033f827886e818a360c99e1641743fab680
Move FragmentState out of Fragments.java [framework edition]

Fragments.java contained 2 top level classes FragmentState and Fragments.
This CL moves FragmentState into its own java file. On the plus side we
will have one top level class per file as mandated by Google style, on the
downside per line history will be a bit harder to do for FragmentState class,
however it does not seem to have a lot of logic so it should be an OK loss.

Test: None
Change-Id: I85a1e5e91c87c1b123026fa79efb96f1d65b4b82
core/java/android/app/Fragment.java
core/java/android/app/FragmentState.java [new file with mode: 0644]