HomeSort by relevance Sort by last modified time
    Searched refs:BufferType (Results 1 - 23 of 23) sorted by null

  /development/apps/Development/src/com/android/development/
LogTextBox.java 69 public void setText(CharSequence text, BufferType type) {
70 super.setText(text, BufferType.EDITABLE);
  /external/wpa_supplicant/
tls_schannel.c 237 outbufs[0].BufferType = SECBUFFER_TOKEN;
351 inbufs[0].BufferType = SECBUFFER_TOKEN;
356 inbufs[1].BufferType = SECBUFFER_EMPTY;
365 outbufs[0].BufferType = SECBUFFER_TOKEN;
387 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
388 (int) inbufs[1].BufferType,
425 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
461 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
520 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
525 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 237 outbufs[0].BufferType = SECBUFFER_TOKEN;
351 inbufs[0].BufferType = SECBUFFER_TOKEN;
356 inbufs[1].BufferType = SECBUFFER_EMPTY;
365 outbufs[0].BufferType = SECBUFFER_TOKEN;
387 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
388 (int) inbufs[1].BufferType,
425 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
461 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
520 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
525 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 29 import android.widget.TextView.BufferType;
116 args = {java.lang.CharSequence.class, android.widget.TextView.BufferType.class}
122 editText.setText("android", BufferType.NORMAL);
125 editText.setText("", BufferType.SPANNABLE);
128 editText.setText(null, BufferType.EDITABLE);
142 editText.setText(string, BufferType.EDITABLE);
178 editText.setText(string, BufferType.EDITABLE);
222 editText.setText(string, BufferType.EDITABLE);
227 editText.setText("", BufferType.EDITABLE);
232 editText.setText(null, BufferType.EDITABLE)
    [all...]
TextViewTest.java 95 import android.widget.TextView.BufferType;
306 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
437 mTextView.setText(text1, BufferType.EDITABLE);
455 mTextView.setText(text2, BufferType.EDITABLE);
686 mTextView.setText(blank, BufferType.SPANNABLE);
696 mTextView.setText(content, BufferType.SPANNABLE);
718 mTextView.setText(blank, BufferType.SPANNABLE);
790 mTextView.setText(text, BufferType.EDITABLE);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 65 public void setText(CharSequence text, BufferType type) {
66 super.setText(text, BufferType.EDITABLE);
  /frameworks/base/core/java/android/widget/
EditText.java 74 public void setText(CharSequence text, BufferType type) {
75 super.setText(text, BufferType.EDITABLE);
TextView.java 417 int buffertype = 0; local
466 buffertype = a.getInt(attr, buffertype);
707 BufferType bufferType = BufferType.EDITABLE;
803 switch (buffertype) {
805 bufferType = BufferType.NORMAL;
808 bufferType = BufferType.SPANNABLE
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 39 import android.widget.TextView.BufferType;
109 mTextView.setText(str, BufferType.EDITABLE);
123 mTextView.setText(str, BufferType.EDITABLE);
136 mTextView.setText(str, BufferType.EDITABLE);
150 mTextView.setText(str, BufferType.EDITABLE);
165 mTextView.setText(str, BufferType.EDITABLE);
204 mTextView.setText(str, BufferType.EDITABLE);
MultiTapKeyListenerTest.java 39 import android.widget.TextView.BufferType;
92 mTextView.setText(text, BufferType.EDITABLE);
157 mTextView.setText("", BufferType.EDITABLE);
202 mTextView.setText("", BufferType.EDITABLE);
249 mTextView.setText("", BufferType.EDITABLE);
306 mTextView.setText("", BufferType.EDITABLE);
361 mTextView.setText("", BufferType.EDITABLE);
413 mTextView.setText("", BufferType.EDITABLE);
TextKeyListenerTest.java 42 import android.widget.TextView.BufferType;
132 mTextView.setText(text, BufferType.EDITABLE);
213 mTextView.setText(text, BufferType.EDITABLE);
281 mTextView.setText("", BufferType.EDITABLE);
318 mTextView.setText("", BufferType.EDITABLE);
QwertyKeyListenerTest.java 40 import android.widget.TextView.BufferType;
94 mTextView.setText("", BufferType.EDITABLE);
138 mTextView.setText("", BufferType.EDITABLE);
185 mTextView.setText("", BufferType.EDITABLE);
240 mTextView.setText("", BufferType.EDITABLE);
292 mTextView.setText("", BufferType.EDITABLE);
NumberKeyListenerTest.java 38 import android.widget.TextView.BufferType;
179 mTextView.setText(text, BufferType.EDITABLE);
LinkMovementMethodTest.java 39 import android.widget.TextView.BufferType;
75 mView.setText(CONTENT, BufferType.SPANNABLE);
ScrollingMovementMethodTest.java 40 import android.widget.TextView.BufferType;
70 mTextView.setText(THREE_LINES_TEXT, BufferType.EDITABLE);
117 mTextView.setText("hello world", BufferType.SPANNABLE);
    [all...]
ArrowKeyMovementMethodTest.java 38 import android.widget.TextView.BufferType;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 102 mSaved.setText(restoredText, TextView.BufferType.EDITABLE);
ReceiveResult.java 95 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 37 import android.widget.TextView.BufferType;
310 mTextIn.setText("", BufferType.EDITABLE);
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 703 milliseconds