Searched refs:sAutofilledBounds (Results 1 – 1 of 1) sorted by relevance
36 private static Rect sAutofilledBounds; field in MyDrawable47 if (sInstance != null && sAutofilledBounds == null) { in draw()48 sAutofilledBounds = new Rect(getBounds()); in draw()49 Log.d(TAG, "Autofilled at " + sAutofilledBounds); in draw()62 return sAutofilledBounds; in getAutofilledBounds()81 sAutofilledBounds = null; in initStatus()87 sAutofilledBounds = null; in clearStatus()