OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yadj
(Results
1 - 10
of
10
) sorted by null
/frameworks/support/compat/java/android/support/v4/view/
GravityCompat.java
85
* @param
yAdj
Offset to apply to the Y axis. If gravity is TOP this pushes
97
int xAdj, int
yAdj
, Rect outRect, int layoutDirection) {
99
Gravity.apply(gravity, w, h, container, xAdj,
yAdj
, outRect, layoutDirection);
101
Gravity.apply(gravity, w, h, container, xAdj,
yAdj
, outRect);
/frameworks/base/core/java/android/view/
Gravity.java
179
* @param
yAdj
Offset to apply to the Y axis. If gravity is TOP this pushes
187
int xAdj, int
yAdj
, Rect outRect) {
232
+ ((container.bottom - container.top - h)/2) +
yAdj
;
245
outRect.top = container.top +
yAdj
;
255
outRect.bottom = container.bottom -
yAdj
;
265
outRect.top = container.top +
yAdj
;
266
outRect.bottom = container.bottom +
yAdj
;
285
* @param
yAdj
Offset to apply to the Y axis. If gravity is TOP this pushes
297
int xAdj, int
yAdj
, Rect outRect, int layoutDirection) {
299
apply(absGravity, w, h, container, xAdj,
yAdj
, outRect)
[
all
...]
WindowManager.java
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_aaline.c
51
GLfloat xAdj,
yAdj
; /* X and Y adjustment for quad corners around line */
351
line->qx0 = x0 - line->
yAdj
;
353
line->qx1 = x0 + line->
yAdj
;
355
line->qx2 = x1 + line->
yAdj
;
357
line->qx3 = x1 - line->
yAdj
;
s_aalinetemp.h
133
line.
yAdj
= line.dy / line.len * line.halfWidth;
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar
Completed in 294 milliseconds