Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DIBubbles.aidl44 oneway void showUserEducation(in int positionX, in int positionY) = 8; in showUserEducation() method
DBubbleController.java1247 public void showUserEducation(Point position) { in showUserEducation() method in BubbleController
1249 mLayerView.showUserEducation(position); in showUserEducation()
2464 public void showUserEducation(int positionX, int positionY) { in showUserEducation() method in BubbleController.IBubblesImpl
2466 mController.showUserEducation(new Point(positionX, positionY))); in showUserEducation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarLayerView.java321 public void showUserEducation(Point position) { in showUserEducation() method in BubbleBarLayerView