Home
last modified time | relevance | path

Searched refs:mOverlay (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPickerItem.java31 private Drawable mOverlay; field in GalleryPickerItem
53 || (who == mOverlay); in verifyDrawable()
75 if (mOverlay != null) { in onDraw()
76 mOverlay.setBounds(w - mOverlay.getIntrinsicWidth(), in onDraw()
77 h - mOverlay.getIntrinsicHeight(), w, h); in onDraw()
82 if (mOverlay != null) { in onDraw()
83 mOverlay.draw(canvas); in onDraw()
97 mOverlay = getResources().getDrawable(overlayId); in setOverlay()
100 mOverlay = null; in setOverlay()
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFrameLayoutWithOverlay.java30 private final AlphaTouchInterceptorOverlay mOverlay; field in FrameLayoutWithOverlay
36 mOverlay = new AlphaTouchInterceptorOverlay(context); in FrameLayoutWithOverlay()
38 addView(mOverlay); in FrameLayoutWithOverlay()
45 mOverlay.bringToFront(); in addView()
55 mOverlay.setAlphaLayer(layer); in setAlphaLayer()
60 mOverlay.setAlphaLayerValue(alpha); in setAlphaLayerValue()
65 mOverlay.setOverlayOnClickListener(listener); in setOverlayOnClickListener()
70 mOverlay.setOverlayClickable(clickable); in setOverlayClickable()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DOverlayRenderer.java26 protected RenderOverlay mOverlay; field in OverlayRenderer
62 mOverlay = overlay; in setOverlay()
74 if (mOverlay != null) { in getContext()
75 return mOverlay.getContext(); in getContext()
90 if (mOverlay != null) { in update()
91 mOverlay.update(); in update()
H A DPieRenderer.java264 mOverlay.startAnimation(mFadeIn); in fadeIn()
346 mOverlay.animate().alpha(0).setListener(new AnimatorListenerAdapter() { in startFadeOut()
351 mOverlay.setAlpha(1); in startFadeOut()
537 mOverlay.startAnimation(mXFade); in openCurrentItem()
601 mOverlay.removeCallbacks(mDisappear); in alignFocus()
715 mOverlay.removeCallbacks(mDisappear); in cancelFocus()
730 mOverlay.post(mDisappear); in clear()
746 mOverlay.startAnimation(mAnimation); in startAnimation()
755 mOverlay.postDelayed(mDisappear, DISAPPEAR_TIMEOUT); in onAnimationEnd()
/aosp12/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java51 private Drawable mOverlay; field in QuickContactBadge
97 mOverlay = styledAttributes.getDrawable( in QuickContactBadge()
117 final Drawable overlay = mOverlay; in drawableStateChanged()
128 if (mOverlay != null) { in drawableHotspotChanged()
129 mOverlay.setHotspot(x, y); in drawableHotspotChanged()
156 if (mOverlay == null || mOverlay.getIntrinsicWidth() == 0 || in onDraw()
157 mOverlay.getIntrinsicHeight() == 0) { in onDraw()
162 mOverlay.setBounds(0, 0, getWidth(), getHeight()); in onDraw()
165 mOverlay.draw(canvas); in onDraw()
170 mOverlay.draw(canvas); in onDraw()
[all …]
H A DMagnifier.java107 private final Drawable mOverlay; field in Magnifier
224 mOverlay = params.mOverlay; in Magnifier()
363 mOverlay != null ? mOverlay : new ColorDrawable(Color.TRANSPARENT), in show()
559 return mOverlay; in getOverlay()
938 private final Drawable mOverlay; field in Magnifier.InternalPopupWindow
995 mOverlay = overlay; in InternalPopupWindow()
1227 mOverlay.draw(canvas); in drawOverlay()
1291 mOverlay.setCallback(null); in destroy()
1395 mOverlay.setBounds(bounds); in updateCurrentContentForTesting()
1396 mOverlay.draw(canvas); in updateCurrentContentForTesting()
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DOverlayEdgeEffect.java30 private final LauncherOverlay mOverlay; field in OverlayEdgeEffect
38 mOverlay = overlay; in OverlayEdgeEffect()
51 mOverlay.onScrollInteractionBegin(); in onPullDistance()
54 mOverlay.onScrollChange(mDistance, mIsRtl); in onPullDistance()
70 mOverlay.onScrollInteractionEnd(); in onRelease()
/aosp12/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestService.java55 private View mOverlay; field in TestService
106 if (mOverlay != null) { in removeOverlays()
108 wm.removeView(mOverlay); in removeOverlays()
109 mOverlay = null; in removeOverlays()
138 mOverlay = new View(mOverlayContext);
139 mOverlay.setBackgroundColor(Color.GREEN);
140 mOverlay.setLayoutParams(vglp);
145 wm.addView(mOverlay, wmlp);
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp134 if (LIKELY(ctx->mOverlay)) { in configure()
141 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
242 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
287 if (LIKELY(ctx->mOverlay)) { in configure()
298 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
346 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure()
386 if (configMdp(ctx->mOverlay, pargR, orient, cropR, in configure()
402 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
434 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
508 if(configMdp(ctx->mOverlay, parg, orient, in configure()
[all …]
H A Dhwc_ad.cpp165 ovutils::eDest dest = ctx->mOverlay->getPipe(pipeSpecs); in prepare()
216 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL, in prepare()
226 !ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, wbFd)) in prepare()
251 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) { in draw()
H A Dhwc.cpp161 if(not ctx->mOverlay->isDMAMultiplexingSupported()) { in setDMAState()
162 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
180 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
286 ctx->mOverlay->clear(dpy); in hwc_prepare_primary()
317 ctx->mOverlay->clear(dpy); in hwc_prepare_external()
354 ctx->mOverlay->configBegin(); in hwc_prepare()
377 ctx->mOverlay->configDone(); in hwc_prepare()
431 ctx->mOverlay->configBegin(); in hwc_setPowerMode()
432 ctx->mOverlay->configDone(); in hwc_setPowerMode()
868 ctx->mOverlay->getDump(ovDump, 2048); in hwc_dump()
H A Dhwc_mdpcomp.cpp186 ctx->mOverlay->clear(mDpy); in reset()
1719 pipe_info.lIndex = ctx->mOverlay->getPipe(pipeSpecs); in allocSplitVGPipesfor4k2k()
1725 pipe_info.rIndex = ctx->mOverlay->getPipe(pipeSpecs); in allocSplitVGPipesfor4k2k()
1826 pipe_info.index = ctx->mOverlay->getPipe(pipeSpecs); in allocLayerPipes()
1862 overlay::Overlay& ov = *ctx->mOverlay; in draw()
2020 pipe_info.lIndex = ctx->mOverlay->getPipe(pipeSpecs); in acquireMDPPipes()
2027 pipe_info.rIndex = ctx->mOverlay->getPipe(pipeSpecs); in acquireMDPPipes()
2120 overlay::Overlay& ov = *ctx->mOverlay; in draw()
2257 pipe_info.lIndex = ctx->mOverlay->getPipe(pipeSpecs); in acquireMDPPipes()
2388 if(configMdp(ctx->mOverlay, pargL, orient, in configure()
[all …]
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp128 if (LIKELY(ctx->mOverlay)) { in configure()
135 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
236 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
281 if (LIKELY(ctx->mOverlay)) { in configure()
292 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
340 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure()
380 if (configMdp(ctx->mOverlay, pargR, orient, cropR, in configure()
396 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
428 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
504 if(configMdp(ctx->mOverlay, parg, orient, in configure()
[all …]
H A Dhwc_ad.cpp190 ovutils::eDest dest = ctx->mOverlay->getPipe(pipeSpecs); in prepare()
241 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL, in prepare()
258 if(!ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, in prepare()
273 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) { in draw()
H A Dhwc.cpp152 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
170 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
287 ctx->mOverlay->clear(dpy); in hwc_prepare_primary()
318 ctx->mOverlay->clear(dpy); in hwc_prepare_external()
354 ctx->mOverlay->configBegin(); in hwc_prepare()
377 ctx->mOverlay->configDone(); in hwc_prepare()
431 ctx->mOverlay->configBegin(); in hwc_setPowerMode()
432 ctx->mOverlay->configDone(); in hwc_setPowerMode()
461 ctx->mOverlay->configBegin(); in hwc_setPowerMode()
462 ctx->mOverlay->configDone(); in hwc_setPowerMode()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java38 private ImageView mOverlay; field in SignalTileView
73 mOverlay = new ImageView(mContext); in createIcon()
74 mIconFrame.addView(mOverlay, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); in createIcon()
126 mOverlay.setVisibility(VISIBLE); in setIcon()
127 mOverlay.setImageResource(s.overlayIconId); in setIcon()
129 mOverlay.setVisibility(GONE); in setIcon()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_fbupdate.cpp132 if (LIKELY(ctx->mOverlay)) { in configure()
133 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
234 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
279 if (LIKELY(ctx->mOverlay)) { in configure()
285 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
363 if (configMdp(ctx->mOverlay, pargL, orient, cropL, in configure()
418 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
443 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
544 if(ctx->mOverlay->needsPrioritySwap(destL, destR)) { in configure()
559 if(configMdp(ctx->mOverlay, parg, orient, in configure()
[all …]
H A Dhwc_ad.cpp169 ovutils::eDest dest = ctx->mOverlay->getPipe(pipeSpecs); in prepare()
220 if(configMdp(ctx->mOverlay, parg, OVERLAY_TRANSFORM_0, crop, dst, NULL, in prepare()
230 !ctx->mOverlay->validateAndSet(overlay::Overlay::DPY_WRITEBACK, wbFd)) in prepare()
255 if (!ctx->mOverlay->queueBuffer(fd, offset, mDest)) { in draw()
H A Dhwc.cpp142 if(not (ctx->mOverlay->isDMAMultiplexingSupported() && in setDMAState()
144 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
162 if(ctx->mOverlay->isPipeTypeAttached( in setDMAState()
320 ctx->mOverlay->clear(dpy); in hwc_prepare_primary()
351 ctx->mOverlay->clear(dpy); in hwc_prepare_external()
387 ctx->mOverlay->configBegin(); in hwc_prepare()
410 ctx->mOverlay->configDone(); in hwc_prepare()
469 ctx->mOverlay->configBegin(); in hwc_setPowerMode()
470 ctx->mOverlay->configDone(); in hwc_setPowerMode()
909 ctx->mOverlay->getDump(ovDump, 2048); in hwc_dump()
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java359 items = items.filter(item -> item.mOverlay.getPackageName()
363 items = items.filter(item -> item.mOverlay.getOverlayName()
378 pw.println(item.mOverlay + ":" + item.getUserId() + " {");
381 pw.println("mPackageName...........: " + item.mOverlay.getPackageName());
402 pw.println(item.mOverlay.getPackageName());
405 pw.println(item.mOverlay.getOverlayName());
565 private final OverlayIdentifier mOverlay;
583 mOverlay = overlay;
663 mCache = new OverlayInfo(mOverlay.getPackageName(), mOverlay.getOverlayName(),
692 if (item.mUserId == userId && item.mOverlay.equals(overlay)) {
[all …]
/aosp12/frameworks/base/core/java/android/content/om/
H A DFabricatedOverlay.java49 mOverlay.packageName, TextUtils.nullIfEmpty(mOverlay.overlayName)); in getIdentifier()
122 final FabricatedOverlayInternal mOverlay; field in FabricatedOverlay
124 mOverlay = overlay; in FabricatedOverlay()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java50 private final Drawable mOverlay; field in EmulatorDisplayOverlay
77 mOverlay = context.getDrawable( in EmulatorDisplayOverlay()
103 mOverlay.setBounds(0, 0, size, size); in drawIfNeeded()
104 mOverlay.draw(c); in drawIfNeeded()
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp64 if (LIKELY(ctx->mOverlay)) { in configure()
65 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
133 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
168 if (LIKELY(ctx->mOverlay)) { in configure()
169 overlay::Overlay& ov = *(ctx->mOverlay); in configure()
270 overlay::Overlay& ov = *(ctx->mOverlay); in draw()
H A Dhwc.cpp215 ctx->mOverlay->configBegin(); in hwc_prepare()
236 ctx->mOverlay->configDone(); in hwc_prepare()
282 ctx->mOverlay->configBegin(); in hwc_blank()
283 ctx->mOverlay->configDone(); in hwc_blank()
581 ctx->mOverlay->getDump(ovDump, 2048); in hwc_dump()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java82 private final ViewGroupOverlay mOverlay; field in ConversationFastScroller
155 mOverlay = rv.getOverlay(); in ConversationFastScroller()
156 mOverlay.add(mTrackImageView); in ConversationFastScroller()
157 mOverlay.add(mThumbImageView); in ConversationFastScroller()
158 mOverlay.add(mPreviewTextView); in ConversationFastScroller()

12