Home
last modified time | relevance | path

Searched refs:moreButton (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DNavigationBar.java84 private Button moreButton; field in NavigationBar
109 moreButton = (Button) findViewById(R.id.suw_navbar_more); in init()
121 return moreButton; in getMoreButton()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js765 this.moreButton = null;
782 if (this.moreButton) {
783 this.moreButton.hide();
813 if (!this.moreButton) {
819 this.moreButton.click(() => {
824 this.moreButton.hide();
826 } else if (this.moreButton) {
827 this.moreButton.remove();
828 this.moreButton = null;
846 if (this.moreButton) {
[all …]