Searched refs:windowHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrPlaybackOverlayFragment.java196 public void onWindowSizeChanged(final int windowWidth, final int windowHeight) { argument
198 mWindowHeight = windowHeight;
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java177 public void onConfigurationChanged(final int windowWidth, final int windowHeight) { argument
178 if (windowWidth > 0 && windowHeight > 0) {
179 if (mWindowWidth != windowWidth || mWindowHeight != windowHeight) {
181 mWindowHeight = windowHeight;

Completed in 135 milliseconds