Home
last modified time | relevance | path

Searched defs:willNotDraw (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto54 optional bool willNotDraw = 16; field
/frameworks/base/core/java/android/view/
DView.java12798 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw()
12808 public boolean willNotDraw() { in willNotDraw() method in View