diff options
author | 2013-02-12 01:28:14 -0800 | |
---|---|---|
committer | 2013-02-12 01:28:14 -0800 | |
commit | d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb (patch) | |
tree | c1937fc6cb275edd6b005e27606f669d41dcd102 /tests/src/com/android/inputmethod/research/MotionEventReaderTests.java | |
parent | f6716e651f168bdae86a7ab5b438cb0039bd59b0 (diff) | |
parent | fdb1ca560e426e67c60c7f7324bc52022b1b3f07 (diff) | |
download | latinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.tar.gz latinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.tar.xz latinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.zip |
am fdb1ca56: Merge "Separate caps mode related utils to CapsModeUtils"
# Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1)
* commit 'fdb1ca560e426e67c60c7f7324bc52022b1b3f07':
Separate caps mode related utils to CapsModeUtils
Diffstat (limited to 'tests/src/com/android/inputmethod/research/MotionEventReaderTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/research/MotionEventReaderTests.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java index e5b9bc0ce..28a9f3d5c 100644 --- a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java +++ b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java @@ -1,17 +1,17 @@ /* * 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 + * 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 + * 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. + * 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.research; |