Searched defs:getOverlay (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp229 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) {
1950 bool AssetManager::SharedZip::getOverlay(size_t idx, asset_path* out) const function in class:AssetManager::SharedZip
2089 bool AssetManager::ZipSet::getOverlay(const String8& path, size_t idx, asset_path* out) const function in class:AssetManager::ZipSet
2095 return zip->getOverlay(idx, out);
/frameworks/base/tools/aapt/
H A DAaptAssets.h574 inline sp<AaptAssets> getOverlay() { return mOverlay; } function in class:AaptAssets
/frameworks/base/core/java/android/view/
H A DViewGroup.java3262 public ViewGroupOverlay getOverlay() { method in class:ViewGroup
H A DView.java3525 * The view's overlay layer. Developers get a reference to the overlay via getOverlay()
15490 public ViewOverlay getOverlay() { method in class:View

Completed in 375 milliseconds