Home
last modified time | relevance | path

Searched refs:mCached (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DPaintMeasureDrawPerfTest.java61 private final boolean mCached; field in PaintMeasureDrawPerfTest
67 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()
H A DBoringLayoutIsBoringPerfTest.java68 private final boolean mCached; field in BoringLayoutIsBoringPerfTest
75 mCached = cached; in BoringLayoutIsBoringPerfTest()
91 if (mCached) BoringLayout.isBoring(text, mTextPaint); in timeIsBoring()
96 if (!mCached) Canvas.freeTextLayoutCaches(); in timeIsBoring()
H A DBoringLayoutCreateDrawPerfTest.java69 private final boolean mCached; field in BoringLayoutCreateDrawPerfTest
75 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()
H A DStaticLayoutCreateDrawPerfTest.java71 private final boolean mCached; field in StaticLayoutCreateDrawPerfTest
78 mCached = cached; in StaticLayoutCreateDrawPerfTest()
99 if (!mCached) Canvas.freeTextLayoutCaches(); in timeCreate()
125 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
H A DTextViewSetTextMeasurePerfTest.java72 private final boolean mCached; field in TextViewSetTextMeasurePerfTest
79 mCached = cached; in TextViewSetTextMeasurePerfTest()
105 if (!mCached) Canvas.freeTextLayoutCaches(); in timeCreate()
136 if (!mCached) Canvas.freeTextLayoutCaches(); in timeDraw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java83 private boolean mCached; field in LockscreenWallpaper
131 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()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStateRecord.java295 private boolean mCached; field in ProcessStateRecord
898 mCached = cached; in setCached()
903 return mCached; in isCached()
1330 pw.print(prefix); pw.print("cached="); pw.print(mCached); in dump()