/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaTests.java | 91 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesNone() local 101 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesInsert() local 119 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesUpdate() local 133 final RawContactDelta source = RawContactDelta.fromBefore(before); in testParcelChangesDelete() local 167 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNone() local 178 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneInsert() local 218 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffUpdateInsert() local 267 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffNoneUpdate() local 304 final RawContactDelta source = RawContactDelta.fromBefore(before); in testEntityDiffDelete() local 333 final RawContactDelta source = new RawContactDelta(values); in testEntityDiffInsert() local [all …]
|
D | RawContactModifierTests.java | 208 final AccountType source = getAccountType(); in testValidTypes() local 253 final AccountType source = getAccountType(); in testValidTypesWhenUpdating() local 290 final AccountType source = getAccountType(); in testCanInsert() local 319 final AccountType source = getAccountType(); in testBestValidType() local 355 final AccountType source = getAccountType(); in testIsEmptyEmpty() local 366 final AccountType source = getAccountType(); in testIsEmptyDirectFields() local 383 final AccountType source = getAccountType(); in testTrimEmptySingle() local 428 final AccountType source = getAccountType(); in testTrimEmptySpaces() local 454 final AccountType source = getAccountType(); in testTrimLeaveValid() local 483 final AccountType source = getAccountType(); in testTrimEmptyUntouched() local [all …]
|
/packages/apps/Gallery2/jni/filters/ |
D | geometry.c | 20 static __inline__ void flipVertical(char * source, int srcWidth, int srcHeight, char * destination,… in flipVertical() 34 static __inline__ void flipHorizontal(char * source, int srcWidth, int srcHeight, char * destinatio… in flipHorizontal() 51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destin… in flip_fun() 73 static __inline__ void rotate90(char * source, int srcWidth, int srcHeight, char * destination, int… in rotate90() 89 static __inline__ void rotate180(char * source, int srcWidth, int srcHeight, char * destination, in… in rotate180() 93 static __inline__ void rotate270(char * source, int srcWidth, int srcHeight, char * destination, in… in rotate270() 99 static __inline__ void rotate_fun(int rotate, char * source, int srcWidth, int srcHeight, char * de… in rotate_fun() 116 static __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dst… in crop() 132 char* source = 0; in JNIFUNCF() local 145 char* source = 0; in JNIFUNCF() local [all …]
|
/packages/apps/Camera2/src/com/android/camera/ui/focus/ |
D | CameraCoordinateTransformer.java | 58 public RectF toPreviewSpace(RectF source) { in toPreviewSpace() 71 public RectF toCameraSpace(RectF source) { in toCameraSpace() 100 private Matrix inverse(Matrix source) { in inverse()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | Sources.java | 118 protected void addSource(ContactsSource source) { in addSource() 207 ContactsSource source; in queryAccounts() local 256 final ContactsSource source = getInflatedSource(account.type, in getAccounts() local 279 final ContactsSource source = mSources.get(accountType); in getKindOrFallback() local 303 ContactsSource source = mSources.get(accountType); in getInflatedSource() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.java | 178 public void set(final Source source, final String sourceIconId) { in set() 190 handleNewDrawable(icon.getNow(), uniqueIconId, source); in set() local 217 private void handleNewDrawable(Drawable icon, String id, Source source) { in handleNewDrawable() 238 protected String getFallbackIconId(Source source) { in getFallbackIconId() 242 protected Drawable getFallbackIcon(Source source) { in getFallbackIcon()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | CursorBackedSourceResult.java | 30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult() 34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
|
D | SuggestionsProvider.java | 31 Suggestions getSuggestions(String query, Source source); in getSuggestions()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/ |
D | SearchState.java | 67 protected SearchState(Parcel source) { in SearchState() 100 private void readFromParcel(Parcel source) { in readFromParcel()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | InfoDropTarget.java | 68 private boolean isFromAllApps(DragSource source) { in isFromAllApps() 101 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
|
D | DeleteDropTarget.java | 92 private boolean isAllAppsApplication(DragSource source, Object info) { in isAllAppsApplication() 95 private boolean isAllAppsWidget(DragSource source, Object info) { in isAllAppsWidget() 137 public void onDragStart(DragSource source, Object info, int dragAction) { in onDragStart()
|
/packages/experimental/TestBack/src/foo/bar/testback/ |
D | TestBackService.java | 41 AccessibilityNodeInfo source = event.getSource(); in onAccessibilityEvent() local 92 private void dumpWindow(AccessibilityNodeInfo source) { in dumpWindow()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoProcessorTest.java | 40 final Drawable source = getTestContext().getResources().getDrawable( in testTransparency() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | HanziToPinyin.java | 53 public Token(int type, String source, String target) { in Token() 66 public String source; field in HanziToPinyin.Token
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() 68 const double *source; in db_LeanQuickSelect() local
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
D | Base64Body.java | 32 public Base64Body(InputStream source) { in Base64Body()
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
D | Base64Body.java | 33 public Base64Body(InputStream source) { in Base64Body()
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | UnicodeDialerKeyListener.java | 32 public CharSequence filter(CharSequence source, int start, int end, in filter()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/ |
D | PickerColumn.java | 36 public PickerColumn(Parcel source) { in PickerColumn()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | ScreenNail.java | 34 public void draw(GLCanvas canvas, RectF source, RectF dest); in draw()
|
D | PhotoFallbackEffect.java | 40 public Rect source; field in PhotoFallbackEffect.Entry 44 public Entry(Path path, Rect source, RawTexture texture) { in Entry()
|
D | BitmapScreenNail.java | 58 public void draw(GLCanvas canvas, RectF source, RectF dest) { in draw()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 47 public CharSequence filter(CharSequence source, int start, int end, in filter()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilterTest.java | 31 CharSequence source; in testFilter() local
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Utils.java | 219 float source, float target, float progress) { in interpolateAngle() 232 float source, float target, float progress) { in interpolateScale() 319 public static String[] copyOf(String[] source, int newSize) { in copyOf()
|