Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsDefaultViewHandler.java87 private ArrayList<ViewHeightController> mHeightControllers;
177 ViewHeightController realRootView = in animateToPermission()
272 ViewHeightController heightController = new ViewHeightController(v); in addHeightController()
410 private static final class ViewHeightController implements OnLayoutChangeListener { class in GrantPermissionsDefaultViewHandler
417 public ViewHeightController(View view) { in ViewHeightController() method in GrantPermissionsDefaultViewHandler.ViewHeightController