Searched refs:mSettingsIcon (Results 1 – 2 of 2) sorted by relevance
79 private AlphaOptimizedButton mSettingsIcon; field in BubbleExpandedView235 mSettingsIcon = findViewById(R.id.settings_button); in onFinishInflate()236 mSettingsIcon.setOnClickListener(this); in onFinishInflate()251 bringChildToFront(mSettingsIcon); in onFinishInflate()478 mTempLoc = mSettingsIcon.getLocationOnScreen(); in intersectingTouchableContent()481 mTempLoc[0] + mSettingsIcon.getWidth(), in intersectingTouchableContent()482 mTempLoc[1] + mSettingsIcon.getHeight()); in intersectingTouchableContent()506 mSettingsIcon.setContentDescription(getResources().getString( in updateSettingsContentDescription()512 mSettingsIcon.setVisibility(VISIBLE); in showSettingsIcon()
140 private ImageButton mSettingsIcon; field in VolumeDialogImpl279 mSettingsIcon = mDialog.findViewById(R.id.settings); in initDialog()469 if (mSettingsIcon != null) { in initSettingsH()470 mSettingsIcon.setOnClickListener(v -> { in initSettingsH()