OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
801 - 825
of
1355
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/cts/tests/src/android/widget/cts/
MockTextView.java
28
import android.widget.
TextView
;
30
public class MockTextView extends
TextView
{
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArguments.java
30
import android.widget.
TextView
;
102
((
TextView
)tv).setText(mLabel != null ? mLabel : "(no label)");
FragmentCustomAnimations.java
30
import android.widget.
TextView
;
125
((
TextView
)tv).setText("Fragment #" + mNum);
FragmentStack.java
30
import android.widget.
TextView
;
124
((
TextView
)tv).setText("Fragment #" + mNum);
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarLander.java
24
import android.widget.
TextView
;
133
// give the LunarView a handle to the
TextView
used for messages
134
mLunarView.setTextView((
TextView
) findViewById(R.id.text));
/development/samples/Snake/src/com/example/android/snake/
Snake.java
25
import android.widget.
TextView
;
62
mSnakeView.setDependentViews((
TextView
) findViewById(R.id.text),
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java
32
import android.widget.
TextView
;
107
((
TextView
)tv).setText(mLabel != null ? mLabel : "(no label)");
FragmentCustomAnimationSupport.java
31
import android.widget.
TextView
;
122
((
TextView
)tv).setText("Fragment #" + mNum);
FragmentStackSupport.java
32
import android.widget.
TextView
;
131
((
TextView
)tv).setText("Fragment #" + mNum);
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java
52
new UiSelector().className(android.widget.
TextView
.class.getName());
146
new UiSelector().className(android.widget.
TextView
.class.getName()).instance(1));
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java
33
import android.widget.
TextView
;
143
((
TextView
) rootView.findViewById(android.R.id.text1)).setText(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteViews.java
9
import android.widget.
TextView
;
48
((
TextView
) view).setText(text);
ShadowToast.java
5
import android.widget.
TextView
;
105
String text = ((
TextView
) toast.getView().findViewById(layoutResourceIdToCheckForMessage)).getText().toString();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java
27
import android.widget.
TextView
;
37
public class DateView extends
TextView
{
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java
31
import android.widget.
TextView
;
65
((
TextView
) view.findViewById(R.id.prompt)).setText(
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java
37
import android.widget.
TextView
;
78
private
TextView
mDoneButton;
79
private
TextView
mHourView;
80
private
TextView
mHourSpaceView;
81
private
TextView
mMinuteView;
82
private
TextView
mMinuteSpaceView;
83
private
TextView
mAmPmTextView;
207
mHourView = (
TextView
) view.findViewById(R.id.hours);
209
mHourSpaceView = (
TextView
) view.findViewById(R.id.hour_space);
210
mMinuteSpaceView = (
TextView
) view.findViewById(R.id.minutes_space)
[
all
...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25.java
28
import android.widget.
TextView
;
46
public boolean onBar1Setup(SeekBar b,
TextView
t) {
Blur25G.java
31
import android.widget.
TextView
;
47
public boolean onBar1Setup(SeekBar b,
TextView
t) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25.java
24
import android.widget.
TextView
;
42
public boolean onBar1Setup(SeekBar b,
TextView
t) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blur25.java
28
import android.widget.
TextView
;
46
public boolean onBar1Setup(SeekBar b,
TextView
t) {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/
ContactListItemViewTest.java
25
import android.widget.
TextView
;
114
view.getNameTextView().setText("",
TextView
.BufferType.SPANNABLE);
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIcon.java
26
import android.widget.
TextView
;
32
public class PagedViewIcon extends
TextView
{
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
EllipsizedMultilineTextView.java
28
import android.widget.
TextView
;
31
* A special MultiLine
TextView
that will apply ellipsize logic to only the last
34
public class EllipsizedMultilineTextView extends
TextView
{
60
* @return the {@link CharSequence} that was set on the {@link
TextView
}
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java
28
import android.widget.
TextView
;
43
public static final class LabelView extends
TextView
{
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
Editors.java
22
import android.widget.
TextView
;
59
((
TextView
) editorView.findViewById(R.id.caption)).setText(item.getCaption(activity));
Completed in 390 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>