Searched defs:INVAL_RECT_MSG_ID (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java1020 static final int INVAL_RECT_MSG_ID = 117; field in class:WebViewClassic
1086 "INVAL_RECT_MSG_ID", // = 117;
7245 // exclude INVAL_RECT_MSG_ID since it is frequently output
7246 if (DebugFlags.WEB_VIEW && msg.what != INVAL_RECT_MSG_ID) {
7373 case INVAL_RECT_MSG_ID: {

Completed in 30 milliseconds