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

1 2 3

  /packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java 49 void setText(int viewId, int textId) {
51 if (v != null) v.setText(textId);
  /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);
198 String tickerText = showTicker ? getString(textId) : null;
213 private void setMoodView(int moodId, int textId) {
224 CharSequence text = getText(textId);
  /external/chromium_org/third_party/webrtc/modules/video_render/
i_video_render.h 112 virtual int32_t SetText(const uint8_t textId,
video_render_impl.h 195 virtual int32_t SetText(const uint8_t textId,
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.h 105 virtual int32_t SetText(const uint8_t textId,
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
i_video_render_win.h 88 virtual int32_t SetText(const uint8_t textId,
video_render_windows_impl.h 113 virtual int32_t SetText(const uint8_t textId,
video_render_windows_impl.cc 302 const uint8_t textId,
319 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);
  /frameworks/base/core/java/android/app/
AlertDialog.java 507 * @param textId The resource id of the text to display in the positive button
512 public Builder setPositiveButton(int textId, final OnClickListener listener) {
513 P.mPositiveButtonText = P.mContext.getText(textId);
533 * @param textId The resource id of the text to display in the negative button
538 public Builder setNegativeButton(int textId, final OnClickListener listener) {
539 P.mNegativeButtonText = P.mContext.getText(textId);
559 * @param textId The resource id of the text to display in the neutral button
564 public Builder setNeutralButton(int textId, final OnClickListener listener) {
565 P.mNeutralButtonText = P.mContext.getText(textId);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.h 104 virtual int32_t SetText(const uint8_t textId,
video_render_external_impl.cc 171 const uint8_t textId,
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 111 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.h 111 virtual int32_t SetText(const uint8_t textId,
video_render_mac_cocoa_impl.mm 237 int32_t VideoRenderMacCocoaImpl::SetText(const uint8_t textId,
247 return _ptrCocoaRender->SetText(textId, text, textLength, textColorRef, backgroundColorRef, left, top, right, bottom);
  /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/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.h 106 virtual int32_t SetText(const uint8_t textId,
  /external/chromium_org/third_party/webrtc/modules/video_render/include/
video_render.h 260 virtual int32_t SetText(const uint8_t textId,
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_impl.mm 153 int32_t VideoRenderIosImpl::SetText(const uint8_t textId,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDialog.java 236 public void clickOnText(int textId) {
240 String text = getContext().getResources().getString(textId);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 136 private void showConfirm(int textId, final Runnable onConfirmAction) {
139 dialogBuilder.setMessage(textId);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRepresentation.java 176 public void setTextId(int textId) {
177 mTextId = textId;
BaseFiltersManager.java 310 int[] textId = {
331 for (int i = 0; i < textId.length; i++) {
333 geometry.setTextId(textId[i]);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.h 161 virtual int32_t SetText(const uint8_t textId,

Completed in 607 milliseconds

1 2 3