Lines Matching refs:more

123  * either from code or by specifying a tree of views in one or more XML layout
144 * Other view subclasses offer more specialized listeners. For example, a Button
321 * (see <a href="#SizePaddingMargins">Size</a> for more information about the width.)
334 * within its parent (see <a href="#Layout">Layout</a> for more details.) The
386 * children's measurements. A parent view may call measure() more than once on
539 * {@link #awakenScrollBars()} for more details.
560 * {@link android.animation.Animator Animator}-based animations, described more in the
603 * For more fine-grained control over security, consider overriding the
824 * Refer to the class comments for more information about this security feature.
1518 * be extended in the future to hold our own class with more than just
1633 * Flag used to indicate that this view should be drawn once more (and only once
1634 * more) after its animation has completed.
2386 * the system bar, nav bar, and status bar, but not more transient elements
4067 * Returns the size of the vertical faded edges used to indicate that more
4085 * Set the size of the faded edge used to indicate that more content in this
4091 * @param length The size in pixels of the faded edge used to indicate that more
4100 * Returns the size of the horizontal faded edges used to indicate that more
5417 * composition. For more details see {@link AccessibilityDelegate}.
5430 * backwards compatible widgets. For more details see {@link AccessibilityDelegate}.
5877 * a more complicated layout (such as two different views fitting system
5955 * executed. See that method for more details.
6523 * Refer to the {@link View} security documentation for more details.
6538 * Refer to the {@link View} security documentation for more details.
6876 // price of a couple more events being sent. This is a simple and
8057 // in the window manager, and we need to know more about whether
8392 * they will often be fractional values, representing the more fine-grained
9394 * large (more than half the size of the screen), it is recommended to always
9402 * distance may cause much more perspective distortion upon rotation, and can
9519 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
9570 * accordingly. Refer to {@link #setCameraDistance(float)} for more information.
10393 * fill in a more specific rectangle.
10662 * usual to give the user more of a chance to notice them.
12898 * for more information on when and how to use layers.</p>
13005 * for more information on the different types of layers.
13962 boolean more = a.getTransformation(drawingTime, t, 1f);
13973 if (more) {
14002 return more;
14071 boolean more = false;
14099 more = drawAnimation(parent, drawingTime, a, scalingRequired);
14136 return more;
14386 if (a != null && !more) {
14393 if (more && hardwareAccelerated) {
14402 return more;
16235 * href={@docRoot}guide/topics/resources/more-resources.html#Id">ID resource type</a>).
16975 * where the user's attention is focused more on the application content,
18326 * Apps targeting API levels greater than 17 will get the fixed, more strict
19177 * <p>For more information about making applications accessible, read the