aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-05-15 10:59:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-15 10:59:06 -0700
commita4d5187a4c0d78b0a67ee26ef3827dd77460bf8e (patch)
tree43ab0b7c581fdf7d965d9ba50e3fd3cbec601bb1 /java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java
parent454962153d303d7364996a3918997ffb6455e8de (diff)
parent6157a049268dc1c1e9640a2f49791c54b8bd944b (diff)
downloadlatinime-a4d5187a4c0d78b0a67ee26ef3827dd77460bf8e.tar.gz
latinime-a4d5187a4c0d78b0a67ee26ef3827dd77460bf8e.tar.xz
latinime-a4d5187a4c0d78b0a67ee26ef3827dd77460bf8e.zip
am 6157a049: am e91c001d: Merge "[PB4] Make a memory non-static"
* commit '6157a049268dc1c1e9640a2f49791c54b8bd944b': [PB4] Make a memory non-static
Diffstat (limited to 'java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java')
-rw-r--r--java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java b/java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java
new file mode 100644
index 000000000..cbf0476a3
--- /dev/null
+++ b/java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java
@@ -0,0 +1,24 @@
+/**
+ * Copyright (C) 2013 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy
+ * of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
+package com.android.inputmethod.dictionarypack;
+
+/**
+ * Helper class to maintain the interface state of word list preferences.
+ */
+public class DictionaryListInterfaceState {
+ public String mLastClickedId = null;
+}