Searched defs:overlay (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/include/androidfw/
H A DObbFile.h98 void setOverlay(bool overlay) { argument
99 if (overlay) {
/frameworks/base/tools/obbtool/
H A DMain.cpp43 {"overlay", optional_argument, NULL, 'o'},
54 , overlay(false)
62 bool overlay; member in class:PackageInfo
81 " -o sets the OBB overlay flag\n"
101 obb->setOverlay(info->overlay);
216 package_info.overlay = true;
/frameworks/base/cmds/idmap/
H A Dscan.cpp43 const Overlay& overlay = overlayVector[i]; local
44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
135 if (tag == String16("overlay")) {
229 ALOGE("error: failed to create idmap for target=%s overlay=%s idmap=%s\n",
234 Overlay overlay(String8(overlay_apk_path), idmap_path, priority);
235 overlayVector.add(overlay);
/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java271 * @param overlay Drawable to be drawn over the assigned contact photo. Must have a non-zero
274 public void setOverlay(Drawable overlay) { argument
275 mOverlay = overlay;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java184 if (item.overlay != null) {
185 item.overlay.setBounds(0, 0, item.overlay.getIntrinsicWidth(),
186 item.overlay.getIntrinsicHeight());
187 iv.getOverlay().add(item.overlay);
241 public Drawable overlay; field in class:QSDetailItems.Item
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java363 * in the overlay caption.
365 * @param overlay The style to apply
366 * @return A caption style with the overlay style applied
370 public CaptionStyle applyStyle(@NonNull CaptionStyle overlay) { argument
371 final int newForegroundColor = overlay.hasForegroundColor() ?
372 overlay.foregroundColor : foregroundColor;
373 final int newBackgroundColor = overlay.hasBackgroundColor() ?
374 overlay.backgroundColor : backgroundColor;
375 final int newEdgeType = overlay.hasEdgeType() ?
376 overlay
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java92 /** Sets the debug overlay */
93 public void setDebugOverlay(DebugOverlayView overlay) { argument
94 mDebugOverlay = overlay;
H A DTaskStackView.java144 /** Sets the debug overlay */
145 public void setDebugOverlay(DebugOverlayView overlay) { argument
146 mDebugOverlay = overlay;
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java68 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
71 public void setVerticalScrollbarOverlay(boolean overlay) { argument
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp607 // Configure optional overlay.
609 sp<Overlay> overlay; local
612 overlay = new Overlay();
613 err = overlay->start(encoderInputSurface, &bufferProducer);
619 printf("Bugreport overlay created\n");
707 if (overlay != NULL) overlay->stop();
853 " Add additional information, such as a timestamp overlay, that is helpful\n"
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java38 * A transparent overlay for gesture input that can be placed on top of other
783 void onGesturingStarted(GestureOverlayView overlay); argument
785 void onGesturingEnded(GestureOverlayView overlay); argument
789 void onGestureStarted(GestureOverlayView overlay, MotionEvent event); argument
791 void onGesture(GestureOverlayView overlay, MotionEvent event); argument
793 void onGestureEnded(GestureOverlayView overlay, MotionEvent event); argument
795 void onGestureCancelled(GestureOverlayView overlay, MotionEvent event); argument
799 void onGesturePerformed(GestureOverlayView overlay, Gesture gesture); argument
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp166 const sp<KeyCharacterMap>& overlay) {
167 if (overlay == NULL) {
171 return overlay;
175 for (size_t i = 0; i < overlay->mKeys.size(); i++) {
176 int32_t keyCode = overlay->mKeys.keyAt(i);
177 Key* key = overlay->mKeys.valueAt(i);
187 for (size_t i = 0; i < overlay->mKeysByScanCode.size(); i++) {
188 map->mKeysByScanCode.replaceValueFor(overlay->mKeysByScanCode.keyAt(i),
189 overlay->mKeysByScanCode.valueAt(i));
192 for (size_t i = 0; i < overlay
165 combine(const sp<KeyCharacterMap>& base, const sp<KeyCharacterMap>& overlay) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java71 public void setHorizontalScrollbarOverlay(boolean overlay); argument
73 public void setVerticalScrollbarOverlay(boolean overlay); argument
H A DWebView.java560 * Specifies whether the horizontal scrollbar has overlay style.
562 * @param overlay true if horizontal scrollbar should have overlay style
564 public void setHorizontalScrollbarOverlay(boolean overlay) { argument
566 if (TRACE) Log.d(LOGTAG, "setHorizontalScrollbarOverlay=" + overlay);
567 mProvider.setHorizontalScrollbarOverlay(overlay);
571 * Specifies whether the vertical scrollbar has overlay style.
573 * @param overlay true if vertical scrollbar should have overlay style
575 public void setVerticalScrollbarOverlay(boolean overlay) { argument
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp87 const char* AssetManager::OVERLAY_DIR = "/vendor/overlay";
619 // skip ahead the number of system overlay packages preloaded
2082 void AssetManager::ZipSet::addOverlay(const String8& path, const asset_path& overlay) argument
2086 zip->addOverlay(overlay);
H A DResourceTypes.cpp5498 // Runtime overlay packages provide a mapping of app resource
6035 status_t ResTable::createIdmap(const ResTable& overlay, argument
6063 // overlay packages are assumed to contain only one package group
6064 const ResTable_package* overlayPackageStruct = overlay.mPackageGroups[0]->packages[0]->package;
6093 uint32_t overlayResID = overlay.identifierForName(overlayName.string(),
6137 ALOGW("idmap: no resources in overlay package present in base package");
/frameworks/base/tools/aapt/
H A DAaptAssets.h575 inline void setOverlay(sp<AaptAssets>& overlay) { mOverlay = overlay; } argument
H A DResource.cpp580 // Replace any base level files in this category with any found from the overlay
581 // Also add any found only in the overlay.
582 sp<AaptAssets> overlay = assets->getOverlay(); local
586 while (overlay.get()) {
587 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
589 // get the overlay resources of the requested type
595 // non-overlay "baseset".
636 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
645 printf("nothing matches overlay file %s, for flavor %s\n",
658 // this group doesn't exist (a file that's only in the overlay)
3061 sp<AaptAssets> overlay = assets->getOverlay(); local
[all...]
H A DResourceTable.cpp1858 bool overlay,
1875 if (overlay && !mBundle->getAutoAddOverlay() && !hasBagOrEntry(package, type, name)) {
1887 sourcePos.error("Resource does not already exist in overlay at '%s'; use <add-resource> to add.\n",
1892 sp<Entry> e = getEntry(package, type, name, sourcePos, overlay, params);
1906 if (overlay && replace) {
3782 bool overlay,
3788 if (overlay && !autoAddOverlay && mCanAddEntries.indexOf(entry) < 0) {
3789 sourcePos.error("Resource at %s appears in overlay but not"
4177 bool overlay,
4185 return t->getEntry(name, sourcePos, config, doSetIndex, overlay, mBundl
1852 startBag(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& bagParent, const ResTable_config* params, bool overlay, bool replace, bool isId) argument
3778 getEntry(const String16& entry, const SourcePos& sourcePos, const ResTable_config* config, bool doSetIndex, bool overlay, bool autoAddOverlay) argument
4173 getEntry(const String16& package, const String16& type, const String16& name, const SourcePos& sourcePos, bool overlay, const ResTable_config* config, bool doSetIndex) argument
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java367 public void setHorizontalScrollbarOverlay(final boolean overlay) { argument
372 setHorizontalScrollbarOverlay(overlay);
377 mAwContents.setHorizontalScrollbarOverlay(overlay);
381 public void setVerticalScrollbarOverlay(final boolean overlay) { argument
386 setVerticalScrollbarOverlay(overlay);
391 mAwContents.setVerticalScrollbarOverlay(overlay);

Completed in 3248 milliseconds