History log of /packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a30cfeb7c805bf99dba9002ac8b22ae66d84378 17-Jul-2015 Sunny Goyal <sunnygoyal@google.com> Adding minSpanX and minSpanY for all the launcher widgets

Bug: 22353460
Change-Id: Id4450dee42a83e4603dcd56e1c4dec2b0e405858
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
4d113a5ff44ff1a7f19263bde21581fbf9a54212 27-May-2015 Sunny Goyal <sunnygoyal@google.com> Using material style overscroll effect for workspace and folders

Bug: 21335369
Change-Id: I53cc6edfa87334b9326f1dedd90c3e2222beade5
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
19b1bad23904a899bd9dc56bf9e2e827619164b1 03-Jun-2015 Mady Mellor <madym@google.com> Merge "Stylus support: creating and setting listeners for stylus button press" into ub-launcher3-burnaby
ef044dd380ac3abf354027750efdc16d5d48ac70 03-Jun-2015 Mady Mellor <madym@google.com> Stylus support: creating and setting listeners for stylus button press

This updates almost(*) all locations that use a long press listener to
also set a custom touch listener that recognizes the stylus button press
action.

The stylus button press action is: when a stylus touches a view while the
primary stylus button is pressed which may occur on a DOWN or MOVE event.

*The location this is *not* enabled for is: Longpress to enter "overview"
mode -- this isn't really a selection or drag n drop action; it is also
easy to accidentally do this while using the stylus gesture to drag n drop
items which is not an ideal interaction. Also not set for the "cling" that
demonstrates this.

Bug: 20430722
Change-Id: I9343f143261a7b4fada9afca28b8a11a60dbecca
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
316490e636aad788fcfbfc2e04dd4f0e145bdd00 02-Jun-2015 Sunny Goyal <sunnygoyal@google.com> Removing some synthetic method creation

> Make package-private and @Thunk all private methods and constructors accessed from inner classes.

Change-Id: Ie5913860a0c33e48e9bf68f9b5b1699f64c2f174
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
58376925f9596c23f5c9ffa6c99630dfddcfce9c 27-May-2015 Sunny Goyal <sunnygoyal@google.com> Fixing page background not displayed when dragging from all apps

> Adding empty page synchronously, instead of waiting for a frame
> Changing launcher state from widgets screen in the same frame, similar to all apps
> Removing DragEnforcer, and moving that logic in side the workspace, disabled by a flag
> Using first page to get page bounds in drag layer, as last page may not have been measured

Change-Id: I172ba4e5ce44648ac55402d49994542c6e10f101
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
c6205603efe1f2987caf96504c87d720a25b5a94 22-May-2015 Sunny Goyal <sunnygoyal@google.com> Creating landscape and portrait device profiles at app initialization

Change-Id: Ide9d007adc36b348e19b05cdf49e87f8b02db60e
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
2805e639cdea6ae0051155611d122ed27556e658 21-May-2015 Sunny Goyal <sunnygoyal@google.com> Animating workspace active background change

> Removing workspace_overscroll_drawable_padding which is always 0

Change-Id: I89900738371458a6eb7cbfee215d98b267d6a0b0
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
2e6da1539bc7286336b3c24d96ab76434939ce4d 06-May-2015 Adam Cohen <adamcohen@google.com> Refactoring DeviceProfile

-> Pulling out the parts of device profile which can (and need to be)
initialized and accessed without access to an Activity context,
ie. the invariant bits.
-> The invariant bits are stored in InvariantDeviceProfile which is
initialized statically from LauncherAppState.
-> The DeviceProfile contains the Activity context-dependent bits,
and we will create one of these for each Activity instance, and
this instance is accessed through the Launcher activity.
-> It's possible that we can continue to refactor this such that
all appropriate dimensions can be computed without an Activity
context (by only specifying orientation). This would be an
extension of this CL and allow us to know exactly how launcher
will look in both orientations from any context.

Sets the stage for some improvements around b/19514688

Change-Id: Ia7daccf14d8ca2b9cb340b8780b684769e9f1892
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
20812e96402900d3ac0e007b5b63faaf1b06e5f9 21-May-2015 Sunny Goyal <sunnygoyal@google.com> Merge "Removing some unused functionalities" into ub-launcher3-burnaby
f3a21c8ca2d100e779958ba6fd600c28e399d956 20-May-2015 Sunny Goyal <sunnygoyal@google.com> Merge "Moving LauncherAccessibilityDelegate to accessibility package" into ub-launcher3-burnaby
057397714327b42c55804624cc06c7761d999f84 20-May-2015 Sunny Goyal <sunnygoyal@google.com> Removing some unused functionalities

> Removing obsolete progrard rules
> Removing BackgroundAlphaMultiplier from CellLayout, which is always 1
> Removign otiline animation from workspace. This animation never runs,
as it is called during startReordeing which always happens when
overview mode (workspaceInModalState() is true)

Change-Id: I43219e41ea188771bc818988c1bcbd523f28cba6
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
83a8f042adda926489494dff217c15ab696139b4 19-May-2015 Sunny Goyal <sunnygoyal@google.com> Moving LauncherAccessibilityDelegate to accessibility package

Change-Id: I510204a5a12abf2da2757f3e3f8b0e8869a6b04a
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
4b6eb269502d05edabf883535a7099da5862de42 15-May-2015 Sunny Goyal <sunnygoyal@google.com> Adding drop shadow effect in allapps

Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
4fe5a37dda8eb1869f9328d94236eb2c23f8109c 15-May-2015 Sunny Goyal <sunnygoyal@google.com> Optimizing shadow generation by reusing bitmap.

> Not creating unnecessary bitmaps
> Final bitmap is generated as ALPHA_8 instead of ARGB_8888
> The shadow drawing is done directly in the view

Change-Id: I504fa2ea3abdc1a3c3fb9ad57d6e28880d2584a1
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
9ca9c1316da8382c1f663973072731033b5e533a 29-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Adding accessibility widget resize

Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
9aaef938c3f0db6c78555459eb84be25ab87f98e 30-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Removing debug log

Change-Id: Ifb6adc0826d744f2bbc654c37c2470754f364a2b
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
65d076b2ffe7ca96f014a95bd362c7d1ce004b97 30-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnaby
a911672f45900fc0ed746e0d84c43c6e5ad89b6a 29-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Simplifying add to workspace by not going through the worker thread

Change-Id: I3260786bee257aea93ade49e6fa18008232addbe
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
e9b651eef1b9f3647eba94f833bff3fc52f5956b 24-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Enabling accessibility drag and drop in folder

> Moving DragAndDropAccessibilityDelegate to a separate class
> Using getFocusedVirtualView() instead of using DownX and downY
> Updating various accessibility strings

Bug: 19776741

Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
f7a29e83f06909b378dba39c83a522375682710a 25-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Removing some unused method params from CellLayout

> Replacing various distance calculations with Math.hypot
> Moving findVacantCell to Utilities

Change-Id: I0cb194b603e52b3bb2b29a095bb4da2bb408ab13
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
1a70cef9884270f2f0a760f079a10fdfb1544c98 22-Apr-2015 Sunny Goyal <sunnygoyal@google.com> Accessibility fixes

> Enabling top bar buttons in accessibility drag-drop
> Unifying logic to show delete/uninstall/app-info targets
> Announcing cell loction as 1-index instead of 0-index

Change-Id: Ibc7801f77e938b2646f0655462cbe9b7f781818b
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
3f471440a8b6b71d4c15501a96befd3b715c9e8f 09-Apr-2015 Hyunyoung Song <hyunyoungs@google.com> WidgetTray revamp work
- RecyclerView is rendering
- Animation is connected
- Drag and drop is now handled
- UI tweaking: background, margins, more to come.
- Flicker and preview not loading issue:
fixed height for the horizontal scroll view.
- Shortcuts are added
- Widget Preview loading should support shortPress for drop
- UI tweaks left: overlay of arrow when there are more items to scroll
- icons are added in the section header
- Sorting of widget sections and widget horizontal list
- Adding all the padding constants to dimen.xml file
- RecyclerView should only support one view type

For items to be addressed in follow up patches OR CLs,
TODO is added to the comment.

b/19897708

Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
3d9490ab9520ffe3798539ed1626463a7eb6c9e1 25-Mar-2015 Winson Chung <winsonc@google.com> Removing more code with API 21 dependencies.

Change-Id: I16c914334ce0694b84626269ae4bb5e83082c739
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
091440a9cb9d4f42406631004aa484cbb79214ca 18-Mar-2015 Adam Cohen <adamcohen@google.com> Reducing method count by eliminating synthetic accessors

Elimates 304 methods based on dex analysis

The java compiler generates sythetic accessor methods for all private
fields, methods and contructors accessed from inner classes. By marking them
package-private and @Thunk instead, sythentic accessor methods are no
longer needeed. These annotated elements should be treated as private.

Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
c9735cff2e558aa3f3810e49c15ef13049b9429c 24-Jan-2015 Adam Cohen <adamcohen@google.com> Enabling accessible drag and drop

-> Using the context menu, and a new two stage system, this allows
users to curate icons and widgets on the workspace
-> Move icons / widgets to any empty cell on any existing screen, or
create a new screen (appended to the right, as with regular drag
and drop)
-> Move icons into existing folders
-> Create folders by moving an icon onto another icon
-> Also added confirmations for these and some existing accessibility actions

Limitations:
-> Currently, no support for drag and drop in folders
-> Considering moving the drag view so it doesn't occlude any
content (in particular, when user changes pages)
-> In this mode, accessibility framework seems to have
problems with the next / prev operations

Bug: 18482913

Change-Id: I19b0be9dc8bfa766d430408c8ad9303c716b89b2
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
1587d5362f5a66e005aa36fdfc7082c34b8ea3b7 29-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Refactoring common methods

Change-Id: Id6d3072dd3a6d7f54e9591abbeffd9bd51c7403d
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
ee3e6a7b777e58552a26ab8a10641886588e9196 20-Feb-2015 Hyunyoung Song <hyunyoungs@google.com> [key event focus handling] Cleanup/Refactor/Feature
1) Focus navigation handling is refactored to Focus utility class.
New 2 step dpad navigation algorithm is inside Focus class
2) Introduced a map (or matrix) that indicates where sparse icons are located inside a grid.
This enables getting rid of the icon sorting logic which was costly.
3) Unified all the dpad handling logic inside the handleXXKeyEvent methods
4) DOWN/UP key will allow navigation between workspace icons and the hotseat
5) Folder icons allow DOWN/UP to navigate to the title

b/19381790

Change-Id: Id45b3f215ef7c1ca5f99b08e3d721e219298627a
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
71b5c0b988a64b3a0613ded5403749bc537ee8a5 09-Jan-2015 Sunny Goyal <sunnygoyal@google.com> Adding accessibility controls

> Adding 'Remove' option to workspace items
> Adding 'Add to workspace' to all apps and widget list items, which
adds the item to the first available space, giving preference to
the current workspace screen
> Adding 'App info' and 'Uninstall' options to appropriate items

Bug: 18482913
Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
5940042d39b576553c2499bcf3d0641281e6ad52 06-Mar-2014 Adam Cohen <adamcohen@google.com> Supporting custom widgets provided by launcher

-> This change provides integration for widgets provided by
the launcher package which can run arbitrary code.

Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
02b508110484906118c277368d570a707604ec9c 11-Sep-2014 Sunny Goyal <sunnygoyal@google.com> Fixing wrong views being made visible when opening all apps

issue: 17422327
Change-Id: I18175ecba154dff3ff5d7e1b16696ca46c7aeae8
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
22308ce1b858aa9a4e9068ea4fb1d47e62fc6e67 20-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Merge "Updating the icon click feedback" into ub-now-porkchop
c50438c802355dff714b04f42a32e518cb9e91d8 20-Aug-2014 Adam Cohen <adamcohen@google.com> Unify next / prev page hints for drag and drop across devices

-> Eliminate the white bgs on tablets during drag (issue 15880213)
-> Add stateful (active and rest) next / prev page hints (issue 15937059)
-> Fix recent regression which allowed overscroll in custom content area

Change-Id: I1198dc88ca8570cb9e1afd3ca939be06a8dea92e
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
508da15509224b46fcccabbe78f3e92fe69a67d8 14-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating the icon click feedback

> Using BubbleTextView everywhere, removed PagedIconView
> There is a brightness feedback on touch and shadow
feedback on click, until app launches

issue: 16878374
Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
4a0eda76baeba2d8af2cc57ec64dcead03384cde 18-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Merge "Updating the UI for focused state of an icon/folder." into ub-now-porkchop
dcbcc86353e9ed52daac87f292aece667cd0ac71 13-Aug-2014 Sunny Goyal <sunnygoyal@google.com> Updating the UI for focused state of an icon/folder.

issue: 16352129

Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
1e4359c54e82910e3c8bfba3d520ed27c91367b9 18-Aug-2014 Adam Cohen <adamcohen@google.com> Adding dampened snap back overscroll to Workspace and AppsCustomizePagedView

issue 15475254

Change-Id: I5eb9fc480167faf4be16bd17bf18e2d103f40f47
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
33a152fa4958b5c0b8c4b2f3857d62809862d15f 22-Jul-2014 Sunny Goyal <sunnygoyal@google.com> Merging motorola's patch to prevent crashes on view id mess up

issue: 15517526
Change-Id: Ib15b3dc2f5ed4e488f5d172ed02ccb72741d5980
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
96bb79819ef9ddf2d1c0cb0b72c2c9f6db26b4fd 07-Jul-2014 Adam Cohen <adamcohen@google.com> Enabling quantum look and feel everywhere

-> _l assets become default, new folder icon look is default
-> Starting to unify folder look / feel with all apps
-> New page indicators

Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
71b0473f24a7d77263aae88139f13298a1d64b27 11-Jun-2014 Adam Cohen <adamcohen@google.com> Add new assets for LMP preview

issue 15544569 c), d), e)

Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
e0aaa0d3de0eedf5501fee762e0d8279a9e3bc3c 12-May-2014 Adam Cohen <adamcohen@google.com> Remove antiquated way of determining CellInfo during long press

-> allows us to eliminate cast of getTag() to CellInfo to fix
issue 13587508

Change-Id: Id2277206765621f664b758cce800bf8423231b1e
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
5f7099af8573c2229427318acd551b92efae02a3 03-Jan-2014 Nilesh Agrawal <nileshagrawal@google.com> Allow scrolling folders in when all apps is disabled.

Allows for more items to be added into a folder.
Allows for scrolling by letting the content area inside the scroll view to be taller.
The height of content area was capped in https://googleplex-android-review.git.corp.google.com/#/c/387583/

Change-Id: I8d7950ac9c155e26c5a299c17ae6a2bbf829dce6
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
34c2e6cf7af328aba25c98158161dbad15ae986d 13-Dec-2013 Michael Jurka <mikejurka@google.com> Clean up imports
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
b6147f85786c78b3608eabf2286cd9e61c28878d 12-Dec-2013 Winson Chung <winsonc@google.com> Merge "Adjusting grid for tablets and fixing incorrect resources for large tablets." into jb-ub-now-kermit
fe69287b97d16c8941ab9463e4868fca45ad8152 11-Dec-2013 Adam Cohen <adamcohen@google.com> Fix new NPE relating to reorder hints

Change-Id: I80ff327ee549caef5802eb7194d48b1e8424ce47
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
59a488ac03aa122b75e9a358db74acf7bb4d2508 10-Dec-2013 Winson Chung <winsonc@google.com> Adjusting grid for tablets and fixing incorrect resources for large tablets.

Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
fa3c58f647e603760c0bd929166c0edee25675a9 07-Dec-2013 Adam Cohen <adamcohen@google.com> Adding reorder hinting, hopefully will help with (issue 10654628)

-> Adds instant feedback that reorder _will_ happen, so hopefully will
improve perceived disambiguation

Change-Id: Icd99e7beeb87e79627a6b9fc78a9132781410379
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
917e38851cbc6caffe1f8dade4db452bace522ba 31-Oct-2013 Adam Cohen <adamcohen@google.com> Fix issue with adding widget with config activity to empty screen (issue 11381059)

Change-Id: Ic7eecb30422e7a6cf35ebe8470d9eba8752d406e
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
6e1c0d34bb31cacc24c57c89ab01deaa8985814f 26-Oct-2013 Winson Chung <winsonc@google.com> Initial changes to support smaller landscape layouts.

Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
3a6e7f330e680ef718ca7c0921d842efb4d8bbae 10-Oct-2013 Winson Chung <winsonc@google.com> Initial changes for new clings. (Bug 11142616)

Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
558f1c2ac73c3a0c3c0c316222b6b7f9c76e2501 10-Oct-2013 Adam Cohen <adamcohen@google.com> Fix NPE in CellLayout (issue 11113502)

Change-Id: I8dafa79f68efdda5402e8b228ea3e81d77549a03
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
d706e0a8133a3a570013b7512c593845850a0f1f 09-Oct-2013 Adam Cohen <adamcohen@google.com> Merge "Getting rid of additive blending for overscroll (issue 11072246)" into jb-ub-now-indigo-rose
47ec25f380688fc8786bc900308ac28106ccda9a 09-Oct-2013 Adam Cohen <adamcohen@google.com> Getting rid of additive blending for overscroll (issue 11072246)

Change-Id: Id833f3488b2f25aa948d6cb7a9f04367be36c7b0
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
69737c3e49ff3edc42899609fdbc96e356f8638e 09-Oct-2013 Winson Chung <winsonc@google.com> Ensuring that we offset cell items by their destination cell padding. (Bug 10881814)

Change-Id: Idc16ae64b1a0e7f79b8a3ff5da6854fbab7867d2
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
82a9bd2c03645494cb0965abc03a9a18823e07e5 09-Oct-2013 Winson Chung <winsonc@google.com> Accounting for background padding when drawing the bg. (Bug 10881814)

Change-Id: I516786c54e1b4b66a601337bd69b8f198dcee2aa
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
38848ca3a9527e62eef1816770d25e7382cc4e4e 08-Oct-2013 Winson Chung <winsonc@google.com> Offsetting the CellLayout by the remainder space to center it. (Bug 11030678)

Change-Id: Ib83a982498159c21fef5dd8ecc40ac2287d31c60
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
01f2d7fa4b24b21543012060305d693899b4beaa 01-Oct-2013 Chris Craik <ccraik@google.com> Disable hardware layer on custom screen

Whereas standard ShortcutAndWidgetContainers are static during screen
transition, the custom screen may animate during its transition.
Disabling the hardware layer reduces the cost of this animation
significantly.

bug:10810505

Change-Id: I560d209f651951f54c224862a706e8a243dc71af
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
02dcfccb754ecfe1f3c9df78824f11923d7c5c2a 01-Oct-2013 Adam Cohen <adamcohen@google.com> Toning down overscroll overlay (issue 11023942)

Change-Id: Ic019ca7b6f076236ec0b85f96446ec555e7bde1f
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
fe411c8e31f44a5a977d76885e9b20dece57962d 27-Sep-2013 Winson Chung <winsonc@google.com> Fixing issue where incorrect min/max widths/heights were being reported to widgets. (Bug 10940505)
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
2d75f125f4e8bb5358dfdb63096d0493488ac2e5 24-Sep-2013 Winson Chung <winsonc@google.com> Tweaking styles for AllApps and widgets spaces. (Bug 10843502)

- Fixing various issues with Search bar showing when it shouldn't be.

Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
410f3cdfb4a8c2cf82749a3e73201fb7930540ae 22-Sep-2013 Adam Cohen <adamcohen@google.com> Getting the Overview Mode to look up to spec

-> New assets, text, fonts
-> New spacing of pages (translated upwards)
-> Updated outline color to white (the ones we're drawing)

Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
5108bc0fd9f7e30c87c223fbb75f024e271b2103 21-Sep-2013 Adam Cohen <adamcohen@google.com> More folder cleanup

-> Eliminating out ring
-> Fixing the cursor color
-> Using "nolip" asset appropriately

Change-Id: Ie0e341e865298555dcb0fcb5644e1f3e6b5e39e6
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
89f9705077c054b541af7da52be832760e2ae2e8 20-Sep-2013 Winson Chung <winsonc@google.com> Fixing small regression in PageIndicators add page, fixing NPE (Bug 10779956)

Change-Id: I7ff711c6fc97987efc57bf023913e33e31ccf140
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
11a1a53651924b544513f1f6971a735b18d67539 13-Sep-2013 Winson Chung <winsonc@google.com> Fixing issue with folders not showing up.

- Add long click on empty spaces in hotseat to show overview mode
- Limit the height of all apps to the workspace + hotseat size
- Fixing some comments

Change-Id: Ie5a97a8b04e449385e2b3f6230079aebf8e15d5a
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
e5d43a421fd411c6e0e8b3c6c28917cfd952328a 12-Sep-2013 John Spurlock <jspurlock@google.com> Recompute cell size when inputs change.

Bug:10691425
Change-Id: I0bb8904bbae2c6d0939b15ff06d584b96ef6f8b2
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
414300a79d140f8c2c8760d9adab750f69ffeafd 27-Aug-2013 Michael Jurka <mikejurka@google.com> Clean up unused code

Change-Id: Ie1e927aa0b5304f62cfffaab449abb3133870f80
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
892c74d460ad98c6306420e1127c9aa3e505ba25 23-Aug-2013 Winson Chung <winsonc@google.com> Fixing folders to always show in view, removing old assets and references to LauncherModel count.
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
912d360cd7350d8fe959202c6b5d0a5aa97790aa 21-Aug-2013 Daniel Sandler <dsandler@android.com> Fix build.

Change-Id: I000059cd9f462dac5b21b6edcc65f9852a74cb51
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
6670073de833cb56dabecb1eb751b6625a5aed78 21-Aug-2013 Winson Chung <winsonc@google.com> Fixing issue with widget sizes being misreported.

- Fixing NPE with getting page indicators in phone landscape

Change-Id: Id369596e38cbe7a161c0d1f62e62e4f4f3cc31b3
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
5f8afe6280eae34620067696173e71943e1a30a3 13-Aug-2013 Winson Chung <winsonc@google.com> Initial Changes for Dynamic Grid

Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
ec40b2b90c649be3b513af2ba174db56b54b64f6 24-Jul-2013 Adam Cohen <adamcohen@google.com> Giving custom content full screen

Change-Id: Icd104fff8a1a315b795a60b812048a6218bf0e5a
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
dedbd962dcfaf055a6835abf5b0000ce1564e51e 11-Jul-2013 Adam Cohen <adamcohen@google.com> Enabling reordering

-> Reordering is enabled and persists
-> Fixed persistence issue when adding items to empty screen

Change-Id: I7c797b2c81a2988c95d8d9383be46d6ef0b7532d
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
dcd297f05a866e07090d6e2af8fb4b15f28cb555 18-Jun-2013 Adam Cohen <adamcohen@google.com> Initial implementation of Shrink-wrap

Change-Id: If73c7f7ca19ca62ff43134f515584354afef8507
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
f0f4eda31841f41d892bf18847c1acdc45d2cd64 07-Jun-2013 Adam Cohen <adamcohen@google.com> Making folders scrollable

Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java
325dc23624160689e59fbac708cf6f222b20d025 06-Jun-2013 Daniel Sandler <dsandler@android.com> Launcher2 is now Launcher3.

Changes include
- moving from com.android.launcher{,2} to
com.android.launcher3
- removing wallpapers
- new temporary icon

Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
/packages/apps/Launcher3/src/com/android/launcher3/CellLayout.java