diff options
| author | Xavier Ducrohet <xav@android.com> | 2011-08-11 10:16:17 -0700 |
|---|---|---|
| committer | Xavier Ducrohet <xav@android.com> | 2011-08-11 12:57:51 -0700 |
| commit | 7f9f99ea11051614a7727dfb9f9578b518e76e3c (patch) | |
| tree | d39b916bb092a717e028345813b53f6bcfa12f61 /tools/layoutlib/bridge/src/android/view/inputmethod | |
| parent | 7277f3b9b26f0011475b39da1298484a510aca29 (diff) | |
| download | frameworks_base-7f9f99ea11051614a7727dfb9f9578b518e76e3c.zip frameworks_base-7f9f99ea11051614a7727dfb9f9578b518e76e3c.tar.gz frameworks_base-7f9f99ea11051614a7727dfb9f9578b518e76e3c.tar.bz2 | |
Make some methods/fields package private so that layoutlib can access them.
Change-Id: I4aeadfbaf8a4f6a459fa19937c21ac23d9e5fb64
Diffstat (limited to 'tools/layoutlib/bridge/src/android/view/inputmethod')
| -rw-r--r-- | tools/layoutlib/bridge/src/android/view/inputmethod/InputMethodManager_Accessor.java | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/layoutlib/bridge/src/android/view/inputmethod/InputMethodManager_Accessor.java b/tools/layoutlib/bridge/src/android/view/inputmethod/InputMethodManager_Accessor.java new file mode 100644 index 0000000..875336a --- /dev/null +++ b/tools/layoutlib/bridge/src/android/view/inputmethod/InputMethodManager_Accessor.java @@ -0,0 +1,24 @@ +/* + * Copyright (C) 2011 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 android.view.inputmethod; + +public class InputMethodManager_Accessor { + + public static void resetInstance() { + InputMethodManager.mInstance = null; + } +} |
