Searched defs:ri (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/jni/filters/
H A Dhsv.c42 int ri = rgb[rgbOff+0]; local
47 if (ri > gi) {
48 iMax = MAX (ri, bi);
52 iMin = MIN (ri, bi);
69 if ( ri == iMax ) {
73 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
75 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenRuleSelectionDialog.java99 private void bindType(final ZenRuleInfo ri) { argument
101 ApplicationInfo info = mPm.getApplicationInfo(ri.packageName, 0);
107 ((TextView) v.findViewById(R.id.title)).setText(ri.title);
108 if (!ri.isSystem) {
117 if (ri.isSystem) {
118 onSystemRuleSelected(ri);
120 onExternalRuleSelected(ri);
160 for (ZenRuleInfo ri : externalRuleTypes) {
161 bindType(ri);
172 final ZenRuleInfo ri
[all...]
H A DZenModeAutomationSettings.java96 public void onSystemRuleSelected(ZenRuleInfo ri) {
97 showNameRuleDialog(ri);
101 public void onExternalRuleSelected(ZenRuleInfo ri) {
102 Intent intent = new Intent().setComponent(ri.configurationActivity);
108 private void showNameRuleDialog(final ZenRuleInfo ri) { argument
113 AutomaticZenRule rule = new AutomaticZenRule(ruleName, ri.serviceComponent,
114 ri.defaultConditionId, NotificationManager.INTERRUPTION_FILTER_PRIORITY,
118 startActivity(getRuleIntent(ri.settingsAction, null, savedRuleId));
230 final ZenRuleInfo ri = new ZenRuleInfo();
231 ri
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 100 milliseconds