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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 93 private void showNotification(int moodId, int textId) {
95 CharSequence text = getText(textId);
StatusBarNotifications.java 193 private void setMood(int moodId, int textId, boolean showTicker) {
195 CharSequence text = getText(textId);
210 notifBuidler.setTicker(getString(textId));
218 private void setMoodView(int moodId, int textId) {
229 CharSequence text = getText(textId);
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 138 protected void setDescription(@StringRes int textId) {
142 description.setText(textId);
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 138 protected void setDescription(@StringRes int textId) {
142 description.setText(textId);
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 138 protected void setDescription(@StringRes int textId) {
142 description.setText(textId);
  /external/webrtc/webrtc/modules/video_render/external/
video_render_external_impl.h 102 virtual int32_t SetText(const uint8_t textId,
video_render_external_impl.cc 164 const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/
i_video_render.h 108 virtual int32_t SetText(const uint8_t textId,
video_render.h 246 virtual int32_t SetText(const uint8_t textId,
video_render_impl.h 187 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 103 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 109 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.h 109 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.mm 222 int32_t VideoRenderMacCocoaImpl::SetText(const uint8_t textId,
232 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);
  /external/webrtc/webrtc/modules/video_render/windows/
i_video_render_win.h 88 virtual int32_t SetText(const uint8_t textId,
video_render_windows_impl.h 111 virtual int32_t SetText(const uint8_t textId,
video_render_windows_impl.cc 294 const uint8_t textId,
311 error = _ptrRendererWin->SetText(textId, text, textLength,
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 290 int textId = R.string.saving_preview;
292 Toast preToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
297 textId = R.string.preview_saved;
299 textId = R.string.preview_save_error;
302 Toast postToast = Toast.makeText(getBaseContext(), textId, Toast.LENGTH_SHORT);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDialog.java 110 public void clickOnText(int textId) {
114 String text = realDialog.getContext().getResources().getString(textId);
  /developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.kt 150 protected fun setDescription(@StringRes textId: Int) {
151 findViewById<TextView>(R.id.description).setText(textId)
  /developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.kt 150 protected fun setDescription(@StringRes textId: Int) {
151 findViewById<TextView>(R.id.description).setText(textId)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 247 private void setEmptyViewText(int textId) {
248 mEmptyReceivedView.setText(textId);
249 mEmptySentView.setText(textId);
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.h 104 virtual int32_t SetText(const uint8_t textId,
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.mm 146 int32_t VideoRenderIosImpl::SetText(const uint8_t textId,
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 342 Line addLine(String labelId, String label, String textId, String text, int inputType) {
343 final Line line = new Line(labelId, label, textId, text, inputType);
427 private Line(String labelId, String label, String textId, String text, int inputType) {
429 this.text = new Item(this, ++mNextChildId, textId, text, true, true);

Completed in 711 milliseconds

1 2