Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DDebugFlags.java52 public static final boolean DRAW_WEBTEXTVIEW = false; field in DebugFlags
DWebTextView.java193 setTextColor(DebugFlags.DRAW_WEBTEXTVIEW ? Color.RED : Color.BLACK); in WebTextView()
194 setBackgroundDrawable(DebugFlags.DRAW_WEBTEXTVIEW ? null : new ColorDrawable(Color.WHITE)); in WebTextView()