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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3189 private final static int MSG_UPDATE_CONFIGURATION = 18; field in class:ViewRootImpl
3235 case MSG_UPDATE_CONFIGURATION:
3236 return "MSG_UPDATE_CONFIGURATION";
3462 case MSG_UPDATE_CONFIGURATION: {
5638 Message msg = mHandler.obtainMessage(MSG_UPDATE_CONFIGURATION, config);

Completed in 26 milliseconds