mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Override INTERPOLATOR_WITHIN_ALL_APPS when app restarts." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7c836923b9
@@ -1270,6 +1270,11 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
|
||||
rv.addOnScrollListener(mScrollListener);
|
||||
}
|
||||
|
||||
/** Returns the instance of @{code SearchTransitionController}. */
|
||||
public SearchTransitionController getSearchTransitionController() {
|
||||
return mSearchTransitionController;
|
||||
}
|
||||
|
||||
/** Holds a {@link BaseAllAppsAdapter} and related fields. */
|
||||
public class AdapterHolder {
|
||||
public static final int MAIN = 0;
|
||||
|
||||
Reference in New Issue
Block a user