OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAlphaText
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java
81
private TextView
mAlphaText
;
173
mAlphaText
= (TextView) v.findViewById(R.id.alphaText);
272
mAlphaText
.setText(getString(R.string.value_alpha, Color.alpha(color)));
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java
81
private TextView
mAlphaText
;
173
mAlphaText
= (TextView) v.findViewById(R.id.alphaText);
272
mAlphaText
.setText(getString(R.string.value_alpha, Color.alpha(color)));
/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java
81
private TextView
mAlphaText
;
173
mAlphaText
= (TextView) v.findViewById(R.id.alphaText);
272
mAlphaText
.setText(getString(R.string.value_alpha, Color.alpha(color)));
Completed in 318 milliseconds