OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
1 - 25
of
531
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsListFocus.java
21
import android.widget.
TextView
;
28
public class UserDictionaryToolsListFocus extends
TextView
{
30
private
TextView
mPairView = null;
55
public void setPairView(
TextView
pairView) {
/frameworks/base/core/java/android/text/method/
MovementMethod.java
19
import android.widget.
TextView
;
26
public void initialize(
TextView
widget, Spannable text);
27
public boolean onKeyDown(
TextView
widget, Spannable text, int keyCode, KeyEvent event);
28
public boolean onKeyUp(
TextView
widget, Spannable text, int keyCode, KeyEvent event);
35
public boolean onKeyOther(
TextView
view, Spannable text, KeyEvent event);
37
public void onTakeFocus(
TextView
widget, Spannable text, int direction);
38
public boolean onTrackballEvent(
TextView
widget, Spannable text,
40
public boolean onTouchEvent(
TextView
widget, Spannable text,
/packages/apps/CertInstaller/src/com/android/certinstaller/
ViewHelper.java
20
import android.widget.
TextView
;
33
TextView
v = (
TextView
) mView.findViewById(R.id.error);
39
return ((
TextView
) mView.findViewById(viewId)).getText().toString();
44
TextView
v = (
TextView
) mView.findViewById(viewId);
49
TextView
v = (
TextView
) mView.findViewById(viewId);
/cts/tests/src/android/app/cts/
ActivityManagerStubCrashActivity.java
21
import android.widget.
TextView
;
28
final
TextView
tv = new
TextView
(this);
ActivityManagerStubFooActivity.java
21
import android.widget.
TextView
;
28
final
TextView
tv = new
TextView
(this);
MockApplicationActivity.java
21
import android.widget.
TextView
;
28
TextView
textView
= new
TextView
(this);
29
textView
.setText("Test");
30
setContentView(
textView
);
/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java
5
import android.widget.
TextView
;
14
/* Create a
TextView
and set its content.
18
TextView
tv = new
TextView
(this);
/development/pdk/pndk/samples/samplejni/src/com/example/jniexample/
JNIExample.java
5
import android.widget.
TextView
;
12
TextView
tv = new
TextView
(this);
/development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java
21
import android.widget.
TextView
;
28
TextView
tv = new
TextView
(this);
/device/sample/apps/client/src/com/example/android/platform_library/client/
Client.java
23
import android.widget.
TextView
;
38
TextView
tv = new
TextView
(this);
/ndk/samples/hello-jni/src/com/example/hellojni/
HelloJni.java
19
import android.widget.
TextView
;
31
/* Create a
TextView
and set its content.
35
TextView
tv = new
TextView
(this);
/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java
19
import android.widget.
TextView
;
30
TextView
tv = new
TextView
(this);
/cts/tests/tests/widget/src/android/widget/cts/
TextView_SaveStateTest.java
27
import android.widget.
TextView
;
30
* Test {@link
TextView
.SavedState}.
32
@TestTargetClass(
TextView
.SavedState.class)
41
TextView
.SavedState state =
TextView
.SavedState.CREATOR.createFromParcel(source);
46
state =
TextView
.SavedState.CREATOR.createFromParcel(source);
58
TextView
.SavedState state =
TextView
.SavedState.CREATOR.createFromParcel(source);
78
TextView
textView
= new TextView(getInstrumentation().getTargetContext())
[
all
...]
/development/apps/Development/src/com/android/development/
ShowActivity.java
32
import android.widget.
TextView
;
39
private
TextView
mPackage;
41
private
TextView
mClass;
42
private
TextView
mLabel;
43
private
TextView
mLaunch;
44
private
TextView
mProcess;
45
private
TextView
mTaskAffinity;
46
private
TextView
mPermission;
47
private
TextView
mMultiprocess;
48
private
TextView
mClearOnBackground
[
all
...]
/development/samples/BrowserPlugin/src/com/android/sampleplugin/
BackgroundSurface.java
5
import android.widget.
TextView
;
7
public class BackgroundSurface extends
TextView
{
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOnItemSelectedAction.java
19
import android.widget.
TextView
;
41
((
TextView
) getListView().getSelectedView()).getText().toString());
/packages/apps/Browser/src/com/android/browser/
AddNewBookmark.java
23
import android.widget.
TextView
;
31
private
TextView
mTextView;
32
private
TextView
mUrlText;
46
mTextView = (
TextView
) findViewById(R.id.title);
47
mUrlText = (
TextView
) findViewById(R.id.url);
/development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java
30
import android.widget.
TextView
;
47
// call setMovementMethod() on the
TextView
object.
49
TextView
t2 = (
TextView
) findViewById(R.id.text2);
59
TextView
t3 = (
TextView
) findViewById(R.id.text3);
80
TextView
t4 = (
TextView
) findViewById(R.id.text4);
/frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java
24
import android.widget.
TextView
;
33
TextView
tv;
35
tv = new
TextView
(getContext());
44
TextView
tv;
46
tv = new
TextView
(getContext());
56
TextView
tv;
58
tv = new
TextView
(getContext());