HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentContext (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 40 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
48 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, attrs);
55 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(
64 return RenderSessionImpl.getCurrentContext().resolveThemeAttribute(
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
HandlerThread_Delegate.java 58 BridgeContext context = RenderAction.getCurrentContext();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/policy/
PolicyManager.java 46 return new BridgeInflater(context, RenderAction.getCurrentContext().getProjectCallback());
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 38 static renderControl_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
39 void renderControl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
40 #define GET_CONTEXT renderControl_client_context_t * ctx = getCurrentContext()
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 278 public static BridgeContext getCurrentContext() {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 47 BridgeContext context = RenderAction.getCurrentContext();
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 221 static gl2_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
222 void gl2_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
223 #define GET_CONTEXT gl2_client_context_t * ctx = getCurrentContext()
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 304 static gl_client_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
305 void gl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
306 #define GET_CONTEXT gl_client_context_t * ctx = getCurrentContext()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 305 milliseconds