Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java88 public int taskViewHighlightPx; field in RecentsConfiguration
231 taskViewHighlightPx = res.getDimensionPixelSize(R.dimen.recents_task_view_highlight); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java112 sHighlightPaint.setStrokeWidth(mConfig.taskViewHighlightPx); in TaskViewHeader()
164 float offset = (float) Math.ceil(mConfig.taskViewHighlightPx / 2f); in onDraw()