Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java523 mDropZoneView1.setShowingHighlight(visible); in animateFullscreenContainer()
550 mDropZoneView1.setShowingHighlight(true); in animateHighlight()
551 mDropZoneView2.setShowingHighlight(false); in animateHighlight()
553 mDropZoneView1.setShowingHighlight(false); in animateHighlight()
554 mDropZoneView2.setShowingHighlight(true); in animateHighlight()
DDropZoneView.java192 public void setShowingHighlight(boolean showingHighlight) { in setShowingHighlight() method in DropZoneView