Searched defs:onScreenOrientationChanged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DMockOrientationObserver.java18 public void onScreenOrientationChanged(int orientation) { method in class:MockOrientationObserver
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DScreenOrientationListener.java39 void onScreenOrientationChanged(int orientation); method in interface:ScreenOrientationListener.ScreenOrientationObserver
241 * immediately call |onScreenOrientationChanged| on it with the current
273 obs.onScreenOrientationChanged(mOrientation);
327 observer.onScreenOrientationChanged(mOrientation);
H A DContentViewCore.java2948 public void onScreenOrientationChanged(int orientation) { method in class:ContentViewCore

Completed in 5240 milliseconds