Loading packages/SystemUI/src/com/android/systemui/SearchPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ public class SearchPanelView extends FrameLayout implements mBar.animateCollapse(CommandQueue.FLAG_EXCLUDE_SEARCH_PANEL); // Launch Assist Intent intent = getAssistIntent(); if (intent == null) return; try { ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, R.anim.search_launch_enter, R.anim.search_launch_exit); Loading Loading
packages/SystemUI/src/com/android/systemui/SearchPanelView.java +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ public class SearchPanelView extends FrameLayout implements mBar.animateCollapse(CommandQueue.FLAG_EXCLUDE_SEARCH_PANEL); // Launch Assist Intent intent = getAssistIntent(); if (intent == null) return; try { ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, R.anim.search_launch_enter, R.anim.search_launch_exit); Loading