Home
last modified time | relevance | path

Searched refs:afterLength (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java105 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() argument
109 boolean result = super.deleteSurroundingText(beforeLength, afterLength); in deleteSurroundingText()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java1543 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() argument
1545 if (beforeLength == 1 && afterLength == 0) { in deleteSurroundingText()
1551 return super.deleteSurroundingText(beforeLength, afterLength); in deleteSurroundingText()