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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2721 private final static int MSG_UPDATE_CONFIGURATION = 18; field in class:ViewRootImpl
2767 case MSG_UPDATE_CONFIGURATION:
2768 return "MSG_UPDATE_CONFIGURATION";
2958 case MSG_UPDATE_CONFIGURATION: {
3991 Message msg = mHandler.obtainMessage(MSG_UPDATE_CONFIGURATION, config);

Completed in 45 milliseconds