OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
201 - 225
of
1057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/src/com/example/android/apis/view/
RatingBar1.java
22
import android.widget.
TextView
;
32
TextView
mRatingText;
40
mRatingText = (
TextView
) findViewById(R.id.rating);
TextSwitcher1.java
29
import android.widget.
TextView
;
74
TextView
t = new
TextView
(this);
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
PeerActivity.java
28
import android.widget.
TextView
;
44
TextView
tv = (
TextView
) findViewById(R.id.peer_counter);
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java
23
import android.widget.
TextView
;
63
TextView
article = (
TextView
) getActivity().findViewById(R.id.article);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
RelayController.java
11
import android.widget.
TextView
;
18
private
TextView
mLabel;
34
mLabel = (
TextView
) targetView.getChildAt(0);
ServoController.java
7
import android.widget.
TextView
;
12
private
TextView
mLabel;
23
mLabel = (
TextView
) targetView.getChildAt(0);
/frameworks/base/core/tests/coretests/src/android/view/
RunQueue.java
21
import android.widget.
TextView
;
39
TextView
textView
= new
TextView
(this);
40
textView
.setText("RunQueue");
41
textView
.setId(R.id.simple_view);
43
setContentView(
textView
);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java
25
import android.widget.
TextView
;
34
TextView
mText;
49
mText = (
TextView
) findViewById(R.id.text);
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumn.java
27
import android.widget.
TextView
;
44
final
TextView
view = new
TextView
(AddColumn.this);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java
24
import android.widget.
TextView
;
64
final
TextView
filler = new
TextView
(context);
ListItemsExpandOnSelection.java
23
import android.widget.
TextView
;
42
TextView
result = new ExpandWhenSelectedView(parent.getContext(), desiredHeight);
61
static private class ExpandWhenSelectedView extends
TextView
{
ListScrollListener.java
26
import android.widget.
TextView
;
35
TextView
mText;
49
mText = (
TextView
) findViewById(R.id.text);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java
25
import android.widget.
TextView
;
80
TextView
textView
= new
TextView
(this);
81
textView
.setText("Text View " + i);
82
mLinearLayout.addView(
textView
, p);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java
25
import android.widget.
TextView
;
29
private
TextView
mTopText;
30
private
TextView
mBottomButton;
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectParameter.java
21
import android.widget.
TextView
;
33
protected
TextView
mValueText;
35
public EffectParameter (int min, int max, SeekBar seekBar,
TextView
textView
, String unit) {
39
mValueText =
textView
;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewFlipperActivity.java
26
import android.widget.
TextView
;
44
((
TextView
) view.findViewById(R.id.widget_text)).setText("This is a long line of text, "
50
((
TextView
) view.findViewById(R.id.widget_text)).setText("Another very long line of text, "
ViewLayersActivity3.java
28
import android.widget.
TextView
;
55
TextView
v = (
TextView
) super.getView(position, convertView, parent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java
23
import android.widget.
TextView
;
68
final
TextView
v = (
TextView
) view
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java
41
import android.widget.
TextView
;
74
TextView
contentView = (
TextView
)view.findViewById(R.id.content);
/packages/apps/Browser/src/com/android/browser/preferences/
SeekBarSummaryPreference.java
25
import android.widget.
TextView
;
32
TextView
mSummaryView;
70
mSummaryView = (
TextView
) view.findViewById(R.id.text);
/packages/apps/Camera/src/com/android/camera/ui/
InLineSettingItem.java
23
import android.widget.
TextView
;
44
protected
TextView
mTitle;
55
mTitle = ((
TextView
) findViewById(R.id.title));
InLineSettingMenu.java
23
import android.widget.
TextView
;
32
private
TextView
mEntry;
41
mEntry = (
TextView
) findViewById(R.id.current_setting);
RotateTextToast.java
24
import android.widget.
TextView
;
40
TextView
tv = (
TextView
) mToast.findViewById(R.id.message);
/packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java
23
import android.widget.
TextView
;
37
private
TextView
mLabelView;
53
mLabelView = (
TextView
) findViewById(R.id.label);
/packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java
23
import android.widget.
TextView
;
46
TextView
label = (
TextView
) view.findViewById(android.R.id.title);
48
throw new IllegalStateException("Group source view must contain a
TextView
with id"
Completed in 2019 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>