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/app/app/src/android/app/stubs/
DialogStubActivity.java
294
final View
textEntryView
= inflate.inflate(R.layout.alert_dialog_text_entry_2, null);
299
mAlertDialog.setView(
textEntryView
, SPACING_LEFT, SPACING_TOP, SPACING_RIGHT,
302
mAlertDialog.setView(
textEntryView
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java
311
final View
textEntryView
= factory.inflate(R.layout.alert_dialog_text_entry, null);
314
.setView(
textEntryView
)
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java
[
all
...]
Completed in 661 milliseconds