Home
last modified time | relevance | path

Searched refs:forceClose (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
DFileBridge.java78 public void forceClose() { in forceClose() method in FileBridge
130 forceClose(); in run()
/frameworks/base/libs/hwui/
DPathTessellator.h119 static bool approximatePathOutlineVertices(const SkPath &path, bool forceClose,
DPathTessellator.cpp743 bool forceClose = paintInfo.style != SkPaint::kStroke_Style; in tessellatePath() local
746 bool wasClosed = approximatePathOutlineVertices(path, forceClose, in tessellatePath()
942 bool PathTessellator::approximatePathOutlineVertices(const SkPath& path, bool forceClose, in approximatePathOutlineVertices() argument
948 SkPath::Iter iter(path, forceClose); in approximatePathOutlineVertices()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1129 bridge.forceClose(); in destroyInternal()