Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5967 private static final int MSG_INVALIDATE_WORLD = 22; field in ViewRootImpl
6237 case MSG_INVALIDATE_WORLD: { in handleMessageImpl()
9100 if (!mHandler.hasMessages(MSG_INVALIDATE_WORLD)) { in loadSystemProperties()
9101 mHandler.sendEmptyMessageDelayed(MSG_INVALIDATE_WORLD, 200); in loadSystemProperties()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64838 Landroid/view/ViewRootImpl;->MSG_INVALIDATE_WORLD:I