diff options
author | Romain Guy <romainguy@google.com> | 2012-01-25 18:56:29 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2012-01-30 12:04:17 -0800 |
commit | 530041d3191ce817832a0108514617768e43cda6 (patch) | |
tree | 8705f42f34dd66983b6782c23b6046c65d1fdfff /docs | |
parent | f10d69f30107f27465684630460615443783f2bc (diff) | |
download | frameworks_base-530041d3191ce817832a0108514617768e43cda6.zip frameworks_base-530041d3191ce817832a0108514617768e43cda6.tar.gz frameworks_base-530041d3191ce817832a0108514617768e43cda6.tar.bz2 |
Add stencil buffer to the EGL config
Change-Id: If76c0cd6127534d90f9526b75c0f8e56259c6722
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/ui/how-android-draws.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/how-android-draws.jd b/docs/html/guide/topics/ui/how-android-draws.jd index 3a57afa..6a8cd86 100644 --- a/docs/html/guide/topics/ui/how-android-draws.jd +++ b/docs/html/guide/topics/ui/how-android-draws.jd @@ -62,7 +62,7 @@ and each View is responsible for drawing itself. <p> The measure pass uses two classes to communicate dimensions. The - {@link android.view.View.MeasureSpec} class is used by Views to tell their parents how they + {@link android.view.ViewGroup.LayoutParams} class is used by Views to tell their parents how they want to be measured and positioned. The base LayoutParams class just describes how big the View wants to be for both width and height. For each dimension, it can specify one of:</p> |