HomeSort by relevance Sort by last modified time
    Searched refs:BufferType (Results 1 - 25 of 25) 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);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 61 public void setText(CharSequence text, BufferType type) {
62 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 100 import android.widget.TextView.BufferType;
312 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
443 mTextView.setText(text1, BufferType.EDITABLE);
461 mTextView.setText(text2, BufferType.EDITABLE);
692 mTextView.setText(blank, BufferType.SPANNABLE);
702 mTextView.setText(content, BufferType.SPANNABLE);
724 mTextView.setText(blank, BufferType.SPANNABLE);
796 mTextView.setText(text, BufferType.EDITABLE);
    [all...]
  /frameworks/base/core/java/android/widget/
EditText.java 77 public void setText(CharSequence text, BufferType type) {
78 super.setText(text, BufferType.EDITABLE);
TextView.java 434 int buffertype = 0; local
483 buffertype = a.getInt(attr, buffertype);
736 BufferType bufferType = BufferType.EDITABLE;
833 switch (buffertype) {
835 bufferType = BufferType.NORMAL;
838 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;
71 mTextView.setText(THREE_LINES_TEXT, BufferType.EDITABLE);
118 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);
  /external/chromium/net/socket/
ssl_client_socket_win.cc 491 send_buffer_.BufferType = SECBUFFER_TOKEN;
808 in_buffers_[0].BufferType = SECBUFFER_TOKEN;
812 in_buffers_[1].BufferType = SECBUFFER_EMPTY;
819 send_buffer_.BufferType = SECBUFFER_TOKEN;
853 if (in_buffers_[1].BufferType == SECBUFFER_EXTRA) {
886 if (in_buffers_[1].BufferType == SECBUFFER_EXTRA) {
    [all...]
  /external/chromium/net/http/
http_auth_sspi_win.cc 157 in_buffer.BufferType = SECBUFFER_TOKEN;
178 out_buffer.BufferType = SECBUFFER_TOKEN;
  /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 1644 milliseconds