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

1 2 3 4 5

  /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/skia/src/gpu/
GrBufferAllocPool.h 54 enum BufferType {
63 * @param bufferType The type of buffers to create.
69 BufferType bufferType,
118 BufferType fBufferType;
  /packages/apps/Settings/src/com/android/settings/
LinkifyUtils.java 25 import android.widget.TextView.BufferType;
65 textView.setText(text.toString(), BufferType.SPANNABLE);
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 30 import android.widget.TextView.BufferType;
81 editText.setText("android", BufferType.NORMAL);
84 editText.setText("", BufferType.SPANNABLE);
87 editText.setText(null, BufferType.EDITABLE);
95 editText.setText(string, BufferType.EDITABLE);
125 editText.setText(string, BufferType.EDITABLE);
163 editText.setText(string, BufferType.EDITABLE);
168 editText.setText("", BufferType.EDITABLE);
173 editText.setText(null, BufferType.EDITABLE);
182 editText.setText("android", BufferType.EDITABLE)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewTest.java 70 tv.setText(originalText, TextView.BufferType.SPANNABLE);
95 tv.setText(originalText, TextView.BufferType.SPANNABLE);
112 tv.setText(originalText, TextView.BufferType.SPANNABLE);
129 tv.setText(originalText, TextView.BufferType.SPANNABLE);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 63 private TextView.BufferType mBufferType = TextView.BufferType.NORMAL;
126 public TextView.BufferType getBufferType() {
266 mBufferType = TextView.BufferType.SPANNABLE;
  /frameworks/base/core/java/android/widget/
EditText.java 88 public void setText(CharSequence text, BufferType type) {
89 super.setText(text, BufferType.EDITABLE);
  /frameworks/base/libs/hwui/
PixelBuffer.h 47 enum BufferType {
68 BufferType type = kBufferType_Auto);
  /cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java 31 import android.widget.TextView.BufferType;
94 mTextView.setText(text, BufferType.EDITABLE);
153 mTextView.setText(text, BufferType.EDITABLE);
192 mTextView.setText("", BufferType.EDITABLE);
224 mTextView.setText("", BufferType.EDITABLE);
BackspaceTest.java 23 import android.widget.TextView.BufferType;
40 mTextView.setText(state.mText, BufferType.EDITABLE);
ForwardDeleteTest.java 23 import android.widget.TextView.BufferType;
40 mTextView.setText(state.mText, BufferType.EDITABLE);
NumberKeyListenerTest.java 27 import android.widget.TextView.BufferType;
138 mTextView.setText(text, BufferType.EDITABLE);
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 42 enum BufferType {
159 virtual int32_t SetPlayoutBuffer(const BufferType type,
161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
  /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);
  /external/curl/lib/
curl_sasl_sspi.c 223 chlg_buf.BufferType = SECBUFFER_TOKEN;
231 resp_buf.BufferType = SECBUFFER_TOKEN;
474 chlg_buf[0].BufferType = SECBUFFER_TOKEN;
477 chlg_buf[1].BufferType = SECBUFFER_PKG_PARAMS;
480 chlg_buf[2].BufferType = SECBUFFER_PKG_PARAMS;
488 resp_buf.BufferType = SECBUFFER_TOKEN;
652 type_1_buf.BufferType = SECBUFFER_TOKEN;
760 type_2_buf.BufferType = SECBUFFER_TOKEN;
768 type_3_buf.BufferType = SECBUFFER_TOKEN;
961 chlg_buf.BufferType = SECBUFFER_TOKEN
    [all...]
  /external/webrtc/webrtc/base/
sec_buffer.h 50 this->BufferType = SECBUFFER_EMPTY;
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlainTextEditText.java 76 setText(text.toString(), BufferType.EDITABLE);
  /packages/apps/Settings/src/com/android/settings/widget/
LinkTextView.java 46 public void setText(CharSequence text, BufferType type) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 319 } BufferType;
333 BufferType type; /* window, pixmap, pbuffer or glxwindow */

Completed in 809 milliseconds

1 2 3 4 5