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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 169 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
170 TestNode textView1 = TestNode.findById(targetNode, "@+id/TextView1");
171 TestNode wspace1 = TestNode.findById(targetNode, "@+id/wspace1");
172 TestNode wspace2 = TestNode.findById(targetNode, "@+id/wspace2");
173 TestNode hspace1 = TestNode.findById(targetNode, "@+id/hspace1");
308 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
309 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
310 TestNode button3 = TestNode.findById(targetNode, "@+id/button3");
311 TestNode hspacer = TestNode.findById(targetNode, "@+id/spacer_177");
434 TestNode layout = TestNode.findById(targetNode, "@+id/GridLayout1")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/
DeletionHandlerTest.java 70 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
201 TestNode button7 = TestNode.findById(targetNode, "@+id/button7");
202 TestNode checkBox = TestNode.findById(targetNode, "@+id/checkBox1");
322 TestNode button1 = TestNode.findById(targetNode, "@+id/button1");
394 TestNode button2 = TestNode.findById(targetNode, "@+id/button2");
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 216 const LayerAndroid* findById(int uniqueID) const
218 return const_cast<LayerAndroid*>(this)->findById(uniqueID);
220 LayerAndroid* findById(int uniqueID);
LayerAndroid.cpp 632 LayerAndroid* replacementLayer = replacementTree->findById(uniqueId());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java 190 UiElementNode node = findById(root, targetId);
196 private static UiElementNode findById(UiElementNode node, String targetId) {
206 UiElementNode result = findById(child, targetId);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 214 LayerAndroid* layer = m_compositedRoot->findById(layerId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 307 public static TestNode findById(TestNode node, String id) {
309 return node.findById(id);
312 private TestNode findById(String targetId) {
319 TestNode result = child.findById(targetId);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 494 const LayerAndroid* from = fromRoot->findById(layerId);
495 LayerAndroid* to = toRoot->findById(layerId);
580 LayerAndroid* layer = m_baseLayer->findById(layerId);
749 LayerAndroid* layer = m_baseLayer->findById(layerId);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 656 static_cast<VideoLayerAndroid*>(layerImpl->findById(videoLayerId));
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 149 milliseconds