Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsAnimationThreadControlRunner.java151 public int getControllingTypes() { in getControllingTypes() method in InsetsAnimationThreadControlRunner
152 return mControl.getControllingTypes(); in getControllingTypes()
H A DInsetsAnimationControlRunner.java41 @InsetsType int getControllingTypes(); in getControllingTypes() method
H A DInsetsResizeAnimationRunner.java80 public int getControllingTypes() { in getControllingTypes() method in InsetsResizeAnimationRunner
H A DInsetsAnimationControlImpl.java203 public int getControllingTypes() { in getControllingTypes() method in InsetsAnimationControlImpl
H A DInsetsController.java1292 if (control.getControllingTypes() == 0) { in notifyControlRevoked()