Home
last modified time | relevance | path

Searched refs:EVENT_RESULT (Results 1 – 1 of 1) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java87 public static enum EVENT_RESULT{ enum in FrameBufferBuffer
91 EVENT_RESULT(int id){ in EVENT_RESULT() method in FrameBufferBuffer.EVENT_RESULT
262 if(value == EVENT_RESULT.CONFIRM.getValue()){ in mouseReleased()
264 } else if (value == EVENT_RESULT.CANCEL.getValue()){ in mouseReleased()