Searched refs:newStart (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | CharSequences.java | 75 public CharSequence subSequence(int newStart, int newEnd) { 76 newStart -= start; 78 validate(newStart, newEnd, length()); 79 return forAsciiBytes(bytes, newStart, newEnd);
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | CursorAnchorInfo.java | 328 public Builder setSelectionRange(final int newStart, final int newEnd) { in setSelectionRange() argument 329 mSelectionStart = newStart; in setSelectionRange()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 11670 int newStart = start; in moveCursorToVisibleOffset() local 11671 if (newStart < lowChar) { in moveCursorToVisibleOffset() 11672 newStart = lowChar; in moveCursorToVisibleOffset() 11673 } else if (newStart > highChar) { in moveCursorToVisibleOffset() 11674 newStart = highChar; in moveCursorToVisibleOffset() 11677 if (newStart != start) { in moveCursorToVisibleOffset() 12496 newSelEnd = newStart; in spanChange() 12498 if (oldStart >= 0 || newStart >= 0) { in spanChange() 12508 newSelStart = newStart; in spanChange() 12552 if (newStart >= 0) mEditor.invalidateTextDisplayList(mLayout, newStart, newEnd); in spanChange() [all …]
|
H A D | Editor.java | 3504 int newStart, int newEnd) { in onSpanChanged() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDeviceConfig.java | 2424 int newStart = 0; in constrainNitsAndBacklightArrays() local 2427 newStart = i; in constrainNitsAndBacklightArrays() 2434 for (int i = newStart; i < mRawBacklight.length && !isLastValue; i++) { in constrainNitsAndBacklightArrays() 2435 newIndex = i - newStart; in constrainNitsAndBacklightArrays()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | PackageWatchdog.java | 1739 final long newStart = MathUtils.constrain(start, 0, now); in setPropertyStart() local 1740 SystemProperties.set(property, Long.toString(newStart)); in setPropertyStart()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ServiceRecord.java | 301 final int newStart = reasonOr(mAllowStartForegroundNoBinding, mAllowStartByBindings); in maybeLogFgsLogicChange() local 304 final boolean startChanged = allowedChanged(origStart, newStart); in maybeLogFgsLogicChange()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |