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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java147 mHandler.removeMessages(H.SET_ITEMS_VISIBLE);
148 mHandler.obtainMessage(H.SET_ITEMS_VISIBLE, visible ? 1 : 0, 0).sendToTarget();
221 private static final int SET_ITEMS_VISIBLE = 3; field in class:QSDetailItems.H
233 } else if (msg.what == SET_ITEMS_VISIBLE) {

Completed in 133 milliseconds