Home
last modified time | relevance | path

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

12

/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/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/toolbar/
DShadowAsyncLayoutInflater.java38 public void inflate(@LayoutRes int resid, @Nullable ViewGroup parent, in inflate() argument
41 .inflate(resid, parent, false); in inflate()
43 callback.onInflateFinished(result, resid, parent); in inflate()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppBaseActivity.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
48 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
50 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricEnrollBase.java99 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
100 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
102 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java104 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
105 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
107 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DSetupChooseLockGeneric.java73 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
74 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
75 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DChooseLockPattern.java93 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
94 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
95 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DChooseLockPassword.java103 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
104 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
105 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java74 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
75 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
76 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DChooseLockPattern.java97 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
98 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
99 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
DChooseLockPassword.java107 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
108 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
109 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/notification/
DRedactionInterstitial.java64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
65 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
66 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DRedactionInterstitial.java64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
65 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
66 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DEncryptionInterstitial.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()
DSettingsActivity.java339 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
341 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
65 resid = SetupWizardUtils.getTheme(getIntent()); in onApplyThemeResource()
66 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/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/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSetupGlifLayoutActivity.java62 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
64 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DStorageWizardBase.java128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java128 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
130 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DContactsMockPackageManager.java41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) { in getDrawable() argument
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningState.java620 int resid = R.string.running_processes_item_description_s_s; in setDescription() local
622 resid = numServices != 1 in setDescription()
626 resid = R.string.running_processes_item_description_s_p; in setDescription()
628 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java620 int resid = R.string.running_processes_item_description_s_s; in setDescription() local
622 resid = numServices != 1 in setDescription()
626 resid = R.string.running_processes_item_description_s_p; in setDescription()
628 mDescription = context.getResources().getString(resid, numProcesses, in setDescription()

12