aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin
diff options
context:
space:
mode:
authorDavid Faden <dfaden@google.com>2014-08-26 11:15:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-26 11:15:07 +0000
commite4fb843a7fe4c8720f4ae4dd49086e9c6e239c28 (patch)
treecfbf952da732d0870d31d4932603180ac43ae679 /java/src/com/android/inputmethod/latin
parent16bb2c5a4ef412be05c7480fb7b10ee443759f36 (diff)
parent9cf69a45b24646bdd4bf365afe4e8e9fb30f9a22 (diff)
downloadlatinime-e4fb843a7fe4c8720f4ae4dd49086e9c6e239c28.tar.gz
latinime-e4fb843a7fe4c8720f4ae4dd49086e9c6e239c28.tar.xz
latinime-e4fb843a7fe4c8720f4ae4dd49086e9c6e239c28.zip
am 9cf69a45: Adds documentation for a few methods.
* commit '9cf69a45b24646bdd4bf365afe4e8e9fb30f9a22': Adds documentation for a few methods.
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-rw-r--r--java/src/com/android/inputmethod/latin/InputPointers.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/InputPointers.java b/java/src/com/android/inputmethod/latin/InputPointers.java
index 790e0d830..d57a881c0 100644
--- a/java/src/com/android/inputmethod/latin/InputPointers.java
+++ b/java/src/com/android/inputmethod/latin/InputPointers.java
@@ -145,6 +145,12 @@ public final class InputPointers {
return mPointerIds.getPrimitiveArray();
}
+ /**
+ * Gets the time each point was registered, in milliseconds, relative to the first event in the
+ * sequence.
+ * @return The time each point was registered, in milliseconds, relative to the first event in
+ * the sequence.
+ */
public int[] getTimes() {
if (DebugFlags.DEBUG_ENABLED || DEBUG_TIME) {
if (!isValidTimeStamps()) {