Searched refs:MSG_SET_LAYOUT_PARAMS (Results 1 – 1 of 1) sorted by relevance
63 private static final int MSG_SET_LAYOUT_PARAMS = 1000; field in TvViewUiManager82 case MSG_SET_LAYOUT_PARAMS:402 mHandler.removeMessages(MSG_SET_LAYOUT_PARAMS); in setTvViewPosition()403 mHandler.obtainMessage(MSG_SET_LAYOUT_PARAMS, layoutParams).sendToTarget(); in setTvViewPosition()