Home
last modified time | relevance | path

Searched refs:cxt (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DRenderThread.h106 void setGrContext(GrContext* cxt);
/frameworks/base/core/java/android/view/
DViewRootImpl.java3092 Context cxt = mView.getContext(); in drawSoftware() local
3093 Log.i(mTag, "Drawing: package:" + cxt.getPackageName() + in drawSoftware()
3094 ", metrics=" + cxt.getResources().getDisplayMetrics() + in drawSoftware()
3095 ", compatibilityInfo=" + cxt.getResources().getCompatibilityInfo()); in drawSoftware()