OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRAVITY
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/widget/
OverScroller.java
581
// Constant
gravity
value, used in the deceleration phase.
582
private static final float
GRAVITY
= 2000.0f;
659
return velocity > 0 ? -
GRAVITY
:
GRAVITY
;
[
all
...]
GridLayout.java
27
import android.view.
Gravity
;
39
import static android.view.
Gravity
.*;
103
* {@link LayoutParams#setGravity(int)
gravity
} property of the child's layout parameters).
116
*
gravity
. To prevent a column from stretching, ensure that one of the components
117
* in the column does not define a
gravity
.
132
* use {@link #CENTER} alignment (or {@link LayoutParams#setGravity(int)
gravity
}).
553
static Alignment getAlignment(int
gravity
, boolean horizontal) {
556
int flags = (
gravity
& mask) >> shift;
1851
int
gravity
= a.getInt(GRAVITY, Gravity.NO_GRAVITY);
local
[
all
...]
TextView.java
106
import android.view.
Gravity
;
367
INHERIT,
GRAVITY
, TEXT_START, TEXT_END, CENTER, VIEW_START, VIEW_END;
1548
final int
gravity
= mGravity & Gravity.VERTICAL_GRAVITY_MASK;
local
1581
final int
gravity
= mGravity & Gravity.VERTICAL_GRAVITY_MASK;
local
4169
final int
gravity
= mGravity & Gravity.VERTICAL_GRAVITY_MASK;
local
4200
final int
gravity
= mGravity & Gravity.VERTICAL_GRAVITY_MASK;
local
[
all
...]
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java
17
import android.view.
Gravity
;
49
public static final float
GRAVITY
= 500f;
173
Gravity
.TOP|
Gravity
.RIGHT));
226
//
gravity
points down
227
mBody.applyForce(new World.Vec(0, mass * World.
GRAVITY
));
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 88 milliseconds