/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
BaseFiltersManager.java | 310 int[] textId = { 331 for (int i = 0; i < textId.length; i++) { 333 geometry.setTextId(textId[i]);
|
/developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
SimpleTextFragment.java | 82 * Currently the method only looks for text or a textID, nothing else.
|
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/ |
SimpleTextFragment.java | 81 * Currently the method only looks for text or a textID, nothing else.
|
/developers/samples/android/connectivity/network/BasicNetworking/Application/src/main/java/com/example/android/basicnetworking/ |
SimpleTextFragment.java | 82 * Currently the method only looks for text or a textID, nothing else.
|
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/ |
SimpleTextFragment.java | 81 * Currently the method only looks for text or a textID, nothing else.
|
/development/samples/browseable/BasicNetworking/src/com.example.android.basicnetworking/ |
SimpleTextFragment.java | 82 * Currently the method only looks for text or a textID, nothing else.
|
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/ |
SimpleTextFragment.java | 81 * Currently the method only looks for text or a textID, nothing else.
|
/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/external/ |
video_render_external_impl.cc | 164 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,
|
/external/webrtc/webrtc/modules/video_render/mac/ |
video_render_nsopengl.h | 138 int32_t SetText(const uint8_t textId,
|
video_render_mac_carbon_impl.cc | 253 int32_t VideoRenderMacCarbonImpl::SetText(const uint8_t textId,
|
/external/webrtc/webrtc/modules/video_render/ |
video_render_impl.h | 187 virtual int32_t SetText(const uint8_t textId,
|
video_render_impl.cc | 469 const uint8_t textId, 486 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
|
video_render.h | 246 virtual int32_t SetText(const uint8_t textId,
|
video_render_internal_impl.cc | 692 const uint8_t textId, 709 return _ptrRenderer->SetText(textId, text, textLength, textColorRef,
|
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 604 * @param textId The resource id of the text to display in the positive button 609 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { 610 P.mPositiveButtonText = P.mContext.getText(textId); 630 * @param textId The resource id of the text to display in the negative button 635 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { 636 P.mNegativeButtonText = P.mContext.getText(textId); 656 * @param textId The resource id of the text to display in the neutral button 661 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { 662 P.mNeutralButtonText = P.mContext.getText(textId); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AlertDialog.java | 445 * @param textId The resource id of the text to display in the positive button 450 public Builder setPositiveButton(@StringRes int textId, final OnClickListener listener) { 451 P.mPositiveButtonText = P.mContext.getText(textId); 471 * @param textId The resource id of the text to display in the negative button 476 public Builder setNegativeButton(@StringRes int textId, final OnClickListener listener) { 477 P.mNegativeButtonText = P.mContext.getText(textId); 497 * @param textId The resource id of the text to display in the neutral button 502 public Builder setNeutralButton(@StringRes int textId, final OnClickListener listener) { 503 P.mNeutralButtonText = P.mContext.getText(textId); [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 351 int textid = 0; local 359 textid = R.string.process_provider_in_use_description; 371 textid = R.string.process_service_in_use_description; 383 if (textid != 0 && label != null) { 384 description.setText(getActivity().getString(textid, label));
|
/development/apps/Development/src/com/android/development/ |
PermissionDetails.java | 255 private void setTextView(int viewId, int textId) { 257 view.setText(textId);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorGrad.java | 192 public ParamAdapter(int seekId, int textId, LinearLayout layout, int mode) { 194 mTextView = (TextView) layout.findViewById(textId);
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_render_linux_impl.cc | 234 const uint8_t textId,
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_direct3d9.h | 169 virtual int32_t SetText(const uint8_t textId,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothSettings.java | 233 int textId = isDiscovering ? R.string.bluetooth_searching_for_devices : 235 menu.add(Menu.NONE, MENU_ID_SCAN, 0, textId)
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pSettings.java | 340 int textId = mWifiP2pSearching ? R.string.wifi_p2p_menu_searching : 342 menu.add(Menu.NONE, MENU_ID_SEARCH, 0, textId)
|