OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textid
(Results
1 - 25
of
90
) sorted by null
1
2
3
4
/packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java
49
void setText(int viewId, int
textId
) {
51
if (v != null) v.setText(
textId
);
/external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h
48
void SetFileInfoControl(int
textID
, int iconID, const NOverwriteDialog::CFileInfo &fileInfo);
OverwriteDialog.cpp
45
void COverwriteDialog::SetFileInfoControl(int
textID
, int iconID,
80
control.Init(*this,
textID
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterPointRepresentation.java
25
public FilterPointRepresentation(String type, int
textid
, int editorID) {
29
setTextId(
textid
);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
EmergencyButton.java
213
int
textId
;
215
textId
= com.android.internal.R.string.lockscreen_return_to_call;
217
textId
= com.android.internal.R.string.lockscreen_emergency_call;
219
setText(
textId
);
/frameworks/base/services/tests/servicestests/assets/shortcut/
shortcut_api27_backup.xml
15
<shortcut id="s1" activity="com.android.test.1/com.example.android.shortcutsample.Main" title="Leak wakelock" titleid="0"
textid
="0" dmessageid="0" timestamp="1507674156622" flags="130">
/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/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/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/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
)
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java
138
protected void setDescription(@StringRes int
textId
) {
142
description.setText(
textId
);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDialog.java
109
public void clickOnText(int
textId
) {
113
String text = realDialog.getContext().getResources().getString(
textId
);
/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
,
/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);
/development/samples/ApiDemos/src/com/example/android/apis/app/
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
);
NotifyingService.java
93
private void showNotification(int moodId, int
textId
) {
95
CharSequence text = getText(
textId
);
/packages/apps/Car/Settings/src/com/android/car/settings/security/
ChooseLockPatternFragment.java
195
SecondaryButtonState(int
textId
, boolean enabled) {
196
this.mTextResId =
textId
;
436
private void setPrimaryButtonText(@StringRes int
textId
) {
437
mPrimaryButton.setText(
textId
);
448
private void setSecondaryButtonText(@StringRes int
textId
) {
449
mSecondaryButton.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/external/
video_render_external_impl.h
102
virtual int32_t SetText(const uint8_t
textId
,
/external/webrtc/webrtc/modules/video_render/
i_video_render.h
108
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
,
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
AbstractConversationListActivity.java
183
final int
textId
=
185
final String message = getResources().getString(
textId
, conversationIds.size());
200
final int
textId
= isNotificationOn ?
202
final String message = getResources().getString(
textId
, 1);
Completed in 3100 milliseconds
1
2
3
4