Kaydet (Commit) 049aa53d authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Miklos Vajna

android: add CALLBACK_GRAPHIC_SELECTION to LOK facade

Change-Id: I105f8811f810b393cac8518b42d77f8bd4d0c763
üst a54fe6d7
...@@ -40,7 +40,7 @@ public class Document { ...@@ -40,7 +40,7 @@ public class Document {
public static final int CALLBACK_TEXT_SELECTION_START = 3; public static final int CALLBACK_TEXT_SELECTION_START = 3;
public static final int CALLBACK_TEXT_SELECTION_END = 4; public static final int CALLBACK_TEXT_SELECTION_END = 4;
public static final int CALLBACK_CURSOR_VISIBLE = 5; public static final int CALLBACK_CURSOR_VISIBLE = 5;
// LOK_CALLBACK_GRAPHIC_SELECTION = 6 public static final int CALLBACK_GRAPHIC_SELECTION = 6;
public static final int CALLBACK_HYPERLINK_CLICKED = 7; public static final int CALLBACK_HYPERLINK_CLICKED = 7;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment