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

/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewGroupUtils.java30 * Backward-compatible {@link ViewGroup#getOverlay()}.
32 static ViewGroupOverlayImpl getOverlay(@NonNull ViewGroup group) { method in class:ViewGroupUtils
H A DViewUtils.java90 * Backward-compatible {@link View#getOverlay()}.
92 static ViewOverlayImpl getOverlay(@NonNull View view) { method in class:ViewUtils
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp220 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) {
1529 bool AssetManager::SharedZip::getOverlay(size_t idx, asset_path* out) const function in class:AssetManager::SharedZip
1667 bool AssetManager::ZipSet::getOverlay(const String8& path, size_t idx, asset_path* out) const function in class:AssetManager::ZipSet
1673 return zip->getOverlay(idx, out);
/frameworks/base/tools/aapt/
H A DAaptAssets.h572 inline sp<AaptAssets> getOverlay() { return mOverlay; } function in class:AaptAssets
/frameworks/base/core/java/android/view/
H A DViewGroup.java4189 public ViewGroupOverlay getOverlay() { method in class:ViewGroup
H A DView.java4722 * The view's overlay layer. Developers get a reference to the overlay via getOverlay()
20490 public ViewOverlay getOverlay() { method in class:View
[all...]

Completed in 121 milliseconds