Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 17 of 17) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestions.java64 public Source getSource() { in getSource() method in Suggestions
96 result.getSource().getName() + " results:" + result.getCount()); in addResults()
DSourceResult.java24 Source getSource(); in getSource() method
DCursorBackedSourceResult.java39 public GoogleSource getSource() { in getSource() method in CursorBackedSourceResult
DSuggestionsProviderImpl.java103 cursor.getSource() + " count = " + cursor.getCount()); in consume()
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/switching/
DSwitchingLiveData.java43 LiveData<? extends T> getSource(); in getSource() method
DSwitchingLiveDataImpl.java40 public LiveData<? extends T> getSource() { in getSource() method in SwitchingLiveDataImpl
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DAbstractGoogleSourceResult.java43 public Source getSource() { in getSource() method in AbstractGoogleSourceResult
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountDisplayInfo.java47 public AccountWithDataSet getSource() { in getSource() method in AccountDisplayInfo
DAccountInfo.java47 return mDisplayInfo.getSource(); in getAccount()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSource.java163 public Source getSource() { in getSource() method in MockSource.Result
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DMotionEventHelper.java58 int source = e.getSource(); in transformEventOld()
/packages/apps/Camera2/src/com/android/camera/ui/
DFilmstripGestureRecognizer.java71 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
DMediaBrowserViewModelImpl.java149 return mMediaBrowserSwitch.getSource(); in getMediaBrowserSource()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/service/
DLeanbackImeService.java210 if (isInputViewShown() && (event.getSource() & InputDevice.SOURCE_TOUCH_NAVIGATION) in onGenericMotionEvent()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryActivity.java257 final boolean isTouchPad = (event.getSource() in onGenericMotionEvent()
/packages/apps/Car/Cluster/src/android/car/cluster/
DMainClusterActivity.java281 event.setSource(event.getSource() | InputDevice.SOURCE_CLASS_POINTER); in onKeyEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java1296 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()