Home
last modified time | relevance | path

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

/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java80 final FrameLayout topFrameLayout = (FrameLayout) findViewById(R.id.topFrameLayout); in onCreate() local
90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { in onCreate()
94 insets = topFrameLayout.onApplyWindowInsets(insets); in onCreate()