Searched refs:mCached (Results 1 – 7 of 7) 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()
83 private boolean mCached; field in LockscreenWallpaper131 if (mCached) { in getBitmap()135 mCached = true; in getBitmap()142 mCached = true; in getBitmap()202 mCached = false; in setSelectedUser()264 mCached = true; in run()283 iPw.println("mCached=" + mCached); in dump()
295 private boolean mCached; field in ProcessStateRecord898 mCached = cached; in setCached()903 return mCached; in isCached()1330 pw.print(prefix); pw.print("cached="); pw.print(mCached); in dump()