Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DBackgroundFallback.java52 public void draw(ViewGroup boundsView, ViewGroup root, Canvas c, View content, in draw() argument
59 final int width = boundsView.getWidth(); in draw()
60 final int height = boundsView.getHeight(); in draw()