OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startText
(Results
1 - 9
of
9
) 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
RefPtr<Text>
startText
= const_cast<Text*>(earliestLogicallyAdjacentTextNode(this));
202
for (RefPtr<Node> n =
startText
; n && n != this && n->isTextNode() && n->parentNode() == parent;) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp
197
Text*
startText
= start.containerText();
198
splitTextNode(
startText
, startOffset);
199
start = firstPositionInNode(
startText
);
202
end = Position(
startText
, end.offsetInContainerNode() - startOffset);
206
m_endOfLastParagraph = Position(
startText
, m_endOfLastParagraph.offsetInContainerNode() - startOffset);
/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 527 milliseconds