Searched refs:sizeCompatHint (Results 1 – 4 of 4) sorted by relevance
126 final LinearLayout sizeCompatHint = findViewById(R.id.size_compat_hint); in onFinishInflate() local127 ((TextView) sizeCompatHint.findViewById(R.id.compat_mode_hint_text)) in onFinishInflate()129 sizeCompatHint.setOnClickListener(view -> setSizeCompatHintVisibility(/* show= */ false)); in onFinishInflate()
135 final LinearLayout sizeCompatHint = findViewById(R.id.user_aspect_ratio_settings_hint); in onFinishInflate() local136 ((TextView) sizeCompatHint.findViewById(R.id.compat_mode_hint_text)) in onFinishInflate()138 sizeCompatHint.setOnClickListener( in onFinishInflate()
139 final LinearLayout sizeCompatHint = mLayout.findViewById( in testOnClickForUserAspectRatioSettingsHint() local141 sizeCompatHint.performClick(); in testOnClickForUserAspectRatioSettingsHint()
133 final LinearLayout sizeCompatHint = mLayout.findViewById(R.id.size_compat_hint); in testOnClickForSizeCompatHint() local134 sizeCompatHint.performClick(); in testOnClickForSizeCompatHint()