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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java266 * @param fillViewport True to stretch the content's width to the viewport's
271 public void setFillViewport(boolean fillViewport) { argument
272 if (fillViewport != mFillViewport) {
273 mFillViewport = fillViewport;
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java318 * @param fillViewport True to stretch the content's height to the viewport's
323 public void setFillViewport(boolean fillViewport) { argument
324 if (fillViewport != mFillViewport) {
325 mFillViewport = fillViewport;

Completed in 18 milliseconds