OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textEntryView
(Results
1 - 3
of
3
) sorted by null
/cts/tests/src/android/app/cts/
DialogStubActivity.java
269
final View
textEntryView
= inflate.inflate(R.layout.alert_dialog_text_entry_2, null);
274
mAlertDialog.setView(
textEntryView
, SPACING_LEFT, SPACING_TOP, SPACING_RIGHT,
277
mAlertDialog.setView(
textEntryView
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java
283
final View
textEntryView
= factory.inflate(R.layout.alert_dialog_text_entry, null);
287
.setView(
textEntryView
)
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java
[
all
...]
Completed in 810 milliseconds