Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java48 private static final float HIGHLIGHT_ALPHA = 1f; field in DropZoneView
109 mHighlightColor = Color.argb(HIGHLIGHT_ALPHA, Color.red(c), Color.green(c), Color.blue(c)); in DropZoneView()