summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-06-11 09:03:22 -0700
committerScott Main <smain@google.com>2010-06-11 09:03:22 -0700
commitf10e6331e3bf01653235d93aa523056c146a85a3 (patch)
tree22adbf6cce870d014b4ae818d5316dcc7b881a5b /core
parent9f2a0115220c8e288c32d8cf90e235a2f2be115b (diff)
downloadframeworks_base-f10e6331e3bf01653235d93aa523056c146a85a3.zip
frameworks_base-f10e6331e3bf01653235d93aa523056c146a85a3.tar.gz
frameworks_base-f10e6331e3bf01653235d93aa523056c146a85a3.tar.bz2
docs: fix markup error
Change-Id: Icea017095f58068c55dd3c1c18cecbdf06afb595
Diffstat (limited to 'core')
-rw-r--r--core/java/android/view/WindowManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/WindowManager.java b/core/java/android/view/WindowManager.java
index 0aa1fde..adceeb2 100644
--- a/core/java/android/view/WindowManager.java
+++ b/core/java/android/view/WindowManager.java
@@ -685,7 +685,7 @@ public interface WindowManager extends ViewManager {
/** Adjustment option for {@link #softInputMode}: set to allow the
* window to be resized when an input
* method is shown, so that its contents are not covered by the input
- * method. This can <em>not<em> be combined with
+ * method. This can <em>not</em> be combined with
* {@link #SOFT_INPUT_ADJUST_PAN}; if
* neither of these are set, then the system will try to pick one or
* the other depending on the contents of the window.
@@ -696,7 +696,7 @@ public interface WindowManager extends ViewManager {
* pan when an input method is
* shown, so it doesn't need to deal with resizing but just panned
* by the framework to ensure the current input focus is visible. This
- * can <em>not<em> be combined with {@link #SOFT_INPUT_ADJUST_RESIZE}; if
+ * can <em>not</em> be combined with {@link #SOFT_INPUT_ADJUST_RESIZE}; if
* neither of these are set, then the system will try to pick one or
* the other depending on the contents of the window.
*/