Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextSelection.java43 private final int mStartIndex; field in TextSelection
52 mStartIndex = startIndex; in TextSelection()
63 return mStartIndex; in getSelectionStartIndex()
127 mId, mStartIndex, mEndIndex, mEntityConfidence); in toString()
135 private final int mStartIndex; field in TextSelection.Builder
151 mStartIndex = startIndex; in Builder()
197 mStartIndex, mEndIndex, mEntityConfidence, mId, in build()
208 private final int mStartIndex; field in TextSelection.Request
223 mStartIndex = startIndex; in Request()
244 return mStartIndex; in getStartIndex()
[all …]
DTextClassification.java548 private final int mStartIndex;
563 mStartIndex = startIndex;
584 return mStartIndex;
649 private final int mStartIndex;
668 mStartIndex = startIndex;
714 return new Request(new SpannedString(mText), mStartIndex, mEndIndex,
728 dest.writeInt(mStartIndex);
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java702 private int mStartIndex; field in SelectionActionModeHelper.SelectionMetricsLogger
723 mStartIndex = index; in logSelectionStarted()
815 if (start == mStartIndex) { in getWordDelta()
817 } else if (start < mStartIndex) { in getWordDelta()
832 if (end == mStartIndex) { in getWordDelta()
834 } else if (end < mStartIndex) { in getWordDelta()
844 Preconditions.checkArgument(from >= mStartIndex); in countWordsBackward()
847 while (offset > mStartIndex) { in countWordsBackward()
858 Preconditions.checkArgument(from <= mStartIndex); in countWordsForward()
861 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/services/net/java/android/net/ip/
DIpServer.java288 private final int mStartIndex; field in IpServer.DhcpServerCallbacksImpl
291 mStartIndex = startIndex; in DhcpServerCallbacksImpl()
298 if (mStartIndex != mDhcpServerStartIndex) { in onDhcpServerCreated()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java527 private final int mStartIndex; field in WifiP2pServiceImpl.IpClientCallbacksImpl
531 mStartIndex = startIndex; in IpClientCallbacksImpl()
538 if (mIpClientStartIndex != mStartIndex) { in onIpClientCreated()