Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java70 private int mMarginColor; // i.e. color used for negative space like the container insets field in DropZoneView
107 mMarginColor = getResources().getColor(R.color.taskbar_background_dark); in DropZoneView()
128 mMarginColor = getResources().getColor(R.color.taskbar_background_dark); in onThemeChange()
278 canvas.drawColor(mMarginColor); in onDraw()