HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 1 - 25 of 4236) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallLogViewHolder.java 44 icon = v.findViewById(R.id.icon);
45 iconContainer = v.findViewById(R.id.icon_container);
46 title = v.findViewById(R.id.title);
47 text = v.findViewById(R.id.text);
48 card = v.findViewById(R.id.call_log_card);
49 callType = v.findViewById(R.id.call_type);
50 callTypeIconsView = v.findViewById(R.id.call_type_icons);
51 smallIcon = v.findViewById(R.id.small_icon);
52 container = v.findViewById(R.id.container);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 53 spoofLayout(findViewById(R.id.secure_view_overlay_description),
54 mActivity.findViewById(R.id.secure_view_description));
55 spoofLayout(findViewById(R.id.secure_view_overlay_button1),
56 mActivity.findViewById(R.id.secure_view_unsecure_button));
57 spoofLayout(findViewById(R.id.secure_view_overlay_button2),
58 mActivity.findViewById(R.id.secure_view_builtin_secure_button));
59 spoofLayout(findViewById(R.id.secure_view_overlay_button3),
60 mActivity.findViewById(R.id.secure_view_custom_secure_button));
DragAndDropDemo.java 36 TextView text = (TextView) findViewById(R.id.drag_text);
37 DraggableDot dot = (DraggableDot) findViewById(R.id.drag_dot_1);
39 dot = (DraggableDot) findViewById(R.id.drag_dot_2);
41 dot = (DraggableDot) findViewById(R.id.drag_dot_3);
44 mHiddenDot = (DraggableDot) findViewById(R.id.drag_dot_hidden);
47 mResultText = (TextView) findViewById(R.id.drag_result_text);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
AccessoryController.java 14 protected View findViewById(int id) {
15 return mHostActivity.findViewById(id);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderCtsActivity.java 40 layout = (ViewGroup) findViewById(R.id.layout);
41 topLeftButton = (Button) findViewById(R.id.top_left_button);
42 topRightButton = (Button) findViewById(R.id.top_right_button);
43 bottomLeftButton = (Button) findViewById(R.id.bottom_left_button);
44 bottomRightButton = (Button) findViewById(R.id.bottom_right_button);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
AppCompatInflaterCustomTest.java 52 mContainer = mActivity.findViewById(R.id.container);
59 mContainer.findViewById(R.id.button).getClass());
62 assertEquals(AppCompatButton.class, mContainer.findViewById(R.id.ac_button).getClass());
66 mContainer.findViewById(R.id.textview).getClass());
69 assertEquals(AppCompatTextView.class, mContainer.findViewById(R.id.ac_textview).getClass());
73 mContainer.findViewById(R.id.radiobutton).getClass());
77 mContainer.findViewById(R.id.imagebutton).getClass());
80 assertEquals(AppCompatSpinner.class, mContainer.findViewById(R.id.spinner).getClass());
84 mContainer.findViewById(R.id.togglebutton).getClass());
88 mContainer.findViewById(R.id.scrollview).getClass())
    [all...]
AppCompatInflaterPassTest.java 60 mContainer = mActivity.findViewById(R.id.container);
66 assertEquals(AppCompatButton.class, mContainer.findViewById(R.id.button).getClass());
69 assertEquals(AppCompatButton.class, mContainer.findViewById(R.id.ac_button).getClass());
72 assertEquals(AppCompatTextView.class, mContainer.findViewById(R.id.textview).getClass());
75 assertEquals(AppCompatTextView.class, mContainer.findViewById(R.id.ac_textview).getClass());
79 mContainer.findViewById(R.id.radiobutton).getClass());
83 mContainer.findViewById(R.id.imagebutton).getClass());
86 assertEquals(AppCompatSpinner.class, mContainer.findViewById(R.id.spinner).getClass());
90 mContainer.findViewById(R.id.togglebutton).getClass());
94 mContainer.findViewById(R.id.scrollview).getClass())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardPINView.java 82 mContainer = findViewById(R.id.container);
83 mRow0 = findViewById(R.id.row0);
84 mRow1 = findViewById(R.id.row1);
85 mRow2 = findViewById(R.id.row2);
86 mRow3 = findViewById(R.id.row3);
87 mDivider = findViewById(R.id.divider);
93 findViewById(R.id.key1), findViewById(R.id.key2),
94 findViewById(R.id.key3)
97 findViewById(R.id.key4), findViewById(R.id.key5)
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2MultiViewCtsActivity.java 38 mTextureView[0] = (TextureView) findViewById(R.id.texture_view_1);
39 mTextureView[1] = (TextureView) findViewById(R.id.texture_view_2);
40 mTextureView[2] = (TextureView) findViewById(R.id.texture_view_3);
41 mTextureView[3] = (TextureView) findViewById(R.id.texture_view_4);
42 mTextureView[4] = (TextureView) findViewById(R.id.texture_view_5);
43 mSurfaceView[0] = (SurfaceView) findViewById(R.id.surface_view_1);
44 mSurfaceView[1] = (SurfaceView) findViewById(R.id.surface_view_2);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
PhoneCallDetailsViews.java 68 (TextView) view.findViewById(R.id.name),
69 view.findViewById(R.id.call_type),
70 (CallTypeIconsView) view.findViewById(R.id.call_type_icons),
71 (TextView) view.findViewById(R.id.call_location_and_date),
72 view.findViewById(R.id.transcription),
73 (TextView) view.findViewById(R.id.voicemail_transcription),
74 (TextView) view.findViewById(R.id.voicemail_transcription_branding),
75 view.findViewById(R.id.voicemail_transcription_rating),
76 (TextView) view.findViewById(R.id.call_account_label));
  /sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
Main.java 23 TextView tv = (TextView) findViewById(R.id.app);
26 tv = (TextView) findViewById(R.id.lib1);
29 tv = (TextView) findViewById(R.id.lib2);
32 tv = (TextView) findViewById(R.id.javaProject1);
35 tv = (TextView) findViewById(R.id.javaProject2);
38 tv = (TextView) findViewById(R.id.javaProject3);
41 tv = (TextView) findViewById(R.id.basicJar);
44 tv = (TextView) findViewById(R.id.basicJar2);
47 tv = (TextView) findViewById(R.id.basicJar3);
  /cts/tests/acceleration/src/android/acceleration/
BaseAcceleratedActivity.java 38 mHardwareAcceleratedView = (AcceleratedView) findViewById(R.id.hardware_accelerated_view);
39 mSoftwareAcceleratedView = (AcceleratedView) findViewById(R.id.software_accelerated_view);
42 (AcceleratedView) findViewById(R.id.manual_hardware_accelerated_view);
44 (AcceleratedView) findViewById(R.id.manual_software_accelerated_view);
  /developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 55 assertNotNull("Clipped frame is null", mTestActivity.findViewById(R.id.frame));
56 assertNotNull("Text view is null", mTestActivity.findViewById(R.id.text_view));
63 View clippedView = mTestActivity.findViewById(R.id.frame);
69 TouchUtils.clickView(this, mTestActivity.findViewById(R.id.button));
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 55 assertNotNull("Clipped frame is null", mTestActivity.findViewById(R.id.frame));
56 assertNotNull("Text view is null", mTestActivity.findViewById(R.id.text_view));
63 View clippedView = mTestActivity.findViewById(R.id.frame);
69 TouchUtils.clickView(this, mTestActivity.findViewById(R.id.button));
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGrid.java 36 return findViewById(R.id.layout);
54 return findViewById(R.id.column1);
56 return findViewById(R.id.column2);
58 return findViewById(R.id.column3);
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageViewHolder.java 35 mImageView = itemView.findViewById(R.id.imageview);
36 mTextView = itemView.findViewById(R.id.textview_image_label);
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageViewHolder.java 35 mImageView = itemView.findViewById(R.id.imageview);
36 mTextView = itemView.findViewById(R.id.textview_image_label);
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
CoordinatorLayoutActivity.java 36 mContainer = findViewById(R.id.container);
37 mCoordinatorLayout = findViewById(R.id.coordinator);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 67 final TextView leftText = (TextView) findViewById(R.id.left_text);
68 final TextView rightText = (TextView) findViewById(R.id.right_text);
69 final EditText leftTextEdit = (EditText) findViewById(R.id.left_text_edit);
70 final EditText rightTextEdit = (EditText) findViewById(R.id.right_text_edit);
71 Button leftButton = (Button) findViewById(R.id.left_text_button);
72 Button rightButton = (Button) findViewById(R.id.right_text_button);
  /sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
MainActivityTest.java 63 mAppTextView1 = (TextView) a.findViewById(R.id.app_text1);
64 mAppTextView2 = (TextView) a.findViewById(R.id.app_text1);
65 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1);
66 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2);
67 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1);
68 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FatActivity.java 96 mRoot = findViewById(R.id.root);
97 mCaptcha = findViewById(R.id.captcha);
98 mInput = findViewById(R.id.input);
99 mImage = findViewById(R.id.image);
100 mImportantImage = findViewById(R.id.important_image);
102 mNotImportantContainerExcludingDescendants = findViewById(
104 mNotImportantContainerExcludingDescendantsChild = findViewById(
106 mNotImportantContainerExcludingDescendantsGrandChild = findViewById(
109 mImportantContainerExcludingDescendants = findViewById(
111 mImportantContainerExcludingDescendantsChild = findViewById(
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
CreditCardActivity.java 45 mCcExpDayView = findViewById(R.id.expirationDay);
46 mCcExpMonthView = findViewById(R.id.expirationMonth);
47 mCcExpYearView = findViewById(R.id.expirationYear);
48 mCcNumber = findViewById(R.id.creditCardNumberField);
49 mCcSecurityCode = findViewById(R.id.creditCardSecurityCode);
50 findViewById(R.id.submitButton).setOnClickListener(new View.OnClickListener() {
56 findViewById(R.id.clearButton).setOnClickListener(new View.OnClickListener() {
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
CreditCardActivity.java 42 mCcExpDayView = findViewById(R.id.expirationDay);
43 mCcExpMonthView = findViewById(R.id.expirationMonth);
44 mCcExpYearView = findViewById(R.id.expirationYear);
45 mCcNumber = findViewById(R.id.creditCardNumberField);
46 mCcSecurityCode = findViewById(R.id.creditCardSecurityCode);
47 findViewById(R.id.submitButton).setOnClickListener(new View.OnClickListener() {
53 findViewById(R.id.clearButton).setOnClickListener(new View.OnClickListener() {
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 44 final View childToMakeVisible = findViewById(R.id.childToMakeVisible);
46 final TextView topBlob = findViewById(R.id.topBlob);
47 final TextView bottomBlob = findViewById(R.id.bottomBlob);
58 findViewById(R.id.scrollToRectFromTop).setOnClickListener(new View.OnClickListener() {
66 findViewById(R.id.scrollToRectFromTop2).setOnClickListener(new View.OnClickListener() {
74 findViewById(R.id.scrollToRectFromBottom).setOnClickListener(new View.OnClickListener() {
82 findViewById(R.id.scrollToRectFromBottom2).setOnClickListener(new View.OnClickListener() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLandActivity.java 33 mLand = findViewById(R.id.world);
34 mLand.setScoreFieldHolder(findViewById(R.id.scores));
35 final View welcome = findViewById(R.id.welcome);
45 final View minus = findViewById(R.id.player_minus_button);
46 final View plus = findViewById(R.id.player_plus_button);
87 findViewById(R.id.player_minus_button).setVisibility(View.INVISIBLE);
88 findViewById(R.id.player_plus_button).setVisibility(View.INVISIBLE);

Completed in 845 milliseconds

1 2 3 4 5 6 7 8 91011>>