Searched refs:mSections (Results 1 – 10 of 10) sorted by relevance
27 :mSections(), in IncidentReportArgs()35 :mSections(that.mSections), in IncidentReportArgs()59 err = out->writeInt32(mSections.size()); in writeToParcel()64 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) { in writeToParcel()120 mSections.clear(); in readFromParcel()133 mSections.insert(section); in readFromParcel()176 mSections.clear(); in setAll()190 mSections.insert(section); in addSection()222 return mSections.find(section) != mSections.end(); in containsSection()224 return mAll || mSections.find(section) != mSections.end(); in containsSection()[all …]
34 private final IntArray mSections = new IntArray(); field in IncidentReportArgs64 int N = mSections.size(); in writeToParcel()67 out.writeInt(mSections.get(i)); in writeToParcel()86 mSections.clear(); in readFromParcel()89 mSections.add(in.readInt()); in readFromParcel()126 final int N = mSections.size(); in toString()128 sb.append(mSections.get(0)); in toString()132 sb.append(mSections.get(i)); in toString()150 mSections.clear(); in setAll()175 mSections.add(section); in addSection()[all …]
61 inline const set<int>& sections() const { return mSections; } in sections()70 set<int> mSections;
106 mSections = src.mSections; in copyFrom()189 LOG_ALWAYS_FATAL_IF(mSections.setCapacity(sectionCount) <= 0, in readFromParcel()198 mSections.add(sectionName); in readFromParcel()207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)]; in readFromParcel()240 return mSections[mTagToSectionMap.valueAt(index)].string(); in getSectionName()284 size_t numSections = mSections.size(); in writeToParcel()288 if ((res = parcel->writeString8(mSections[i])) != OK) return res; in writeToParcel()296 return &mSections; in getAllSectionNames()342 String8 sectionName = mSections[sectionId]; in dump()574 desc->mSections = sections; in createDescriptorFromOps()
184 private Object[] mSections; field in FastScroller982 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()987 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()990 mSections = null; in getSectionsFromIndexer()1006 final Object[] sections = mSections; in scrollTo()1127 final Object[] sections = mSections; in transitionPreviewLayout()1273 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()1274 && mSections.length > 0; in getPosFromItemCount()1303 final int sectionCount = mSections.length; in getPosFromItemCount()
331 private NotificationSection[] mSections; field in NotificationStackScrollLayout585 mSections = mSectionsManager.createSectionsForBuckets(); in NotificationStackScrollLayout()723 && (mSections[0].getCurrentBounds().top in onDraw()724 < mSections[mSections.length - 1].getCurrentBounds().bottom in onDraw()758 int lockScreenTop = mSections[0].getCurrentBounds().top; in drawBackground()759 int lockScreenBottom = mSections[mSections.length - 1].getCurrentBounds().bottom; in drawBackground()780 for (NotificationSection section : mSections) { in drawBackground()819 mSections[0].getCurrentBounds().bottom + animationYOffset; in drawBackgroundRects()823 for (NotificationSection section : mSections) { in drawBackgroundRects()2296 for (NotificationSection section : mSections) {[all …]
118 SortedVector<String8> mSections; variable
100 desc->mSections.add(sectionString); in createDescriptorFromHidl()133 ssize_t index = desc->mSections.indexOf(sectionString); in createDescriptorFromHidl()
2970 desc->mSections = sections; in createDescriptorFromHidl()
39922 Landroid/os/IncidentReportArgs;->mSections:Landroid/util/IntArray;70893 Landroid/widget/FastScroller;->mSections:[Ljava/lang/Object;