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

1 2

  /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);
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 29 import android.widget.TextView.BufferType;
80 editText.setText("android", BufferType.NORMAL);
83 editText.setText("", BufferType.SPANNABLE);
86 editText.setText(null, BufferType.EDITABLE);
94 editText.setText(string, BufferType.EDITABLE);
124 editText.setText(string, BufferType.EDITABLE);
162 editText.setText(string, BufferType.EDITABLE);
167 editText.setText("", BufferType.EDITABLE);
172 editText.setText(null, BufferType.EDITABLE);
181 editText.setText("android", BufferType.EDITABLE)
    [all...]
TextViewTest.java 93 import android.widget.TextView.BufferType;
225 mTextView.setText(LONG_TEXT, BufferType.EDITABLE);
327 mTextView.setText(text1, BufferType.EDITABLE);
345 mTextView.setText(text2, BufferType.EDITABLE);
482 mTextView.setText(blank, BufferType.SPANNABLE);
492 mTextView.setText(content, BufferType.SPANNABLE);
514 mTextView.setText(blank, BufferType.SPANNABLE);
569 mTextView.setText(text, BufferType.EDITABLE);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 230 outbufs[0].BufferType = SECBUFFER_TOKEN;
342 inbufs[0].BufferType = SECBUFFER_TOKEN;
347 inbufs[1].BufferType = SECBUFFER_EMPTY;
356 outbufs[0].BufferType = SECBUFFER_TOKEN;
378 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
379 (int) inbufs[1].BufferType,
413 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
446 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
498 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
503 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /external/skia/src/gpu/
GrBufferAllocPool.h 74 enum BufferType {
83 * @param bufferType The type of buffers to create.
96 BufferType bufferType,
175 BufferType fBufferType;
  /frameworks/base/libs/hwui/
PixelBuffer.h 46 enum BufferType {
67 BufferType type = kBufferType_Auto);
PixelBuffer.cpp 149 PixelBuffer* PixelBuffer::create(GLenum format, uint32_t width, uint32_t height, BufferType type) {
  /frameworks/base/core/java/android/widget/
EditText.java 79 public void setText(CharSequence text, BufferType type) {
80 super.setText(text, BufferType.EDITABLE);
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 71 << ", " << FindLabel(sb.BufferType & ~SECBUFFER_ATTRMASK,
212 sb_in[0].BufferType = SECBUFFER_TOKEN;
265 if (buffer.BufferType == SECBUFFER_EXTRA) {
273 if (buffer.BufferType == SECBUFFER_EXTRA) {
275 } else if (buffer.BufferType == SECBUFFER_TOKEN) {
340 in_buf[0].BufferType = SECBUFFER_DATA;
353 if (in_buf[i].BufferType == SECBUFFER_DATA) {
358 } else if (in_buf[i].BufferType == SECBUFFER_EXTRA) {
501 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
503 out_buf[1].BufferType = SECBUFFER_DATA
    [all...]
sec_buffer.h 67 this->BufferType = SECBUFFER_EMPTY;
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 35 import android.widget.TextView.BufferType;
95 mTextView.setText(content, BufferType.EDITABLE);
135 mTextView.setText(content, BufferType.EDITABLE);
163 mTextView.setText(str, BufferType.EDITABLE);
TextKeyListenerTest.java 38 import android.widget.TextView.BufferType;
115 mTextView.setText(text, BufferType.EDITABLE);
174 mTextView.setText(text, BufferType.EDITABLE);
213 mTextView.setText("", BufferType.EDITABLE);
245 mTextView.setText("", BufferType.EDITABLE);
MultiTapKeyListenerTest.java 33 import android.widget.TextView.BufferType;
76 mTextView.setText(text, BufferType.EDITABLE);
195 mTextView.setText("", BufferType.EDITABLE);
NumberKeyListenerTest.java 35 import android.widget.TextView.BufferType;
159 mTextView.setText(text, BufferType.EDITABLE);
QwertyKeyListenerTest.java 34 import android.widget.TextView.BufferType;
161 mTextView.setText("", BufferType.EDITABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 102 mSaved.setText(restoredText, TextView.BufferType.EDITABLE);
ReceiveResult.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
FragmentReceiveResult.java 89 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /external/chromium/net/socket/
ssl_client_socket_win.cc 613 send_buffer_.BufferType = SECBUFFER_TOKEN;
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/
ContactListItemViewTest.java 114 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE);
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 81 mTv.setText(text, TextView.BufferType.SPANNABLE);
93 mTv.setText(text, TextView.BufferType.SPANNABLE);
  /external/chromium/net/http/
http_auth_sspi_win.cc 331 in_buffer.BufferType = SECBUFFER_TOKEN;
352 out_buffer.BufferType = SECBUFFER_TOKEN;
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 37 import android.widget.TextView.BufferType;
314 mTextIn.setText("", BufferType.EDITABLE);

Completed in 457 milliseconds

1 2