HomeSort by relevance Sort by last modified time
    Searched refs:backButton (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/
CarSetupWizardLayoutTest.java 88 View backButton = spyCarSetupWizardLayout.getBackButton();
89 TestHelper.assertViewVisible(backButton);
102 View backButton = spyCarSetupWizardLayout.getBackButton();
103 TestHelper.assertViewNotVisible(backButton);
BaseActivityTest.java 78 ImageView backButton = (ImageView) spyBaseActivity.findViewById(
80 backButton.performClick();
  /packages/apps/Dialer/java/com/android/incallui/
DialpadFragment.java 152 View backButton = dialpadView.findViewById(R.id.dialpad_back);
153 backButton.setVisibility(View.VISIBLE);
154 backButton.setOnClickListener(this);
  /packages/apps/Car/Radio/src/com/android/car/radio/
ManualTunerController.java 160 View backButton = container.findViewById(R.id.exit_manual_tuner_button);
161 if (backButton != null) {
162 backButton.setOnClickListener(v -> {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 192 final ButtonDispatcher backButton = mNavigationBarView.getBackButton();
193 backButton.setVisibility(alpha > 0 ? View.VISIBLE : View.INVISIBLE);
194 backButton.setAlpha(alpha, animate);
733 ButtonDispatcher backButton = mNavigationBarView.getBackButton();
735 backButton.setOnLongClickListener(this::onLongPressBackRecents);
737 backButton.setOnLongClickListener(this::onLongPressBackHome);
754 ButtonDispatcher backButton = mNavigationBarView.getBackButton();
755 backButton.setLongClickable(true);
    [all...]
NavigationBarView.java 195 ButtonDispatcher backButton = getBackButton();
199 if (!mBackTransitioning && backButton.getVisibility() == VISIBLE
202 ValueAnimator a = ObjectAnimator.ofFloat(backButton, "alpha", 0, 1);
    [all...]
  /frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
CarSetupWizardLayout.java 261 final void setBackButton(View backButton) {
262 mBackButton = backButton;
  /packages/apps/Settings/src/com/android/settings/
SettingsActivity.java 331 Button backButton = (Button) findViewById(R.id.back_button);
332 backButton.setOnClickListener(new OnClickListener() {
365 backButton.setVisibility(View.GONE);
367 backButton.setText(buttonText);
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 667 Button backButton = (Button)findViewById(com.android.internal.R.id.back_button);
668 backButton.setOnClickListener(new OnClickListener() {
702 backButton.setVisibility(View.GONE);
705 backButton.setText(buttonText);
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 137 milliseconds