Searched refs:mOverlays (Results 1 – 7 of 7) sorted by relevance
182 .addView(eq(mScreenDecorations.mOverlays[BOUNDS_POSITION_TOP]), any()); in testRounding_NoCutout()184 .addView(eq(mScreenDecorations.mOverlays[BOUNDS_POSITION_BOTTOM]), any()); in testRounding_NoCutout()187 assertNull(mScreenDecorations.mOverlays[BOUNDS_POSITION_LEFT]); in testRounding_NoCutout()188 assertNull(mScreenDecorations.mOverlays[BOUNDS_POSITION_RIGHT]); in testRounding_NoCutout()239 mScreenDecorations.mOverlays[BOUNDS_POSITION_TOP].findViewById(R.id.left); in testRoundingTopBottomRadius_OnTopBottomOverlay()241 mScreenDecorations.mOverlays[BOUNDS_POSITION_TOP].findViewById(R.id.right); in testRoundingTopBottomRadius_OnTopBottomOverlay()247 mScreenDecorations.mOverlays[BOUNDS_POSITION_BOTTOM].findViewById(R.id.left); in testRoundingTopBottomRadius_OnTopBottomOverlay()249 mScreenDecorations.mOverlays[BOUNDS_POSITION_BOTTOM].findViewById(R.id.right); in testRoundingTopBottomRadius_OnTopBottomOverlay()282 mScreenDecorations.mOverlays[BOUNDS_POSITION_LEFT].findViewById(R.id.left); in testRoundingTopBottomRadius_OnLeftRightOverlay()284 mScreenDecorations.mOverlays[BOUNDS_POSITION_LEFT].findViewById(R.id.right); in testRoundingTopBottomRadius_OnLeftRightOverlay()[all …]
132 protected View[] mOverlays; field in ScreenDecorations242 if (mOverlays != null && mRotation != newRotation) { in startOnScreenDecorationsThread()257 if (mOverlays[i] != null) { in startOnScreenDecorationsThread()258 mOverlays[i].getViewTreeObserver().addOnPreDrawListener( in startOnScreenDecorationsThread()259 new RestartingPreDrawListener(mOverlays[i], i, newRotation)); in startOnScreenDecorationsThread()337 if (mOverlays == null) { in hasOverlays()342 if (mOverlays[i] != null) { in hasOverlays()346 mOverlays = null; in hasOverlays()351 if (mOverlays == null) { in removeAllOverlays()356 if (mOverlays[i] != null) { in removeAllOverlays()[all …]
129 private final ArrayList<OverlayDisplayHandle> mOverlays = field in OverlayDisplayAdapter145 pw.println("mOverlays: size=" + mOverlays.size()); in dumpLocked()146 for (OverlayDisplayHandle overlay : mOverlays) { in dumpLocked()190 if (!mOverlays.isEmpty()) { in updateOverlayDisplayDevicesLocked()192 for (OverlayDisplayHandle overlay : mOverlays) { in updateOverlayDisplayDevicesLocked()195 mOverlays.clear(); in updateOverlayDisplayDevicesLocked()243 mOverlays.add(new OverlayDisplayHandle(name, modes, gravity, flags, number)); in updateOverlayDisplayDevicesLocked()
59 std::vector<sp<RenderNode>> mOverlays; member in TvApp185 mOverlays.push_back(overlayColor); in createCard()207 sp<RenderNode> overlay = mOverlays[ci]; in updateCard()
294 Vector<asset_path> mOverlays; variable
1529 mOverlays.add(ap); in addOverlay()1534 if (idx >= mOverlays.size()) { in getOverlay()1537 *out = mOverlays[idx]; in getOverlay()
958 private ArraySet<OverlayPlugin> mOverlays = new ArraySet<>(); in start()971 mOverlays.remove(plugin); in start()973 .setForcePluginOpen(mOverlays.size() != 0); in start()987 mOverlays.add(mPlugin); in start()989 mOverlays.remove(mPlugin); in start()993 .setStateListener(b -> mOverlays.forEach( in start()996 .setForcePluginOpen(mOverlays.size() != 0); in start()