HomeSort by relevance Sort by last modified time
    Searched defs:setOnApplyWindowInsetsListener (Results 1 - 15 of 15) sorted by null

  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
MainActivity.java 36 pager.setOnApplyWindowInsetsListener(new OnApplyWindowInsetsListener() {
  /developers/samples/android/deprecated/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
MainActivity.java 36 pager.setOnApplyWindowInsetsListener(new OnApplyWindowInsetsListener() {
  /development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
MainActivity.java 36 pager.setOnApplyWindowInsetsListener(new OnApplyWindowInsetsListener() {
  /cts/tests/tests/transition/src/android/transition/cts/
TransitionActivity.java 34 mContent.setOnApplyWindowInsetsListener(this);
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
BroadcastReceiverActivity.java 69 view.setOnApplyWindowInsetsListener((v, insets) -> {
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyViewProducerActivity.java 71 mContent.setOnApplyWindowInsetsListener(this);
ViewGroupTest.java     [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsActivity.java 91 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsActivity.java 90 topFrameLayout.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  /external/setupcompat/main/java/com/google/android/setupcompat/util/
SystemBarHelper.java 241 view.setOnApplyWindowInsetsListener(new WindowInsetsListener());
  /cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsActivity.java 78 mContent.setOnApplyWindowInsetsListener(this::onApplyWindowInsets);
79 mContent.getRootView().setOnApplyWindowInsetsListener(this::onApplyWindowInsets);
80 getWindow().getDecorView().setOnApplyWindowInsetsListener(this::onApplyWindowInsets);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 65 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 65 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 63 content.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {

Completed in 1546 milliseconds