Searched refs:DRAW_WEBTEXTVIEW (Results 1 – 2 of 2) sorted by relevance
52 public static final boolean DRAW_WEBTEXTVIEW = false; field in DebugFlags
193 setTextColor(DebugFlags.DRAW_WEBTEXTVIEW ? Color.RED : Color.BLACK); in WebTextView()194 setBackgroundDrawable(DebugFlags.DRAW_WEBTEXTVIEW ? null : new ColorDrawable(Color.WHITE)); in WebTextView()