Searched refs:controlType (Results 1 – 3 of 3) sorted by relevance
85 return getFieldName(t.controlType, ControlType.class); in getTargetStr()148 t.controlType = ControlType.APPINFO_TARGET; in newDropTarget()150 t.controlType = ControlType.UNINSTALL_TARGET; in newDropTarget()152 t.controlType = ControlType.REMOVE_TARGET; in newDropTarget()
205 public void logActionOnControl(int action, int controlType) { in logActionOnControl() argument208 event.srcTarget[0].controlType = controlType; in logActionOnControl()
16 public OverviewButtonClickListener(int controlType) { in OverviewButtonClickListener() argument17 mControlType = controlType; in OverviewButtonClickListener()