/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
H A D | ListButtonsDiagonalAcrossItemsTest.java | 35 private Button mLeftButton; field in ListButtonsDiagonalAcrossItemsTest 48 mLeftButton = getActivity().getLeftButton(); in setUp() 61 assertTrue("left button focused", mLeftButton.isFocused()); in testPreconditions() 64 mLeftButton.getRight() in testPreconditions() 73 FocusFinder.getInstance().findNextFocus(mListView, mLeftButton, View.FOCUS_RIGHT)); in testPreconditions() 78 mLeftButton, in testPreconditions() 89 assertTrue("left should still be focused", mLeftButton.isFocused()); in testGoingRightDoesNotChangeSelection()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
H A D | ActionSlider.java | 30 ImageButton mLeftButton; field in ActionSlider 39 mLeftButton = (ImageButton) mTopView.findViewById(R.id.leftActionButton); in setUp() 40 mLeftButton.setOnClickListener(new OnClickListener() { in setUp() 62 if (mLeftButton != null) { in updateUI() 64 mLeftButton.setImageResource(iconId); in updateUI()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | DeskClock.kt | 107 private lateinit var mLeftButton: Button 194 mLeftButton = findViewById(R.id.left_button) as Button 198 mLeftButton.setOnClickListener { 199 selectedDeskClockFragment.onLeftButtonClick(mLeftButton) 210 val leftHideAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 1f, 0f) 212 val leftShowAnimation = AnimatorUtils.getScaleAnimator(mLeftButton, 0f, 1f) 223 selectedDeskClockFragment.onUpdateFabButtons(mLeftButton, mRightButton) 382 FabContainer.BUTTONS_IMMEDIATE -> f.onUpdateFabButtons(mLeftButton, mRightButton) 387 mLeftButton.isClickable = false
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
H A D | WifiDppQrCodeBaseFragment.java | 49 protected FooterButton mLeftButton; field in WifiDppQrCodeBaseFragment 60 mLeftButton = new FooterButton.Builder(getContext()) in onViewCreated() 64 mGlifLayout.getMixin(FooterBarMixin.class).setSecondaryButton(mLeftButton); in onViewCreated()
|
H A D | WifiDppAddDeviceFragment.java | 110 mLeftButton.setText(getContext(), R.string.wifi_dpp_add_another_device); in showSuccessUi() 111 mLeftButton.setOnClickListener(v -> getFragmentManager().popBackStack()); in showSuccessUi() 248 FooterButton finishingButton = mLeftButton; in showErrorUi() 254 mLeftButton.setVisibility(View.INVISIBLE); in showErrorUi() 349 mLeftButton.setText(getContext(), R.string.cancel); in onViewCreated() 350 mLeftButton.setOnClickListener(v -> getActivity().finish()); in onViewCreated()
|
H A D | WifiDppChooseSavedWifiNetworkFragment.java | 75 mLeftButton.setText(getContext(), R.string.cancel); in onViewCreated() 76 mLeftButton.setOnClickListener(v -> { in onViewCreated()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
H A D | AppStorageSettingsTest.java | 56 private Button mLeftButton; field in AppStorageSettingsTest 64 mLeftButton = new Button(RuntimeEnvironment.application); in setUp() 76 mLeftButton.setOnClickListener((View.OnClickListener) args[0]); in setUp() 112 mLeftButton.performClick(); in updateUiWithSize_hasDataAndCache_shouldEnableClearButtons()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBottomAreaView.java | 194 private IntentButton mLeftButton = new DefaultLeftButton(); field in KeyguardBottomAreaView 510 IconState state = mLeftButton.getIcon(); in updateLeftAffordanceIcon() 735 mActivityStarter.startActivity(mLeftButton.getIntent(), dismissShade); in launchPhone() 822 mLeftPreview = mPreviewInflater.inflatePreview(mLeftButton.getIntent()); in updateLeftPreview() 901 mLeftButton = button; in setLeftButton() 902 if (!(mLeftButton instanceof DefaultLeftButton)) { in setLeftButton()
|