OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDy
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java
108
private final float
mDy
;
117
mDy
= y1 - y0;
118
mDSize2 = mDx * mDx +
mDy
*
mDy
;
214
pos = (y - mY0) /
mDy
;
215
} else if (
mDy
== 0) {
219
float _x = (mDx*
mDy
*(y-mY0) +
mDy
*
mDy
*mX0 + mDx*mDx*x) / mDSize2;
/packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java
41
@Thunk int
mDy
= 0;
90
mDy
= dy;
158
if ((Math.abs(
mDy
) < mDeltaThreshold &&
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/
MultiTouchView.java
51
private float
mDy
= 1;
120
mDy
= dy;
139
mDrawMatrix.postTranslate(-y *
mDy
, x * mDx);
141
mDrawMatrix.postTranslate(x * mDx, y *
mDy
);
199
bb.putInt((int) (event.getY(ptr_index) /
mDy
));
201
bb.putInt((int) (event.getY(ptr_index) /
mDy
));
/frameworks/base/libs/hwui/
DisplayListOp.h
393
: mDx(dx),
mDy
(dy) {}
396
renderer.translate(mDx,
mDy
);
400
OP_LOG("Translate by %f %f", mDx,
mDy
);
407
float
mDy
;
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java
188
float
mDy
;
496
outPosition[1] = mSelectedStartY +
mDy
- mSelected.itemView.getTop();
575
targetTranslateY = Math.signum(
mDy
) * mRecyclerView.getHeight();
721
int curY = (int) (mSelectedStartY +
mDy
);
723
if (
mDy
< 0 && topDiff < 0) {
725
} else if (
mDy
> 0) {
764
final int top = Math.round(mSelectedStartY +
mDy
) - margin;
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java
[
all
...]
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 172 milliseconds