Searched refs:SET_TILE_VISIBILITY (Results 1 – 1 of 1) sorted by relevance
226 mHandler.obtainMessage(H.SET_TILE_VISIBILITY, visibility, 0, v).sendToTarget(); in setTileVisibility()526 private static final int SET_TILE_VISIBILITY = 2; field in QSPanel.H531 } else if (msg.what == SET_TILE_VISIBILITY) { in handleMessage()