HomeSort by relevance Sort by last modified time
    Searched refs:startText (Results 1 - 10 of 10) 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);
  /frameworks/base/core/java/android/transition/
ChangeText.java 164 final CharSequence startText = startVals.get(PROPNAME_TEXT) != null ?
181 if (!startText.equals(endText)) {
185 view.setText(startText);
197 if (startText.equals(view.getText())) {
225 if (startText.equals(view.getText())) {
287 view.setText(startText);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 167 const Text* startText = earliestLogicallyAdjacentTextNode(this);
172 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
182 for (const Node* n = startText; n != onePastEndText; n = n->nextSibling()) {
196 // Protect startText and endText against mutation event handlers removing the last ref
197 RefPtrWillBeRawPtr<Text> startText = const_cast<Text*>(earliestLogicallyAdjacentTextNode(this));
202 for (RefPtrWillBeRawPtr<Node> n = startText; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 201 Text* startText = start.containerText();
202 splitTextNode(startText, startOffset);
203 start = firstPositionInNode(startText);
206 end = Position(startText, end.offsetInContainerNode() - startOffset);
210 m_endOfLastParagraph = Position(startText, m_endOfLastParagraph.offsetInContainerNode() - startOffset);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 409 mStartText = (TextView) findViewById(R.id.startText);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 154 milliseconds