Searched refs:MSG_UPDATE_CONFIGURATION (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2723 private final static int MSG_UPDATE_CONFIGURATION = 18; field in class:ViewRootImpl
2769 case MSG_UPDATE_CONFIGURATION:
2770 return "MSG_UPDATE_CONFIGURATION";
2960 case MSG_UPDATE_CONFIGURATION: {
3993 Message msg = mHandler.obtainMessage(MSG_UPDATE_CONFIGURATION, config);

Completed in 28 milliseconds