diff options
author | Yvonne Wong <ywong@cyngn.com> | 2015-11-20 10:49:59 -0800 |
---|---|---|
committer | Tom Powell <zifnab@zifnab06.net> | 2017-03-26 15:52:41 -0700 |
commit | cc0408d2269fb2e265a3b108b55073980e64820f (patch) | |
tree | adbe0fab15e9d2ee90232aa955a258d6a95bfa49 /tests | |
parent | 744942defd27dee02b4b6361a5dca7310ec4b386 (diff) | |
download | android_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.tar.gz android_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.tar.bz2 android_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.zip |
Reimplement CM Settings Overview Panel in the new Launcher Part 1
- Adds vertical sliding panel and animations associated with opening and closing the panel
- Adds the views for settings and animation for the drawer arrow
- Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons
- Changes how ragged grid custom icon sizes gets defined
Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/android/launcher3/InvariantDeviceProfileTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java b/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java index 1bc7c1190..dc3e05e9d 100644 --- a/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java +++ b/tests/src/com/android/launcher3/InvariantDeviceProfileTest.java @@ -42,7 +42,7 @@ public class InvariantDeviceProfileTest extends AndroidTestCase { protected void setUp() throws Exception { super.setUp(); mInvariantProfile = new InvariantDeviceProfile(getContext()); - mPredefinedDeviceProfiles = mInvariantProfile.getPredefinedDeviceProfiles(); + mPredefinedDeviceProfiles = mInvariantProfile.getPredefinedDeviceProfiles(getContext()); } @Override |