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.java57 public void draw(ViewGroup boundsView, ViewGroup root, Canvas c, View content, in draw() argument
64 final int width = boundsView.getWidth(); in draw()
65 final int height = boundsView.getHeight(); in draw()