Searched defs:MESSAGE_BLINK (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java1040 private static final int MESSAGE_BLINK = 0x42; field in class:LayoutInflater.BlinkLayout
1052 if (msg.what == MESSAGE_BLINK) {
1066 Message message = mHandler.obtainMessage(MESSAGE_BLINK);
1087 mHandler.removeMessages(MESSAGE_BLINK);

Completed in 82 milliseconds