Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSipMessageParsingUtils.java98 public static boolean isSipRequest(String startLine) { in isSipRequest()
107 public static boolean isSipResponse(String startLine) { in isSipResponse()
213 public static String[] splitStartLineAndVerify(String startLine) { in splitStartLineAndVerify()
273 private static boolean isStartLineMalformed(String[] startLine) { in isStartLineMalformed()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DSipMessage.java62 public SipMessage(@NonNull String startLine, @NonNull String headerSection, in SipMessage()
182 private String sanitizeStartLineRequest(String startLine) { in sanitizeStartLineRequest()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java72 private void update(int startLine, int endLine, int newLineCount) { in update()
/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java757 int startLine = blockIndex == 0 ? 0 : (mBlockEndLines[blockIndex - 1] + 1); in updateAlwaysNeedsToBeRedrawn() local
815 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks()
H A DLayout.java540 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in getJustifyWidth() local
664 int startLine = getLineForOffset(sp.getSpanStart(spans[n])); in drawText() local
1529 final int startLine = getLineForOffset(start); in fillCharacterBounds() local
1986 int startLine = getLineForVertical((int) area.top); in getRangeForRect() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorCursorDragTest.java662 final int startLine = tv.getLayout().getLineForOffset(startOffset); in dragDownUntilLineChange() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java14167 final int startLine = layout.getLineForVertical((int) Math.floor(localBounds.top)); in getTextBoundsInfo() local