Home
last modified time | relevance | path

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

/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto78 optional bool willNotDraw = 16; field
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java483 public boolean willNotDraw; field in ViewPropertyRef
/frameworks/base/core/java/android/view/
DView.java13305 public void setWillNotDraw(boolean willNotDraw) { in setWillNotDraw()
13315 public boolean willNotDraw() { in willNotDraw() method in View