Searched refs:translation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java278 float translation = getTranslationFromRadius(newRadius);
279 mTranslation = right ? -translation : translation;
295 // We snap back if the current translation is not far enough
342 private void setTranslation(float translation, boolean isReset, boolean animateReset) { argument
343 translation = rightSwipePossible() ? translation : Math.max(0, translation);
344 translation = leftSwipePossible() ? translation
397 getRadiusFromTranslation(float translation) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java56 * if true and some error occurs during translation, an exception
100 * corresponding character, based on the translation table or white
101 * space, if no mapping is found in the translation table for such
107 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
114 * present on translation table, c does not belong to Unicode Latin-1
119 int translation = -1;
122 translation = mTranslationTableCommon.get(c, -1);
125 if (translation == -1) {
128 translation = mTranslationTableCDMA.get(c, -1);
132 translation
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java315 // Pulse the translation
316 ObjectAnimator translation = ObjectAnimator.ofFloat(this, "translationZ", 15f);
317 translation.setRepeatCount(ValueAnimator.INFINITE);
318 translation.setRepeatMode(ValueAnimator.REVERSE);
321 mFocusAnimator.playTogether(backgroundColor, translation);
339 // Restore the translation
340 ObjectAnimator translation = ObjectAnimator.ofFloat(this, "translationZ", 0f);
343 mFocusAnimator.playTogether(backgroundColor, translation);
H A DSwipeHelper.java358 float translation = getTranslation(mCurrView);
361 Math.abs(translation) > 0.6 * getSize(mCurrView);
364 (velocity > 0) == (translation > 0);
367 && isValidSwipeDirection(translation)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java201 int translation = -getResources().getDimensionPixelSize(
206 translation = -translation;
209 holder.iconView.setTranslationX(translation);
211 holder.labelView.setTranslationX(translation);
213 holder.calloutLine.setTranslationX(translation);
216 holder.iconView.setTranslationY(translation);
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs3 For each document available in translation, add an localized title to this TOC.
4 Do not add localized title for docs not available in translation.

Completed in 248 milliseconds