Home
last modified time | relevance | path

Searched defs:direction (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
DSymmetricalLinearTween.java57 public void start(boolean direction) { in start()
70 public void start(boolean direction, long baseTime) { in start()
DDragScroller.java33 boolean onEnterScrollArea(int x, int y, int direction); in onEnterScrollArea()
DHandleView.java55 public View focusSearch(int direction) { in focusSearch()
DInterruptibleInOutAnimator.java61 private void animate(int direction) { in animate()
DDragController.java457 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove()
704 void setDirection(int direction) { in setDirection()
DPagedView.java730 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) { in onRequestFocusInDescendants()
745 public boolean dispatchUnhandledMove(View focused, int direction) { in dispatchUnhandledMove()
761 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) { in addFocusables()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DEdgeView.java99 public void onPull(int offset, int direction) { in onPull()
122 public void onAbsorb(int velocity, int direction) { in onAbsorb()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibleKeyboardActionListener.java47 public void onFlickGesture(int direction); in onFlickGesture()
DFlickGestureDetector.java185 final int direction; in dispatchFlick() local
226 public abstract boolean onFlick(MotionEvent e1, MotionEvent e2, int direction); in onFlick()
DAccessibleInputMethodServiceProxy.java127 public void onFlickGesture(int direction) { in onFlickGesture()
DAccessibleKeyboardViewProxy.java211 public boolean onFlick(MotionEvent e1, MotionEvent e2, int direction) { in onFlick()
/packages/apps/Camera/src/com/android/camera/panorama/
DPanoProgressBar.java47 public void onDirectionChange(int direction); in onDirectionChange()
68 private void setDirection(int direction) { in setDirection()
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDigitsEditText.java38 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppShareInfo.java70 int direction, String destination, int visibility, int confirm, int status, in BluetoothOppShareInfo()
DBluetoothOppTransferActivity.java179 int direction = mTransInfo.mDirection; in displayWhichDialog() local
DBluetoothOppTransferHistory.java92 String direction; in onCreate() local
DBluetoothOppNotification.java107 int direction; // to indicate sending or receiving field in BluetoothOppNotification.NotificationItem
/packages/apps/Contacts/src/com/android/contacts/widget/
DProportionalLayout.java135 public void setDirection(Direction direction) { in setDirection()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorDisplay.java159 protected void onFocusChanged(boolean gain, int direction, Rect prev) { in onFocusChanged()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1058 public boolean pageScroll(int direction) { in pageScroll()
1094 public boolean fullScroll(int direction) { in fullScroll()
1125 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus()
1157 public boolean arrowScroll(int direction) { in arrowScroll()
1670 protected boolean onRequestFocusInDescendants(int direction, in onRequestFocusInDescendants()
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DMosaicTypes.h141 double direction; member
/packages/apps/Email/src/com/android/email/
DPreferences.java188 public void setAutoAdvanceDirection(int direction) { in setAutoAdvanceDirection()
/packages/apps/Browser/src/com/android/browser/
DUrlInputView.java136 protected void onFocusChanged(boolean focused, int direction, Rect prevRect) { in onFocusChanged()
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java198 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged()
/packages/apps/Browser/src/com/android/browser/autocomplete/
DSuggestiveAutoCompleteTextView.java577 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged()

12