Home
last modified time | relevance | path

Searched defs:setExtra (Results 1 – 3 of 3) sorted by relevance

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/components/
DLegend.java243 public void setExtra(List<LegendEntry> entries) { in setExtra() method in Legend
247 public void setExtra(LegendEntry[] entries) { in setExtra() method in Legend
259 public void setExtra(int[] colors, String[] labels) { in setExtra() method in Legend
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java617 public void setExtra(final byte[] extra) throws RuntimeException { in setExtra() method in ZipArchiveEntry
636 protected void setExtra() { in setExtra() method in ZipArchiveEntry
/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
DFakeFileSystem.kt233 fun <T : Any> setExtra(path: Path, type: KClass<out T>, value: T?) { in setExtra() method in okio.fakefilesystem.FakeFileSystem