HomeSort by relevance Sort by last modified time
    Searched defs:layerId (Results 1 - 4 of 4) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LayerDrawableTest.java 64 int layerId = 345;
65 layerDrawable.setId(index, layerId);
67 layerDrawable.setDrawableByLayerId(layerId, drawable4000);
77 int layerId = 345;
78 layerDrawable.setId(index, layerId);
80 layerDrawable.setDrawableByLayerId(layerId, drawable4000);
97 int layerId = 345;
98 layerDrawable.setId(index, layerId);
100 boolean ret = layerDrawable.setDrawableByLayerId(layerId, drawable4000);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 239 int layerId = root->platformLayer()->id();
240 if (m_pageOverlayLayerIds.find(layerId) != WTF::kNotFound)
242 layers->addItem(buildObjectForLayer(root, layerIdToNodeIdMap.get(layerId)));
261 static GraphicsLayer* findLayerById(GraphicsLayer* root, int layerId)
263 if (root->platformLayer()->id() == layerId)
266 if (GraphicsLayer* layer = findLayerById(root->replicaLayer(), layerId))
270 if (GraphicsLayer* layer = findLayerById(root->children()[i], layerId))
276 GraphicsLayer* InspectorLayerTreeAgent::layerById(ErrorString* errorString, const String& layerId)
279 int id = layerId.toInt(&ok);
296 void InspectorLayerTreeAgent::compositingReasons(ErrorString* errorString, const String& layerId, RefPtr<TypeBuilder::Array<String> >& reasonStrings
    [all...]
InspectorTimelineAgent.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 197 UINT16 layerId;
202 UINT16 layerId;
282 UINT16 layerId;
534 UINT16 layerId;

Completed in 80 milliseconds