Searched refs:steps (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java140 public boolean canGoBackOrForward(int steps) { argument
144 public void goBackOrForward(int steps) { argument
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java297 * Go back or forward the number of steps given.
298 * @param steps A negative or positive number indicating the direction
299 * and number of steps to move.
301 public void goBackOrForward(int steps) { argument
303 nativeGoBackOrForward(steps);
928 * Go back or forward the number of steps given.
929 * @param steps A negative or positive number indicating the direction
930 * and number of steps to move.
932 private native void nativeGoBackOrForward(int steps); argument
H A DWebView.java1695 * number of steps.
1696 * @param steps The negative or positive number of steps to move the
1699 public boolean canGoBackOrForward(int steps) { argument
1705 int newIndex = l.getCurrentIndex() + steps;
1712 * Go to the history item that is the number of steps away from
1715 * @param steps The number of steps to take back or forward in the back
1718 public void goBackOrForward(int steps) { argument
1719 goBackOrForward(steps, fals
1722 goBackOrForward(int steps, boolean ignoreSnapshot) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java1709 int steps = ANIM_STEPS;
1720 steps = ANIM_STEPS;
1723 steps = (int)(ANIM_STEPS*ratio*scale);
1729 steps = (int)(ANIM_STEPS*(1.0f-ratio)*scale);
1732 steps = (int)(ANIM_STEPS*ratio);
1754 steps, INITIAL_SCREEN_BRIGHTNESS, nominalCurrentValue)) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2758 public void setNumSpeedSteps(int steps) { argument
2759 if (sNumSpeedSteps == 0) sNumSpeedSteps = steps;

Completed in 97 milliseconds