platform_packages_apps_Laun.../src/com/android/launcher3
Sunny Goyal db9f86a472 Accounting for view translation when calculating the focus location
Bug: 80160107
Change-Id: Ibb0cb82c33c141bb3abf9b7576be4253630cb8c5
2018-05-25 17:52:49 +00:00
..
accessibility Improving "shortcuts" window for TalkBack users 2018-05-07 13:25:39 -07:00
allapps Fix crash caused by removing update listener in update listener. 2018-05-25 10:41:16 -07:00
anim Update interpolators and durations for state animations 2018-05-16 15:59:31 -07:00
badge Stop using deprecated Canvas APIs. 2018-03-01 04:39:57 +00:00
compat Cleanup UserManagerCompatVP to not use reflection 2018-05-21 10:54:09 -07:00
config Show overview tiles in the orientation screenshot was taken 2018-03-27 09:48:37 -07:00
dragndrop Fix bug where icon 'jumps' on long press. 2018-05-25 01:49:37 +00:00
folder Remove custom focus logic 2018-05-23 10:54:18 -07:00
graphics Skip processing fallback icons as they are already badged and have shadow 2018-05-17 15:29:44 -07:00
keyboard Accounting for view translation when calculating the focus location 2018-05-25 17:52:49 +00:00
logging Log the parent of the PREDICTION container type (ALLAPPS OR TASKSWITCHER) 2018-05-23 11:35:02 -07:00
model Reverting some debug logs 2018-04-04 10:19:30 -07:00
notification Make sure notification listener stays unbound on reboot when badging disabled 2018-04-17 18:54:10 -07:00
pageindicators Using the system color extraction logic instead of inbuild logic 2018-05-04 10:16:39 -07:00
popup Enable new open app transitions when in multiwindow mode. 2018-05-22 17:25:11 -07:00
provider Fixing widget id restore broadcast. 2017-07-12 12:14:29 -07:00
qsb Add click handler for qsb on boot to keep it responsive 2018-05-14 13:06:09 -07:00
shortcuts Show instruction toast when user taps on drag handle. 2018-03-22 16:32:33 -07:00
states Fixing keyboard navigation when Overview list is empty 2018-05-24 13:06:18 -07:00
touch Only log swipe interaction on swipe end 2018-05-23 13:20:10 -07:00
util Make fling thresholds consistent 2018-05-16 13:47:20 -07:00
views Removing discovery bouncer from accessibility 2018-05-23 16:51:41 -07:00
widget Fix bug where icon 'jumps' on long press. 2018-05-25 01:49:37 +00:00
AbstractFloatingView.java Removing discovery bouncer from accessibility 2018-05-23 16:51:41 -07:00
Alarm.java
AllAppsList.java Moving various runtime flags into the common base class. 2017-10-31 11:00:28 -07:00
AppFilter.java Moving LoaderTask static 2017-06-02 14:27:29 -07:00
AppInfo.java Making LauncherIcons thread safe 2018-01-09 17:30:52 -08:00
AppWidgetResizeFrame.java No more waiting around for resume 2017-12-19 12:50:17 -08:00
AppWidgetsRestoredReceiver.java Adding A feature flag to disable widgets and a corresponding build 2017-07-21 14:10:13 -07:00
AutoInstallsLayout.java Making LauncherIcons thread safe 2018-01-09 17:30:52 -08:00
BaseActivity.java Log the parent of the PREDICTION container type (ALLAPPS OR TASKSWITCHER) 2018-05-23 11:35:02 -07:00
BaseDraggingActivity.java Adding support for dark text on dark theme 2018-05-24 13:50:27 -07:00
BaseRecyclerView.java Fixing fast scroller touch handling in all-apps and widget sheet 2018-03-06 11:41:43 -08:00
BubbleTextView.java Unifying and maintaining the text-alpha and text visibility property 2018-04-17 20:08:10 +00:00
ButtonDropTarget.java Refactors ButtonDropTarget to add extension data 2018-05-02 14:20:09 -07:00
CellLayout.java Don't prevent animations in power save mode 2018-05-18 17:18:49 -07:00
CheckLongPressHelper.java
DefaultLayoutParser.java Replace use of java.util.HashMap with android.util.ArrayMap in 2017-06-09 23:30:56 +00:00
DeleteDropTarget.java Refactors ButtonDropTarget to add extension data 2018-05-02 14:20:09 -07:00
DeviceProfile.java Using dragHandle for workspace padding calculation instead of pageIndicator 2018-05-10 11:33:11 -07:00
DragSource.java Cleaning up drag state management. 2017-10-16 13:06:52 -07:00
DropTarget.java Cleaning up drag state management. 2017-10-16 13:06:52 -07:00
DropTargetBar.java Removing accessibility workaround for changing View visibility 2018-03-28 10:32:19 -07:00
ExtendedEditText.java Moving some calls off the UI thread 2017-10-02 14:50:09 -07:00
FastBitmapDrawable.java Disabling alpha layer on some views 2018-04-17 20:01:31 +00:00
FirstFrameAnimatorHelper.java Call close for AbstractFloatingViews that were removed while still open. 2018-04-25 11:25:40 -07:00
FocusHelper.java Remove custom focus logic 2018-05-23 10:54:18 -07:00
FolderInfo.java Revert "Update existing Folder items' ranks to match their pre-permutation layouts." 2017-07-13 18:00:52 +00:00
Hotseat.java Remove custom focus logic 2018-05-23 10:54:18 -07:00
IconCache.java Increasing thread priority while loading high res icons 2018-05-11 09:24:44 -07:00
IconProvider.java Encoding the locale list in systemState so that icons and labels are updated properly 2018-01-24 10:27:16 -08:00
Insettable.java
InsettableFrameLayout.java Initial changes for handling configuration changes dynamically 2018-01-31 15:20:30 -08:00
InstallShortcutReceiver.java Making LauncherIcons thread safe 2018-01-09 17:30:52 -08:00
InterruptibleInOutAnimator.java Remove unused View parameter from ofFloat method. 2017-02-06 15:54:41 -08:00
InvariantDeviceProfile.java Adding fallback recents activity 2018-03-13 17:22:52 -07:00
ItemInfo.java Integrating suggested app by handling new status flags for shortcut items. 2017-08-24 12:23:06 -07:00
ItemInfoWithIcon.java Adding FLAG_ICON_BADGED and check flag in DragView.getBadge. 2018-04-06 08:15:28 +02:00
Launcher.java Merge "Log the parent of the PREDICTION container type (ALLAPPS OR TASKSWITCHER) Bug: 79423536" into ub-launcher3-edmonton 2018-05-23 20:16:15 +00:00
LauncherAnimUtils.java Make fling thresholds consistent 2018-05-16 13:47:20 -07:00
LauncherAppState.java No more waiting around for resume 2017-12-19 12:50:17 -08:00
LauncherAppTransitionManager.java Enable new open app transitions when in multiwindow mode. 2018-05-22 17:25:11 -07:00
LauncherAppWidgetHost.java Fixing widgets get deteled because of double bind 2018-02-27 19:23:01 -08:00
LauncherAppWidgetInfo.java Fixing custom widgets support: 2017-09-13 14:04:35 -07:00
LauncherAppWidgetProviderInfo.java Adding support for hiding widgets from the widget tray and reconfiguring widgets 2018-03-02 13:20:09 -08:00
LauncherBackupAgent.java Adding some logging around launcher restore 2017-01-09 14:27:56 -08:00
LauncherCallbacks.java Moving some callbacks from LauncherCallbacks to OverviewCallbacks 2018-05-01 16:58:52 -07:00
LauncherExterns.java Replacing some method definitions with default platform implementations 2017-12-06 16:18:28 -08:00
LauncherFiles.java
LauncherModel.java Fixing bug when model was not reflected properly on the UI. 2018-03-05 17:38:47 -08:00
LauncherProvider.java Reverting some debug logs 2018-04-04 10:19:30 -07:00
LauncherProviderChangeListener.java Removing extraction service and palette api dependency 2017-09-29 10:40:08 -07:00
LauncherRootView.java Removing scrim overdraw 2018-05-10 10:52:31 -07:00
LauncherScroller.java
LauncherSettings.java Removing extraction service and palette api dependency 2017-09-29 10:40:08 -07:00
LauncherState.java Fixing keyboard navigation when Overview list is empty 2018-05-24 13:06:18 -07:00
LauncherStateManager.java Merge "Fix prediction tip shows when user attempts but does not swipe up all the way to All Apps when quickstep is disabled." into ub-launcher3-edmonton 2018-05-25 00:49:23 +00:00
LogAccelerateInterpolator.java
LogDecelerateInterpolator.java
MainProcessInitializer.java Adding a utility class to simplify main process initialization. 2018-02-13 17:08:09 -08:00
MainThreadExecutor.java Removing DeferredHandler and using a simple Handler to post callbacks 2017-03-07 13:44:52 -08:00
OnAlarmListener.java
OverviewButtonClickListener.java Using java_style enum generation for proto 2016-12-15 09:30:35 -08:00
PagedView.java Increasing the overview size while in QuickScrub mode 2018-05-23 15:55:51 -07:00
Partner.java
PendingAddItemInfo.java Code sanitization 2016-10-06 10:57:29 -07:00
PromiseAppInfo.java Adding referrer information when launching market intent 2018-01-22 15:14:23 -08:00
SecondaryDropTarget.java Refactors ButtonDropTarget to add extension data 2018-05-02 14:20:09 -07:00
SessionCommitReceiver.java Deprecate work folder 2018-02-27 17:47:22 +00:00
SettingsActivity.java Merge "Fixing preference highlight when opening notification access" into ub-launcher3-edmonton 2018-04-21 00:48:13 +00:00
ShortcutAndWidgetContainer.java Fixing LauncherState not getting applied in some cases 2018-03-30 11:06:25 -07:00
ShortcutInfo.java Moving click and long click handling for items from launcher to separate class 2018-03-08 15:21:42 -08:00
SimpleOnStylusPressListener.java
StylusEventHelper.java
Utilities.java Don't prevent animations in power save mode 2018-05-18 17:18:49 -07:00
WidgetPreviewLoader.java Avoid crash when widget previews have no intrinsic size 2018-04-26 10:44:09 -07:00
Workspace.java Fix bug where icon 'jumps' on long press. 2018-05-25 01:49:37 +00:00
WorkspaceStateTransitionAnimation.java Update interpolators and durations for state animations 2018-05-16 15:59:31 -07:00