Home
last modified time | relevance | path

Searched refs:hasHeader (Results 1 – 5 of 5) sorted by relevance

/frameworks/ex/common/java/com/android/common/widget/
DCompositeCursorAdapter.java36 boolean hasHeader; field in CompositeCursorAdapter.Partition
42 public Partition(boolean showIfEmpty, boolean hasHeader) { in Partition() argument
44 this.hasHeader = hasHeader; in Partition()
55 return hasHeader; in getHasHeader()
88 public void addPartition(boolean showIfEmpty, boolean hasHeader) { in addPartition() argument
89 addPartition(new Partition(showIfEmpty, hasHeader)); in addPartition()
144 mPartitions.get(partitionIndex).hasHeader = flag; in setHasHeader()
179 if (partition.hasHeader) { in ensureCacheValid()
194 public boolean hasHeader(int partition) { in hasHeader() method in CompositeCursorAdapter
195 return mPartitions.get(partition).hasHeader; in hasHeader()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java268 private static boolean hasHeader(byte[] data, String header) { in hasHeader() method in XmpDepthDecode
298 if (hasHeader(header, XMP_EXTENSION_HEADER) && skipExtendedContent) { in readSection()
347 if (hasHeader(section.data, XMP_HEADER)) { in parseFirstValidXMPSection()
375 if (hasHeader(section.data, extendedHeader)) { in checkExtendedSectionExists()
400 if (hasHeader(section.data, extendedHeader)) { in parseExtendedXMPSections()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSliceViewTest.java89 Assert.assertFalse("View should not have a header", mKeyguardSliceView.hasHeader()); in hasHeader_readsSliceData()
95 Assert.assertTrue("View should have a header", mKeyguardSliceView.hasHeader()); in hasHeader_readsSliceData()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceViewController.java235 boolean hasHeader = in showSlice()
245 mClickActions = mView.showSlice(hasHeader ? headerContent : null, subItems); in showSlice()
DKeyguardSliceView.java121 public boolean hasHeader() { in hasHeader() method in KeyguardSliceView