Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java445 mDropZoneView1.setShowingHighlight(visible); in animateFullscreenContainer()
472 mDropZoneView1.setShowingHighlight(true); in animateHighlight()
473 mDropZoneView2.setShowingHighlight(false); in animateHighlight()
475 mDropZoneView1.setShowingHighlight(false); in animateHighlight()
476 mDropZoneView2.setShowingHighlight(true); in animateHighlight()
H A DDropZoneView.java192 public void setShowingHighlight(boolean showingHighlight) { in setShowingHighlight() method in DropZoneView