HomeSort by relevance Sort by last modified time
    Searched refs:topFrameLayout (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 80 final FrameLayout topFrameLayout = (FrameLayout) findViewById(R.id.topFrameLayout);
90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
94 insets = topFrameLayout.onApplyWindowInsets(insets);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 80 final FrameLayout topFrameLayout = (FrameLayout) findViewById(R.id.topFrameLayout);
90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
94 insets = topFrameLayout.onApplyWindowInsets(insets);
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsActivity.java 80 final FrameLayout topFrameLayout = (FrameLayout) findViewById(R.id.topFrameLayout);
90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
94 insets = topFrameLayout.onApplyWindowInsets(insets);

Completed in 468 milliseconds