/packages/apps/Launcher2/src/com/android/launcher2/ |
D | UserInitializeReceiver.java | 49 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/ |
D | MultiStateButton.java | 123 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/ |
D | SetupFingerprintEnrollFindSensor.java | 51 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()
|
D | SetupFingerprintEnrollFinish.java | 47 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()
|
D | SetupFingerprintEnrollIntroduction.java | 52 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()
|
D | SetupFingerprintEnrollEnrolling.java | 50 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/ |
D | SetupRedactionInterstitial.java | 57 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()
|
D | SecuritySettings.java | 186 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 …]
|
D | SetupEncryptionInterstitial.java | 69 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()
|
D | SetupChooseLockPassword.java | 89 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()
|
D | SetupChooseLockPattern.java | 84 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()
|
D | SetupChooseLockGeneric.java | 65 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/ |
D | TextCandidatesViewManager.java | 474 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/ |
D | FocusIndicatorView.java | 31 private void setDrawable(int resid) { in setDrawable() argument 32 setBackgroundDrawable(getResources().getDrawable(resid)); in setDrawable()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiSetupActivity.java | 181 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()
|
D | WriteWifiConfigToNfcDialog.java | 258 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/ |
D | ErrorDialogActivity.java | 56 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/ |
D | ErrorDialogActivity.java | 94 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/ |
D | SpareParts.java | 204 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/ |
D | ContactsMockPackageManager.java | 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 279 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/ |
D | RunningState.java | 621 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/ |
D | MediaPlaybackActivity.java | 1020 private void showToast(int resid) { in showToast() argument 1024 mToast.setText(resid); in showToast()
|