Searched defs:defer (Results 1 - 4 of 4) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java59 public static void defer(ScopedException exception) { method in class:Scope
66 defer(new ScopedException(msg));
/frameworks/base/libs/hwui/
H A DLayer.cpp220 void Layer::defer(const OpenGLRenderer& rootRenderer) { function in class:android::uirenderer::Layer
241 renderNode->defer(deferredState, 0);
H A DRenderNode.cpp697 * This should be called before a call to defer() or drawDisplayList()
772 operation->defer(mDeferStruct, saveCount, mLevel, clipToBounds);
786 void RenderNode::defer(DeferStateStruct& deferStruct, const int level) { function in class:android::uirenderer::RenderNode
1024 * This function serves both defer and replay modes, and will organize the displayList's component
1029 * defer logic) and operations in displayListOps are issued through the 'handler' which handles the
1030 * defer vs replay logic, per operation
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1843 // requested, otherwise defer to see if the entire window
3953 * input stage may also defer an input event that has been delivered to it
3982 protected void defer(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
4050 defer(q);

Completed in 149 milliseconds