Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/ui/
DGLView.java347 public boolean getBoundsOf(GLView descendant, Rect out) { in getBoundsOf() argument
350 GLView view = descendant; in getBoundsOf()
358 out.set(xoffset, yoffset, xoffset + descendant.getWidth(), in getBoundsOf()
359 yoffset + descendant.getHeight()); in getBoundsOf()