Searched defs:ignore (Results 1 - 3 of 3) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java48 private void computeAveragePosition(MotionEvent event, float[] position, int ignore) { argument
54 if (p != ignore) {
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkContainer.java94 public void setIgnoreRequestLayout(boolean ignore) { argument
95 mIgnoreRequestLayout = ignore;
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java307 * to display to the user. Callers can use the "ignore" feature to get the second best call
308 * by passing a previously found primary call as ignore.
310 * @param ignore A call to ignore if found.
312 private Call getCallToDisplay(CallList callList, Call ignore, boolean skipDisconnected) { argument
316 if (retval != null && retval != ignore) {
325 if (retval != null && retval != ignore) {
329 if (retval != null && retval != ignore) {
336 if (retval != null && retval != ignore) {

Completed in 120 milliseconds