Home
last modified time | relevance | path

Searched refs:setAppInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java200 mDropZoneView1.setAppInfo(bgColor1, icon1); in prepare()
201 mDropZoneView2.setAppInfo(bgColor1, icon1); in prepare()
223 mDropZoneView1.setAppInfo(topOrLeftColor, topOrLeftIcon); in prepare()
224 mDropZoneView2.setAppInfo(bottomOrRightColor, bottomOrRightIcon); in prepare()
DDropZoneView.java165 public void setAppInfo(int color, Drawable appIcon) { in setAppInfo() method in DropZoneView