JCUserActionStandard.java 209 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 package videoplayer_lib; /** * Created by Nathen * On 2016/04/26 20:53 */ public interface JCUserActionStandard extends JCUserAction { int ON_CLICK_START_THUMB = 101; int ON_CLICK_BLANK = 102; }