HomeSort by relevance Sort by last modified time
    Searched refs:layoutAlgorithm (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 44 public TaskStackViewScroller(Context context, RecentsConfiguration config, TaskStackViewLayoutAlgorithm layoutAlgorithm) {
47 mLayoutAlgorithm = layoutAlgorithm;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 37 import android.webkit.WebSettings.LayoutAlgorithm;
361 public LayoutAlgorithm getLayoutAlgorithm() {
362 LayoutAlgorithm layoutAlgorithm = LayoutAlgorithm.NORMAL;
363 final LayoutAlgorithm autosize = Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT ?
364 LayoutAlgorithm.TEXT_AUTOSIZING : LayoutAlgorithm.NARROW_COLUMNS;
367 layoutAlgorithm = autosize;
371 layoutAlgorithm = LayoutAlgorithm.NORMAL
    [all...]

Completed in 164 milliseconds