/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | IncludeTest.java | 39 final View button1 = activity.findViewById(R.id.included_button); in testIncluded() local 40 assertNotNull("The layout include_button was not included", button1); in testIncluded() 50 final View button1 = activity.findViewById(R.id.included_button); in testIncludedWithLayoutParams() local 54 button1.getLayoutParams().width != button2.getLayoutParams().width); in testIncludedWithLayoutParams() 56 button1.getLayoutParams().height != button2.getLayoutParams().height); in testIncludedWithLayoutParams() 62 final View button1 = activity.findViewById(R.id.included_button_visibility); in testIncludedWithVisibility() local 64 … assertEquals("Included button should be invisible", View.INVISIBLE, button1.getVisibility()); in testIncludedWithVisibility() 71 final View button1 = activity.findViewById(R.id.included_button_with_size); in testIncludedWithSize() local 73 final ViewGroup.LayoutParams lp = button1.getLayoutParams(); in testIncludedWithSize()
|
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | DelayedTransition.java | 39 final Button button1 = (Button) findViewById(R.id.button1); in onCreate() local 42 button1.setOnClickListener(new View.OnClickListener() { in onCreate() 45 int buttonWidth = button1.getWidth(); in onCreate() 49 button1.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, in onCreate() 56 button1.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, in onCreate()
|
H A D | InterruptionTest.java | 58 changeBounds2.addTarget(R.id.button1); in onCreate()
|
H A D | HierarchicalMove.java | 46 buttons[1] = (Button) findViewById(R.id.button1); in onCreate()
|
H A D | CrossfadeMultiple.java | 99 case R.id.button1: in sendMessage()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListViewHeightTest.java | 51 final Button button1 = (Button) mActivity.findViewById(R.id.button1); in testButtons() local 62 button1.performClick(); in testButtons()
|
H A D | ListViewHeight.java | 47 mButton1 = findViewById(R.id.button1); in onCreate()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
H A D | ActionButtonsPreferenceTest.java | 65 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setTitle_shouldShowButtonByDefault() 84 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setIcon_shouldShowButtonByDefault() 98 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_notSetTitleOrIcon_shouldNotShowButtonByDefault() 117 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton() 136 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setVisibleIsGoneAndSetIcon_shouldNotShowButton() 155 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility() 171 assertThat(mRootView.findViewById(R.id.button1).getVisibility()) in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility() 205 assertThat(((Button) mRootView.findViewById(R.id.button1)).getText()) in onBindViewHolder_setText_shouldShowSameText() 222 ((Button) mRootView.findViewById(R.id.button1)) in onBindViewHolder_setButtonIcon_iconMustDisplayAboveText() 235 ((Button) mRootView.findViewById(R.id.button1)) in setButtonIcon_iconResourceIdIsZero_shouldNotDisplayIcon() [all …]
|
H A D | LayoutPreferenceTest.java | 75 mPreference.findViewById(android.R.id.button1).setEnabled(false); in disableSomeView_shouldMaintainStateAfterBind() 80 assertThat(mPreference.findViewById(android.R.id.button1).isEnabled()).isFalse(); in disableSomeView_shouldMaintainStateAfterBind()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | TransformsAndAnimationsActivity.java | 35 Button button1; field in TransformsAndAnimationsActivity 58 button1 = findViewById(R.id.button1); in onCreate() 129 button1.startAnimation(alphaAnim); in onCreate() 151 button1.setLayerType(layerType, null); in setLayerType()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
H A D | LLOfButtons1.java | 40 mFirstButton = findViewById(R.id.button1); in onCreate()
|
H A D | LLOfTwoFocusableInTouchMode.java | 41 mButton1 = findViewById(R.id.button1); in onCreate()
|
H A D | BaselineAlignmentCenterGravityTest.java | 43 mButton1 = (Button) activity.findViewById(R.id.button1); in setUp()
|
/aosp14/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
H A D | SoundTriggerTestActivity.java | 133 public int compare(RadioButton button0, RadioButton button1) { in addModel() 134 return button0.getText().toString().compareTo(button1.getText().toString()); in addModel()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseErrorDialog.java | 97 Button b = (Button)findViewById(R.id.button1); in setEnabled()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | BaseScreenSharePermissionDialog.kt | 60 startButton = requireViewById(android.R.id.button1)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/ |
H A D | FontScalingDialog.kt | 89 doneButton = requireViewById(com.android.internal.R.id.button1)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/fontscaling/ |
H A D | FontScalingDialogTest.kt | 299 val doneButton: Button = fontScalingDialog.findViewById(com.android.internal.R.id.button1)!!
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenDurationDialog.java | 235 final ImageView minusButton = (ImageView) row.findViewById(android.R.id.button1); in updateButtons()
|
H A D | EnableZenModeDialog.java | 379 final ImageView minusButton = (ImageView) row.findViewById(android.R.id.button1); in updateUi()
|
/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
H A D | ActionButtonsPreference.java | 124 mButton1Info.mButton = (Button) holder.findViewById(R.id.button1); in onBindViewHolder()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LauncherActivity.java | 379 Button cancelButton = (Button) findViewById(com.android.internal.R.id.button1); in updateButtonText()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | AlertController.java | 548 mButtonPositive = buttonPanel.findViewById(R.id.button1); in setupButtons()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | AlertController.java | 784 mButtonPositive = (Button) buttonPanel.findViewById(R.id.button1); in setupButtons()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |