Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java202 mDropZoneView1.setAppInfo(bgColor1, icon1); in prepare()
203 mDropZoneView2.setAppInfo(bgColor1, icon1); in prepare()
225 mDropZoneView1.setAppInfo(topOrLeftColor, topOrLeftIcon); in prepare()
226 mDropZoneView2.setAppInfo(bottomOrRightColor, bottomOrRightIcon); in prepare()
H A DDropZoneView.java165 public void setAppInfo(int color, Drawable appIcon) { in setAppInfo() method in DropZoneView