Home
last modified time | relevance | path

Searched refs:mStartIndex (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java45 private final int mStartIndex; field in TextSelection
54 mStartIndex = startIndex; in TextSelection()
65 return mStartIndex; in getSelectionStartIndex()
129 mId, mStartIndex, mEndIndex, mEntityConfidence); in toString()
137 private final int mStartIndex; field in TextSelection.Builder
153 mStartIndex = startIndex; in Builder()
199 mStartIndex, mEndIndex, mEntityConfidence, mId, in build()
210 private final int mStartIndex; field in TextSelection.Request
227 mStartIndex = startIndex; in Request()
248 return mStartIndex; in getStartIndex()
[all …]
DTextClassification.java550 private final int mStartIndex;
567 mStartIndex = startIndex;
588 return mStartIndex;
671 private final int mStartIndex;
690 mStartIndex = startIndex;
736 return new Request(new SpannedString(mText), mStartIndex, mEndIndex,
750 dest.writeInt(mStartIndex);
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java739 private int mStartIndex; field in SelectionActionModeHelper.SelectionMetricsLogger
760 mStartIndex = index; in logSelectionStarted()
852 if (start == mStartIndex) { in getWordDelta()
854 } else if (start < mStartIndex) { in getWordDelta()
869 if (end == mStartIndex) { in getWordDelta()
871 } else if (end < mStartIndex) { in getWordDelta()
881 Preconditions.checkArgument(from >= mStartIndex); in countWordsBackward()
884 while (offset > mStartIndex) { in countWordsBackward()
895 Preconditions.checkArgument(from <= mStartIndex); in countWordsForward()
898 while (offset < mStartIndex) { in countWordsForward()
/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.h104 const size_t mStartIndex; variable
DDurationMetricProducer.cpp75 mStartIndex(startIndex), in DurationMetricProducer()
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java418 private final int mStartIndex; field in IpServer.DhcpServerCallbacksImpl
421 mStartIndex = startIndex; in DhcpServerCallbacksImpl()
428 if (mStartIndex != mDhcpServerStartIndex) { in onDhcpServerCreated()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java546 private final int mStartIndex; field in WifiP2pServiceImpl.IpClientCallbacksImpl
550 mStartIndex = startIndex; in IpClientCallbacksImpl()
557 if (mIpClientStartIndex != mStartIndex) { in onIpClientCreated()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76907 Landroid/view/textclassifier/TextClassification$Request$Builder;->mStartIndex:I
76914 Landroid/view/textclassifier/TextClassification$Request;->mStartIndex:I
77113 Landroid/view/textclassifier/TextClassifierImplNative$AnnotatedSpan;->mStartIndex:I
77247 Landroid/view/textclassifier/TextSelection$Builder;->mStartIndex:I
77262 Landroid/view/textclassifier/TextSelection$Request$Builder;->mStartIndex:I
77271 Landroid/view/textclassifier/TextSelection$Request;->mStartIndex:I
77278 Landroid/view/textclassifier/TextSelection;->mStartIndex:I
84030 Landroid/widget/SelectionActionModeHelper$SelectionMetricsLogger;->mStartIndex:I