Searched refs:BufferType (Results 1 – 20 of 20) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | FdEventsReader.java | 74 public abstract class FdEventsReader<BufferType> { 83 private final BufferType mBuffer; 95 protected FdEventsReader(@NonNull Handler h, @NonNull BufferType buffer) { in FdEventsReader() 130 protected abstract int recvBufSize(@NonNull BufferType buffer); in recvBufSize() 162 protected abstract int readPacket(@NonNull FileDescriptor fd, @NonNull BufferType buffer) in readPacket() 170 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket()
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | FdEventsReader.java | 71 public abstract class FdEventsReader<BufferType> { 81 private final BufferType mBuffer; 93 protected FdEventsReader(@NonNull Handler h, @NonNull BufferType buffer) { in FdEventsReader() 128 protected abstract int recvBufSize(@NonNull BufferType buffer); in recvBufSize() 160 protected abstract int readPacket(@NonNull FileDescriptor fd, @NonNull BufferType buffer) in readPacket() 168 protected void handlePacket(@NonNull BufferType recvbuf, int length) {} in handlePacket()
|
/packages/services/DeviceAsWebcam/jni/ |
D | Buffer.h | 34 enum BufferType { enum 82 virtual BufferType getBufferType() = 0; 105 BufferType getBufferType() override { return BufferType::V4L2; } in getBufferType()
|
/packages/apps/Settings/src/com/android/settings/ |
D | LinkifyUtils.java | 25 import android.widget.TextView.BufferType; 65 textView.setText(text.toString(), BufferType.SPANNABLE); in linkify()
|
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/ |
D | SmsManagerTestApp.java | 96 mPhoneNumber.setText(getPhoneNumber(), TextView.BufferType.NORMAL); in onResume() 123 mPhoneNumber.setText(getPhoneNumber(), TextView.BufferType.NORMAL); in onRequestPermissionsResult()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | DeletionHelperActivity.java | 34 import android.widget.TextView.BufferType; 70 emptyStateLink.setText(linkText, BufferType.SPANNABLE); in onCreate()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | BidiTextView.java | 37 public void setText(CharSequence text, BufferType type) { in setText()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | AutoSizingTextClock.kt | 57 override fun setText(text: CharSequence, type: BufferType) { in setText()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | PlainTextEditText.java | 76 setText(text.toString(), BufferType.EDITABLE); in onTextContextMenuItem()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutTextView.java | 81 public void setText(CharSequence text, BufferType type) { in setText()
|
/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
D | ContactListItemViewTest.java | 116 view.getNameTextView().setText("", TextView.BufferType.SPANNABLE); in createView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ExtendedEditText.java | 158 public void setText(CharSequence text, BufferType type) { in setText()
|
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
D | AbstractSampleActivity.java | 144 TextView.BufferType.EDITABLE); in setupBackgroundColorControls()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkInputActivity.java | 44 import android.widget.TextView.BufferType; 495 mTextIn.setText("", BufferType.EDITABLE);
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | GridDirectoryHolder.java | 141 TextView.BufferType.SPANNABLE); in bind()
|
D | GridDocumentHolder.java | 207 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
|
D | ListDocumentHolder.java | 248 mTitle.setText(mDoc.displayName, TextView.BufferType.SPANNABLE); in bind()
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
D | CitySelectionActivity.kt | 319 holder.name.setText(city.name, TextView.BufferType.SPANNABLE) in getView()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | UtilsTest.java | 202 editText.setText(text, TextView.BufferType.EDITABLE); in setEditTextCursorPosition_shouldGetExpectedEditTextLenght()
|
/packages/apps/Browser2/src/org/chromium/webview_shell/ |
D | WebViewBrowserActivity.java | 640 mUrlBar.setText(url, TextView.BufferType.EDITABLE); in setUrlBarText()
|