OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edittext
(Results
226 - 250
of
645
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/InCallUI/res/layout/
dtmf_twelve_key_dialer_view.xml
35
already sent over the network. But it's still an
EditText
rather
38
<
EditText
/packages/apps/InCallUI/src/com/android/incallui/
DialpadPresenter.java
39
* appropriate DTMF tone, and appending the digit to the
EditText
51
*
EditText
field that displays the DTMF digits sent so far.
/packages/apps/Mms/apptests/res/layout/
sms_send_intent_test.xml
37
<
EditText
android:id="@+id/sms_recipient" />
41
<
EditText
android:id="@+id/sms_content"
/packages/apps/Music/res/layout-keyshidden/
create_playlist.xml
43
<
EditText
android:id="@+id/playlist"
50
</
EditText
>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
QueryTextView.java
23
import android.widget.
EditText
;
28
public class QueryTextView extends
EditText
{
/packages/apps/Settings/res/layout/
ownerinfo.xml
40
<
EditText
android:id="@+id/owner_info_nickname"
65
<
EditText
android:id="@+id/owner_info_edit_text"
/packages/inputmethods/OpenWnn/res/layout/
user_dictionary_tools_edit.xml
28
<
EditText
android:id="@+id/editRead"
39
<
EditText
android:id="@+id/editCandidate"
/packages/services/Telephony/res/layout/
pref_dialog_editphonenumber.xml
43
<!-- The
EditText
field in the dialog is now created programmatically.
45
attach the
EditText
field. -->
/packages/services/Telephony/src/com/android/phone/
EditPinPreference.java
27
import android.widget.
EditText
;
79
// If the layout does not contain an
edittext
, hide the buttons.
/frameworks/base/docs/html/training/basics/firstapp/
building-ui.jd
133
<p>To create a user-editable text field, add an {@link android.widget.
EditText
134
<
EditText
>} element inside the {@link android.widget.LinearLayout <LinearLayout>}.</p>
137
the {@link android.widget.
EditText
} object's properties. Here?s how you should declare it
141
<
EditText
android:id="@+id/edit_message"
184
android.widget.
EditText
} element. Once the resource ID is declared once this way,
197
were to instead use <code>"match_parent"</code>, then the {@link android.widget.
EditText
}
259
{@link android.widget.
EditText
<
EditText
>} element:</p>
277
<p>The layout is currently designed so that both the {@link android.widget.
EditText
} and {@link
282
<p class="img-caption"><strong>Figure 2.</strong> The {@link android.widget.
EditText
} and {@lin
[
all
...]
/cts/apps/CtsVerifier/res/layout/
ble_client_connect.xml
28
<
EditText
android:id="@+id/ble_address"
/cts/tests/res/layout/
alert_dialog_text_entry_2.xml
31
<
EditText
inputmethod_edittext.xml
22
<
EditText
android:id="@+id/entry"
remote_view_test_bad_1.xml
27
<
EditText
android:id="@+id/edit"
/development/apps/Development/res/layout/
get_auth_token_view.xml
28
<
EditText
android:id="@+id/accounts_tester_auth_token_type"
/development/apps/GestureBuilder/res/layout/
dialog_rename.xml
31
<
EditText
/development/apps/SettingInjectorSample/res/layout/
my_setting_activity.xml
17
<
EditText
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/text"
/development/samples/ApiDemos/res/layout/
animation_1.xml
30
<
EditText
android:id="@+id/pw"
appwidget_configure.xml
29
<
EditText
baseline_6.xml
21
<
EditText
android:id="@+id/anchor"
grid_layout_1.xml
33
<
EditText
list_12.xml
31
<
EditText
android:id="@+id/userText"
morse_code.xml
24
<
EditText
/development/samples/BluetoothChat/res/layout/
main.xml
34
<
EditText
android:id="@+id/edit_text_out"
/development/samples/HelloActivity/res/layout/
hello_activity.xml
17
<
EditText
xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/text"
Completed in 603 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>