Searched refs:moreButton (Results 1 – 2 of 2) sorted by relevance
84 private Button moreButton; field in NavigationBar109 moreButton = (Button) findViewById(R.id.suw_navbar_more); in init()121 return moreButton; in getMoreButton()
765 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 …]