Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/util/
DNameConverter.java106 String middle = null; in parsePhoneticName() local
121 middle = strings[1]; in parsePhoneticName()
131 item.setPhoneticMiddleName(middle); in parsePhoneticName()
139 public static String buildPhoneticName(String family, String middle, String given) { in buildPhoneticName() argument
140 if (!TextUtils.isEmpty(family) || !TextUtils.isEmpty(middle) in buildPhoneticName()
146 if (!TextUtils.isEmpty(middle)) { in buildPhoneticName()
147 sb.append(middle.trim()).append(' '); in buildPhoneticName()
/packages/apps/Settings/src/com/android/settings/
DSummaryPreference.java75 public void setRatios(float left, float middle, float right) { in setRatios() argument
77 mMiddleRatio = middle; in setRatios()
/packages/apps/Messaging/tools/messagegen/
Dfillsms190 middle=$(printf '%03d' $value)
193 phone="+1$AREA_CODE$middle$last"
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java898 @ColorInt int middle; in updateWindowBackgroundColor() local
904 middle = themeColorManager.getBackgroundColorSolid(); in updateWindowBackgroundColor()
908 middle = themeColorManager.getBackgroundColorMiddle(); in updateWindowBackgroundColor()
915 middle = ColorUtils.blendARGB(middle, gray, correctedProgress); in updateWindowBackgroundColor()
921 backgroundDrawableColors = new int[] {top, middle, bottom}; in updateWindowBackgroundColor()
929 if (backgroundDrawableColors[1] != middle) { in updateWindowBackgroundColor()
930 backgroundDrawableColors[1] = middle; in updateWindowBackgroundColor()
/packages/services/Car/tools/cpu_perf/
Dpixel6.config37 # two middle cores gone, 6 cores
D8155.config36 # two middle cores gone, 6 cores
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h113 middle, enumerator
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java371 int middle = description.length(); in updateText() local
374 description.setSpan(titleStyle, 0, middle, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in updateText()
376 episodeStyle, middle, description.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in updateText()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java502 float middle = baselineX + index * offsetX; in getAxisLabelDisplayAreas() local
505 middle += width * .5f; in getAxisLabelDisplayAreas()
508 middle -= width * .5f; in getAxisLabelDisplayAreas()
511 final float left = middle - width * .5f; in getAxisLabelDisplayAreas()
/packages/modules/Connectivity/tools/
DAndroid.bp36 // Concat files with a line break in the middle
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto560 // Histogram of Tx link speed at 5G middle band
572 // Histogram of Rx link speed at 5G middle band
722 // Histogram of Tx link speed at 6G middle band
731 // Histogram of Rx link speed at 6G middle band
1185 // middle won't break the streak count. The count is cleared after
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1068 case middle: in getInputBinString()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4825 final String middle = c.getString(RawContactNameQuery.MIDDLE_NAME); in updateRawContactDisplayName() local
4829 if (TextUtils.isEmpty(given) && TextUtils.isEmpty(middle) in updateRawContactDisplayName()
/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3310 Landroid/icu/text/ListFormatter;->middle:Ljava/lang/String;
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dpl_wordlist.combined.gz

12