OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTranslation
(Results
1 - 13
of
13
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DefaultRenderableSorter.java
47
o1.worldTransform.
getTranslation
(tmpV1);
48
o2.worldTransform.
getTranslation
(tmpV2);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CullTest.java
88
instances[i].transform.
getTranslation
(pos);
ProjectTest.java
80
instances[i].transform.
getTranslation
(tmp);
97
instances[i].transform.
getTranslation
(tmp);
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Affine2.java
636
public Vector2
getTranslation
(Vector2 position) {
Matrix3.java
522
public Vector2
getTranslation
(Vector2 position) {
Matrix4.java
[
all
...]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
Animation3DTest.java
159
shadowLight.begin(character.transform.
getTranslation
(tmpVector), cam.direction);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
130
protected float
getTranslation
(View v) {
194
updateSwipeProgressFromOffset(animView, dismissable,
getTranslation
(animView));
270
mTranslation =
getTranslation
(mCurrView);
305
mTranslation =
getTranslation
(mCurrView);
350
boolean animateUpForMenu = velocity == 0 && (
getTranslation
(animView) == 0 || isDismissAll)
353
boolean animateLeftForRtl = velocity == 0 && (
getTranslation
(animView) == 0 || isDismissAll)
356
|| (velocity == 0 &&
getTranslation
(animView) < 0 && !isDismissAll);
368
(int) (Math.abs(newPos -
getTranslation
(animView)) * 1000f / Math
395
mFlingAnimationUtils.applyDismissing(anim,
getTranslation
(animView),
513
} else if (
getTranslation
(view) != 0)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java
277
public float
getTranslation
() {
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
Matrix4.java
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java
606
Point translation =
getTranslation
();
630
Point translate =
getTranslation
();
742
public Point
getTranslation
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
[
all
...]
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar
Completed in 3155 milliseconds