OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:takeKeyEvents
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java
136
getDialog().
takeKeyEvents
(true);
/cts/tests/app/src/android/app/cts/
DialogTest.java
297
d.
takeKeyEvents
(true);
760
takeKeyEvents
(d, true);
766
takeKeyEvents
(d, false);
773
private void
takeKeyEvents
(final Dialog d, final boolean get) throws Throwable {
776
d.
takeKeyEvents
(get);
[
all
...]
InstrumentationTest.java
708
public void
takeKeyEvents
(boolean get) {
/cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowTest.java
499
*
takeKeyEvents
: Request that key events come to this activity. Use this if your activity
508
mWindow.
takeKeyEvents
(false);
[
all
...]
Completed in 130 milliseconds