OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendButton
(Results
1 - 12
of
12
) sorted by null
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
EmailComposeActivity.kt
23
import kotlinx.android.synthetic.main.email_compose_activity.
sendButton
30
sendButton
.setOnClickListener {
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
EmailComposeActivity.kt
23
import kotlinx.android.synthetic.main.email_compose_activity.
sendButton
30
sendButton
.setOnClickListener {
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
MainActivity.java
35
private Button
sendButton
;
50
sendButton
= (Button) findViewById(R.id.send_button);
51
sendButton
.setOnClickListener(
/external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
InteropActivity.java
38
private Button
sendButton
;
48
sendButton
= (Button) findViewById(R.id.ping_pong_button);
67
sendButton
.setEnabled(false);
103
Button
sendButton
= (Button) activity.findViewById(R.id.ping_pong_button);
105
sendButton
.setEnabled(true);
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/
HelloworldActivity.java
42
private Button
sendButton
;
52
sendButton
= (Button) findViewById(R.id.send_button);
63
sendButton
.setEnabled(false);
113
Button
sendButton
= (Button) activity.findViewById(R.id.send_button);
115
sendButton
.setEnabled(true);
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
EmailComposeActivity.java
34
findViewById(R.id.
sendButton
).setOnClickListener(new View.OnClickListener() {
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
EmailComposeActivity.java
34
findViewById(R.id.
sendButton
).setOnClickListener(new View.OnClickListener() {
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
ReceiveShare.java
90
Button
sendButton
= (Button)findViewById(R.id.send_to_service);
93
sendButton
.setEnabled(true);
95
sendButton
.setEnabled(false);
102
sendButton
.setOnClickListener(new View.OnClickListener() {
/external/grpc-grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
HelloworldActivity.java
39
private Button
sendButton
;
53
sendButton
= (Button) findViewById(R.id.send_button);
80
sendButton
.setEnabled(false);
147
Button
sendButton
= (Button) activity.findViewById(R.id.send_button);
149
sendButton
.setEnabled(true);
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
ClientCacheExampleActivity.java
51
private Button
sendButton
;
65
sendButton
= (Button) findViewById(R.id.send_button);
81
sendButton
.setEnabled(false);
164
Button
sendButton
= (Button) activity.findViewById(R.id.send_button);
166
sendButton
.setEnabled(true);
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/
HelloworldActivity.kt
94
val
sendButton
: Button = activity.findViewById(R.id.send_button)
97
sendButton
.isEnabled = true
/development/samples/ApiDemos/src/com/example/android/apis/os/
SmsMessagingDemo.java
95
Button
sendButton
= (Button) findViewById(R.id.sms_send_message);
96
sendButton
.setOnClickListener(new OnClickListener() {
Completed in 372 milliseconds