/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | UserInitializeReceiver.java | 49 int resid = list.get(i); 50 if (!wpm.hasResourceWallpaper(resid)) { 52 wpm.setResource(resid); 60 private void addWallpapers(Resources resources, String packageName, int resid, argument 62 final String[] extras = resources.getStringArray(resid);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
H A D | FocusIndicatorView.java | 31 private void setDrawable(int resid) { argument 32 setBackgroundDrawable(getResources().getDrawable(resid));
|
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
H A D | SetupFingerprintEnrollEnrolling.java | 39 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 40 resid = SetupWizardUtils.getTheme(getIntent()); 41 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupFingerprintEnrollFindSensor.java | 41 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 42 resid = SetupWizardUtils.getTheme(getIntent()); 43 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupFingerprintEnrollIntroduction.java | 46 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 47 resid = SetupWizardUtils.getTheme(getIntent()); 48 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupFingerprintEnrollOnboard.java | 47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 48 resid = SetupWizardUtils.getTheme(getIntent()); 49 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupFingerprintEnrollFinish.java | 42 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 43 resid = SetupWizardUtils.getTheme(getIntent()); 44 super.onApplyThemeResource(theme, resid, first);
|
/packages/apps/Calendar/src/com/android/calendar/ |
H A D | MultiStateButton.java | 121 * @param resid the resource id of the drawable to use as the background 123 public void setButtonDrawable(int resid) { argument 124 if (resid != 0 && resid == mButtonResource) { 128 mButtonResource = resid;
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/ |
H A D | ContactsMockPackageManager.java | 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { argument
|
/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | AnimatedImageView.java | 73 public void setImageResource(int resid) { argument 74 super.setImageResource(resid);
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | SetupEncryptionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 65 resid = SetupWizardUtils.getTheme(getIntent()); 66 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupRedactionInterstitial.java | 65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 66 resid = SetupWizardUtils.getTheme(getIntent()); 67 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupChooseLockPassword.java | 81 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 82 resid = SetupWizardUtils.getTheme(getIntent()); 83 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupChooseLockPattern.java | 73 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 74 resid = SetupWizardUtils.getTheme(getIntent()); 75 super.onApplyThemeResource(theme, resid, first);
|
H A D | SetupChooseLockGeneric.java | 55 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 56 resid = SetupWizardUtils.getTheme(getIntent()); 57 super.onApplyThemeResource(theme, resid, first);
|
H A D | SecuritySettings.java | 165 int resid = 0; 168 resid = R.xml.security_settings_lockscreen; 170 resid = R.xml.security_settings_chooser; 175 resid = R.xml.security_settings_pattern; 179 resid = R.xml.security_settings_pin; 184 resid = R.xml.security_settings_password; 188 return resid; 206 final int resid = getResIdForLockUnlockScreen(getActivity(), mLockPatternUtils); 207 addPreferencesFromResource(resid);
|
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
H A D | ErrorDialogActivity.java | 64 private void showGenericErrorDialog(int resid) { argument 65 final CharSequence msg = getResources().getText(resid);
|
/packages/services/Telephony/src/com/android/phone/ |
H A D | ErrorDialogActivity.java | 56 private void showGenericErrorDialog(int resid) { argument 57 final CharSequence msg = getResources().getText(resid);
|
/packages/apps/Camera/src/com/android/camera/ |
H A D | PieController.java | 92 int resid = -1; 96 resid = iconIds[index]; 99 resid = pref.getSingleIcon(); 101 PieItem item = makeItem(resid);
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiSetupActivity.java | 181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument 182 resid = SetupWizardUtils.getTheme(getIntent()); 183 super.onApplyThemeResource(theme, resid, first);
|
H A D | WriteWifiConfigToNfcDialog.java | 258 private void setViewText(final TextView view, final int resid) { argument 262 view.setText(resid);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
H A D | TextCandidatesViewManager.java | 474 int resid = 0; 478 resid = R.drawable.cand_up_press; 480 resid = R.drawable.cand_down_press; 485 resid = R.drawable.cand_up; 487 resid = R.drawable.cand_down; 494 if (resid != 0) { 495 mReadMoreButton.setImageResource(resid); 1117 int resid = 0; 1121 resid = R.drawable.cand_up; 1125 resid [all...] |
/packages/apps/SpareParts/src/com/android/spare_parts/ |
H A D | SpareParts.java | 204 int floatToIndex(float val, int resid) { argument 205 String[] indices = getResources().getStringArray(resid);
|
/packages/apps/Browser/src/com/android/browser/ |
H A D | BreadCrumbView.java | 176 int resid = outValue.resourceId; 177 mBackButton.setBackgroundResource(resid);
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
H A D | BluetoothPeripheralHandover.java | 276 private String getToastString(int resid) { argument 277 return mContext.getString(resid, mName != null ? mName : R.string.device);
|