OSDN Git Service

Merge "Use source bounds/activity options for App Info System Shortcut" into ub-launc...
authorTony Wickham <twickham@google.com>
Wed, 3 May 2017 18:20:39 +0000 (18:20 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 3 May 2017 18:20:41 +0000 (18:20 +0000)
1  2 
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/popup/SystemShortcut.java

@@@ -1,10 -1,11 +1,12 @@@
  package com.android.launcher3.popup;
  
  import android.content.Context;
+ import android.graphics.Rect;
  import android.graphics.drawable.Drawable;
+ import android.os.Bundle;
  import android.view.View;
  
 +import com.android.launcher3.AbstractFloatingView;
  import com.android.launcher3.InfoDropTarget;
  import com.android.launcher3.ItemInfo;
  import com.android.launcher3.Launcher;