Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java6557 private static final int MSG_RESIZED_REPORT = 5; field in ViewRootImpl
6605 case MSG_RESIZED_REPORT: in getMessageName()
6711 case MSG_RESIZED_REPORT: { in handleMessageImpl()
6714 final boolean reportDraw = msg.what == MSG_RESIZED_REPORT; in handleMessageImpl()
9944 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64200 Landroid/view/ViewRootImpl;->MSG_RESIZED_REPORT:I