Home
last modified time | relevance | path

Searched defs:onOrientationChange (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DToastPlugin.java110 default void onOrientationChange(int orientation) { } in onOrientationChange() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java219 public void onOrientationChange(int orientation) { in onOrientationChange() method in SystemUIToast