Searched refs:mCached (Results 1 – 8 of 8) sorted by relevance
61 private final boolean mCached; field in PaintMeasureDrawPerfTest67 mCached = cached; in PaintMeasureDrawPerfTest()82 if (mCached) mTextPaint.measureText(text); in timeMeasure()87 if (!mCached) Canvas.freeTextLayoutCaches(); in timeMeasure()105 if (mCached) mTextPaint.measureText(text); in timeDraw()113 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
68 private final boolean mCached; field in BoringLayoutIsBoringPerfTest75 mCached = cached; in BoringLayoutIsBoringPerfTest()91 if (mCached) BoringLayout.isBoring(text, mTextPaint); in timeIsBoring()96 if (!mCached) Canvas.freeTextLayoutCaches(); in timeIsBoring()
69 private final boolean mCached; field in BoringLayoutCreateDrawPerfTest75 mCached = cached; in BoringLayoutCreateDrawPerfTest()94 if (mCached) createLayout(text, metrics); in timeCreate()99 if (!mCached) Canvas.freeTextLayoutCaches(); in timeCreate()126 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
71 private final boolean mCached; field in StaticLayoutCreateDrawPerfTest78 mCached = cached; in StaticLayoutCreateDrawPerfTest()99 if (!mCached) Canvas.freeTextLayoutCaches(); in timeCreate()125 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
72 private final boolean mCached; field in TextViewSetTextMeasurePerfTest79 mCached = cached; in TextViewSetTextMeasurePerfTest()105 if (!mCached) Canvas.freeTextLayoutCaches(); in timeCreate()136 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
75 private boolean mCached; field in LockscreenWallpaper110 if (mCached) { in getBitmap()114 mCached = true; in getBitmap()121 mCached = true; in getBitmap()179 mCached = false; in setCurrentUser()236 mCached = true; in run()251 iPw.println("mCached=" + mCached); in dump()
718 @Nullable private UnderlyingNetworkRecord mCached; field in UnderlyingNetworkTracker.Builder731 mCached = null; in setNetworkCapabilities()741 mCached = null; in setLinkProperties()747 mCached = null; in setIsBlocked()760 if (mCached == null) { in build()761 mCached = in build()766 return mCached; in build()
289 private boolean mCached; field in ProcessStateRecord832 if (mCached != cached) { in setCached()833 mCached = cached; in setCached()842 return mCached; in isCached()1172 pw.print(prefix); pw.print("cached="); pw.print(mCached); in dump()