OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RectCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java
92
class
RectCache
extends SoftReferenceThreadLocal<Rect> {
125
private
RectCache
mCachedAppWidgetPreviewSrcRect = new
RectCache
();
126
private
RectCache
mCachedAppWidgetPreviewDestRect = new
RectCache
();
AppsCustomizePagedView.java
240
RectCache
mCachedAppWidgetPreviewSrcRect = new
RectCache
();
241
RectCache
mCachedAppWidgetPreviewDestRect = new
RectCache
();
[
all
...]
Completed in 60 milliseconds