Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/models/
DFormEditRecord.java69 private final int mWidgetIndex; field in FormEditRecord
91 this.mWidgetIndex = widgetIndex; in FormEditRecord()
100 mWidgetIndex = in.readInt(); in FormEditRecord()
124 return mWidgetIndex; in getWidgetIndex()
168 dest.writeInt(mWidgetIndex); in writeToParcel()
186 && mWidgetIndex == formEditRecord.mWidgetIndex in equals()
195 return Objects.hash(mPageNumber, mWidgetIndex, mType, mClickPoint, in hashCode()
218 private final int mWidgetIndex; field in FormEditRecord.Builder
245 this.mWidgetIndex = widgetIndex; in Builder()
274 mPageNumber, mWidgetIndex, mType, mClickPoint, mSelectedIndices, mText); in build()
DFormWidgetInfo.java78 private final int mWidgetIndex; field in FormWidgetInfo
109 this.mWidgetIndex = widgetIndex; in FormWidgetInfo()
125 mWidgetIndex = in.readInt(); in FormWidgetInfo()
149 return mWidgetIndex; in getWidgetIndex()
241 mWidgetIndex, in hashCode()
258 && mWidgetIndex == other.mWidgetIndex in equals()
276 + "\n\ttype=" + mWidgetType + "\n\tindex=" + mWidgetIndex + "\n\trect=" in toString()
292 dest.writeInt(mWidgetIndex); in writeToParcel()
328 private final int mWidgetIndex; field in FormWidgetInfo.Builder
358 mWidgetIndex = widgetIndex; in Builder()
[all …]