Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java346 mDropZoneView1.setShowingSplash(false); in animateHighlight()
349 mDropZoneView2.setShowingSplash(true); in animateHighlight()
353 mDropZoneView1.setShowingSplash(true); in animateHighlight()
356 mDropZoneView2.setShowingSplash(false); in animateHighlight()
H A DDropZoneView.java209 public void setShowingSplash(boolean showingSplash) { in setShowingSplash() method in DropZoneView
232 setShowingSplash(false); in setShowingMargin()