Searched refs:getProjectKey (Results 1 - 8 of 8) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderParams.java28 String getProjectKey() throws RemoteException; method in interface:RemoteRenderParams
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java111 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(),
112 remoteParams.getProjectKey());
135 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(),
136 remoteParams.getProjectKey());
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java57 BridgeContext context = new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
104 BridgeContext context = new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderParamsAdapter.java50 public String getProjectKey() { method in class:RemoteRenderParamsAdapter
51 Object projectKey = mDelegate.getProjectKey();
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java354 value.isFramework() ? null : context.getProjectKey());
360 value.isFramework() ? null : context.getProjectKey());
411 isFramework ? null : context.getProjectKey());
413 isFramework ? null : context.getProjectKey());
425 isFramework ? null : context.getProjectKey());
434 isFramework ? null : context.getProjectKey());
H A DRenderAction.java130 mContext = new BridgeContext(mParams.getProjectKey(), metrics, resources,
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java599 BridgeContext context = new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
641 BridgeContext context = new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
746 new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
796 new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
872 BridgeContext context = new BridgeContext(params.getProjectKey(), metrics, params.getResources(),
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java295 public Object getProjectKey() { method in class:BridgeContext

Completed in 2246 milliseconds