Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java43 private TextView mTextControllableInsets; field in ControllerActivity
82 mTextControllableInsets = findViewById(R.id.textViewControllableInsets); in onCreate()
86 (c, types) -> mTextControllableInsets.setText( in onCreate()