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