Searched defs:VIEW_SIZE_CHANGED (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java991 "VIEW_SIZE_CHANGED", // = 105;
1070 static final int VIEW_SIZE_CHANGED = 105; field in class:WebViewCore.EventHub
1374 case VIEW_SIZE_CHANGED: {
2678 // send VIEW_SIZE_CHANGED to the front of the queue so that we can
2680 // a VIEW_SIZE_CHANGED in the queue, probably from WebView side,
2681 // ignore it as we have a new size. If we leave VIEW_SIZE_CHANGED
2684 mEventHub.removeMessages(EventHub.VIEW_SIZE_CHANGED);
2686 EventHub.VIEW_SIZE_CHANGED, data));
2689 // Trick to ensure VIEW_SIZE_CHANGED will be sent from WebView
2746 // send VIEW_SIZE_CHANGED t
[all...]

Completed in 30 milliseconds