Searched refs:MESSAGE_BLINK (Results 1 – 2 of 2) sorted by relevance
1302 private static final int MESSAGE_BLINK = 0x42; field in LayoutInflater.BlinkLayout1314 if (msg.what == MESSAGE_BLINK) { in BlinkLayout()1328 Message message = mHandler.obtainMessage(MESSAGE_BLINK); in makeBlink()1349 mHandler.removeMessages(MESSAGE_BLINK); in onDetachedFromWindow()
75726 Landroid/view/LayoutInflater$BlinkLayout;->MESSAGE_BLINK:I