Home
last modified time | relevance | path

Searched refs:resid (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DUserInitializeReceiver.java49 int resid = list.get(i); in onReceive() local
50 if (!wpm.hasResourceWallpaper(resid)) { in onReceive()
52 wpm.setResource(resid); in onReceive()
60 private void addWallpapers(Resources resources, String packageName, int resid, in addWallpapers() argument
62 final String[] extras = resources.getStringArray(resid); in addWallpapers()
/packages/apps/Calendar/src/com/android/calendar/
DMultiStateButton.java123 public void setButtonDrawable(int resid) { in setButtonDrawable() argument
124 if (resid != 0 && resid == mButtonResource) { in setButtonDrawable()
128 mButtonResource = resid; in setButtonDrawable()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DSetupFingerprintEnrollFindSensor.java51 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
52 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
53 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupFingerprintEnrollFinish.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
48 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
49 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupFingerprintEnrollIntroduction.java52 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
53 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
54 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupFingerprintEnrollEnrolling.java50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
51 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
52 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/
DSetupRedactionInterstitial.java57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
58 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
59 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSecuritySettings.java186 int resid = 0; in getResIdForLockUnlockScreen() local
189 resid = R.xml.security_settings_lockscreen_profile; in getResIdForLockUnlockScreen()
191 resid = R.xml.security_settings_lockscreen; in getResIdForLockUnlockScreen()
193 resid = R.xml.security_settings_chooser; in getResIdForLockUnlockScreen()
198 resid = isMyUser ? R.xml.security_settings_pattern in getResIdForLockUnlockScreen()
203 resid = isMyUser ? R.xml.security_settings_pin in getResIdForLockUnlockScreen()
209 resid = isMyUser ? R.xml.security_settings_password in getResIdForLockUnlockScreen()
213 resid = managedPasswordProvider.getResIdForLockUnlockScreen(!isMyUser); in getResIdForLockUnlockScreen()
217 return resid; in getResIdForLockUnlockScreen()
235 final int resid = getResIdForLockUnlockScreen(getActivity(), mLockPatternUtils, in createPreferenceHierarchy() local
[all …]
DSetupEncryptionInterstitial.java69 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
70 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
71 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupChooseLockPassword.java89 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
90 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
91 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupChooseLockPattern.java84 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
85 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
86 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DSetupChooseLockGeneric.java65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
66 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
67 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java474 int resid = 0; in initView()
478 resid = R.drawable.cand_up_press; in initView()
480 resid = R.drawable.cand_down_press; in initView()
485 resid = R.drawable.cand_up; in initView()
487 resid = R.drawable.cand_down; in initView()
494 if (resid != 0) { in initView()
495 mReadMoreButton.setImageResource(resid); in initView()
1117 int resid = 0; in setReadMore() local
1121 resid = R.drawable.cand_up; in setReadMore()
1125 resid = R.drawable.cand_down; in setReadMore()
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DFocusIndicatorView.java31 private void setDrawable(int resid) { in setDrawable() argument
32 setBackgroundDrawable(getResources().getDrawable(resid)); in setDrawable()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiSetupActivity.java181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
182 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
183 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DWriteWifiConfigToNfcDialog.java258 private void setViewText(final TextView view, final int resid) { in setViewText() argument
262 view.setText(resid); in setViewText()
/packages/services/Telephony/src/com/android/phone/
DErrorDialogActivity.java56 private void showGenericErrorDialog(int resid) { in showGenericErrorDialog() argument
57 final CharSequence msg = getResources().getText(resid); in showGenericErrorDialog()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DErrorDialogActivity.java94 private void showGenericErrorDialog(int resid) { in showGenericErrorDialog() argument
95 final CharSequence msg = getResources().getText(resid); in showGenericErrorDialog()
/packages/apps/SpareParts/src/com/android/spare_parts/
DSpareParts.java204 int floatToIndex(float val, int resid) { in floatToIndex() argument
205 String[] indices = getResources().getStringArray(resid); in floatToIndex()
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DContactsMockPackageManager.java41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java279 private String getToastString(int resid) { in getToastString() argument
280 return mContext.getString(resid, mName != null ? mName : R.string.device); in getToastString()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java621 int resid = R.string.running_processes_item_description_s_s; in setDescription() local
623 resid = numServices != 1 in setDescription()
627 resid = R.string.running_processes_item_description_s_p; in setDescription()
629 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java1020 private void showToast(int resid) { in showToast() argument
1024 mToast.setText(resid); in showToast()