OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
601 - 625
of
1355
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogView.java
21
import android.widget.
TextView
;
23
/** Simple
TextView
which is used to output log data received through the LogNode interface.
25
public class LogView extends
TextView
implements LogNode {
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java
28
import android.widget.
TextView
;
85
((
TextView
) newView.findViewById(android.R.id.text1)).setText(
/external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java
35
import android.widget.
TextView
;
85
private void formatPages(Conversation conversation,
TextView
textView
) {
87
final int maxWidth =
textView
.getWidth();
88
final int maxHeight =
textView
.getHeight();
89
paint.setTextSize(
textView
.getTextSize());
90
paint.setTypeface(
textView
.getTypeface());
192
TextView
title = (
TextView
)findViewById(R.id.speakername);
204
TextView
textView = (TextView)findViewById(R.id.typewritertext)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java
22
import android.widget.
TextView
;
77
public static class MonitoredTextView extends
TextView
{
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java
28
import android.widget.
TextView
;
35
public class TextViewWithCircularIndicator extends
TextView
{
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Grain.java
29
import android.widget.
TextView
;
37
public boolean onBar1Setup(SeekBar b,
TextView
t) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25G.java
25
import android.widget.
TextView
;
41
public boolean onBar1Setup(SeekBar b,
TextView
t) {
Grain.java
24
import android.widget.
TextView
;
32
public boolean onBar1Setup(SeekBar b,
TextView
t) {
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Grain.java
29
import android.widget.
TextView
;
37
public boolean onBar1Setup(SeekBar b,
TextView
t) {
Completed in 369 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>