Searched refs:reverse (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java229 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) { argument
234 if (reverse) {
240 return (reverse ? -childWidth : childWidth);
/frameworks/base/tools/preload/
H A Dsorttable.js96 // reverse the table, which is quicker
97 sorttable.reverse(this.sorttable_tbody);
108 // if we're already sorted by this column in reverse, just
109 // re-reverse the table, which is quicker
110 sorttable.reverse(this.sorttable_tbody);
244 reverse: function(tbody) {
245 // reverse the rows in a tbody
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java372 public Rect getBounds(boolean reverse) { argument
374 mBounds.offset(mX, mY - (reverse ? mMaxEffectHeight : 0));
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp324 abs_val_list.reverse();
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java94 * Used to indicate whether the animation is currently playing in reverse. This causes the
179 * will reverse directions on each iteration.
889 * whether the animation should play in reverse. The flag is usually false, but may be set
890 * to true if called from the reverse() method.
898 * @param playBackwards Whether the ValueAnimator should start playing in reverse.
976 * Plays the ValueAnimator in reverse. If the animation is already running,
977 * it will stop itself and play backwards from the point reached when reverse was called.
982 public void reverse() { method in class:ValueAnimator
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1632 mShowHideFrameAnimator.reverse();
1638 mShowHideFrameAnimator.reverse();
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) {
381 // prefix matches, we reverse all the strings to get suffix comparisons.
1329 /** Returns the reverse of the given string. */
1330 protected static String reverse(String str) { method in class:AbstractMessageParser
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java11092 AllWindowsIterator(boolean reverse) { argument
11094 mReverse = reverse;
11095 mWindowListIndex = reverse ? mWindowList.size() - 1 : 0;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1681 // If this is the first function body we've seen, reverse the
1684 std::reverse(FunctionsWithBodies.begin(), FunctionsWithBodies.end());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1979 // If this is the first function body we've seen, reverse the
1982 std::reverse(FunctionsWithBodies.begin(), FunctionsWithBodies.end());

Completed in 278 milliseconds