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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimatorEvents.java 50 TextView startText, repeatText, cancelText, endText;
60 startText = (TextView) findViewById(R.id.startText);
61 startText.setAlpha(.5f);
148 startText.setAlpha(.5f);
204 startText.setAlpha(1f);
  /external/webkit/Source/WebCore/dom/
Text.cpp 117 const Text* startText = earliestLogicallyAdjacentTextNode(this);
122 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
134 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
152 // Protect startText and endText against mutation event handlers removing the last ref
153 RefPtr<Text> startText = const_cast<Text*>(earliestLogicallyAdjacentTextNode(this));
159 for (RefPtr<Node> n = startText; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 315 milliseconds