summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2014-11-18 23:32:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-18 23:32:57 +0000
commitd843564331e2db18166d3deb8570502092d532ea (patch)
treeb4a2c2ec2bba52876304bd408cd3183344133d10
parent12c172a8015027caae4265ac9bd86cf907723a5b (diff)
parent54ec76d81ac38284caa6d00ad5f2d2207206b9ce (diff)
downloadframeworks_base-d843564331e2db18166d3deb8570502092d532ea.zip
frameworks_base-d843564331e2db18166d3deb8570502092d532ea.tar.gz
frameworks_base-d843564331e2db18166d3deb8570502092d532ea.tar.bz2
Merge "PopupWindow: fix typo in doc comment"
-rw-r--r--core/java/android/widget/PopupWindow.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/PopupWindow.java b/core/java/android/widget/PopupWindow.java
index 41d3e320..bde6201 100644
--- a/core/java/android/widget/PopupWindow.java
+++ b/core/java/android/widget/PopupWindow.java
@@ -375,9 +375,9 @@ public class PopupWindow {
}
/**
- * Set the flag on popup to ignore cheek press eventt; by default this flag
+ * Set the flag on popup to ignore cheek press events; by default this flag
* is set to false
- * which means the pop wont ignore cheek press dispatch events.
+ * which means the popup will not ignore cheek press dispatch events.
*
* <p>If the popup is showing, calling this method will take effect only
* the next time the popup is shown or through a manual call to one of