Searched refs:target (Results 1 - 25 of 165) sorted by relevance

1234567

/packages/apps/OMA-DM/engine/xpl/hdr/
H A DdmStringUtil.h13 #define DmStrcpy(target, source) strcpy(target, source)
15 #define DmStrncpy(target, source, count) strncpy(target, source, count)
17 #define DmStrcat(target, source) strcat(target, source)
19 #define DmStrncat(target, source, count) strncat(target, source, count)
21 #define DmStrcmp(target, source) strcmp(target, sourc
[all...]
H A Dxpl_StringUtil.h38 #define xplStrcpy(target, source) strcpy(target, source)
41 #define xplStrncpy(target, source, count) strncpy(target, source, count)
44 #define xplStrcat(target, source) strcat(target, source)
47 #define xplStrncat(target, source, count) strncat(target, source, count)
50 #define xplStrcmp(target, source) strcmp(target, sourc
[all...]
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
H A DdmStringUtil.h13 #define DmStrcpy(target, source) strcpy(target, source)
15 #define DmStrncpy(target, source, count) strncpy(target, source, count)
17 #define DmStrcat(target, source) strcat(target, source)
19 #define DmStrncat(target, source, count) strncat(target, source, count)
21 #define DmStrcmp(target, source) strcmp(target, sourc
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DWeakAsyncTask.java27 public WeakAsyncTask(WeakTarget target) { argument
28 mTarget = new WeakReference<WeakTarget>(target);
34 final WeakTarget target = mTarget.get();
35 if (target != null) {
36 this.onPreExecute(target);
43 final WeakTarget target = mTarget.get();
44 if (target != null) {
45 return this.doInBackground(target, params);
54 final WeakTarget target = mTarget.get();
55 if (target !
60 onPreExecute(WeakTarget target) argument
64 doInBackground(WeakTarget target, Params... params) argument
66 onPostExecute(WeakTarget target, Result result) argument
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dxptport.h4 /* target system: all */
5 /* target OS: all */
82 #define xppStrcpy(target, source) StrCopy(target, source)
83 #define xppStrncpy(target, source, cnt) StrNCopy(target, source, cnt)
84 #define xppStrcat(target, source) StrCat(target, source)
85 #define xppStrncat(target, source, cnt) StrNCat(target, sourc
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xpt/hdr/
H A Dxptport.h4 /* target system: all */
5 /* target OS: all */
82 #define xppStrcpy(target, source) StrCopy(target, source)
83 #define xppStrncpy(target, source, cnt) StrNCopy(target, source, cnt)
84 #define xppStrcat(target, source) StrCat(target, source)
85 #define xppStrncat(target, source, cnt) StrNCat(target, sourc
[all...]
/packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/hdr/
H A Dxptport.h4 /* target system: all */
5 /* target OS: all */
82 #define xppStrcpy(target, source) StrCopy(target, source)
83 #define xppStrncpy(target, source, cnt) StrNCopy(target, source, cnt)
84 #define xppStrcat(target, source) StrCat(target, source)
85 #define xppStrncat(target, source, cnt) StrNCat(target, sourc
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderAutoScrollHelper.java31 public FolderAutoScrollHelper(ScrollView target) { argument
32 super(target);
34 mTarget = target;
H A DDragSource.java39 * @return whether items dragged from this source supports 'Delete' drop target (e.g. to remove
60 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success); argument
H A DLauncherAnimUtils.java94 public static ValueAnimator ofFloat(View target, float... values) { argument
101 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { argument
103 anim.setTarget(target);
107 new FirstFrameAnimatorHelper(anim, target);
111 public static ObjectAnimator ofPropertyValuesHolder(View target, argument
114 anim.setTarget(target);
117 new FirstFrameAnimatorHelper(anim, target);
121 public static ObjectAnimator ofPropertyValuesHolder(Object target, argument
124 anim.setTarget(target);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationUpdater.java44 * @param target
48 void updateConversation(Collection <Conversation> target, String columnName, String value); argument
54 * @param target
58 void updateConversation(Collection <Conversation> target, String columnName, int value); argument
64 * @param target
68 void updateConversation(Collection <Conversation> target, String columnName, boolean value); argument
75 * @param target
78 void updateConversation(Collection <Conversation> target, ContentValues values); argument
83 * @param target the conversations to act upon.
88 int actionId, final Collection<Conversation> target, fina
87 delete( int actionId, final Collection<Conversation> target, final DestructiveAction action, boolean isBatch) argument
147 getDeferredRemoveFolder(Collection<Conversation> target, Folder toRemove, boolean isDestructive, boolean isBatch, boolean showUndo, UndoCallback undoCallback) argument
161 assignFolder(Collection<FolderOperation> folders, Collection<Conversation> target, boolean batch, boolean showUndo, boolean isMoveTo) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimUtils.java93 public static ValueAnimator ofFloat(View target, float... values) { argument
100 public static ObjectAnimator ofFloat(View target, String propertyName, float... values) { argument
102 anim.setTarget(target);
106 new FirstFrameAnimatorHelper(anim, target);
110 public static ObjectAnimator ofPropertyValuesHolder(View target, argument
113 anim.setTarget(target);
116 new FirstFrameAnimatorHelper(anim, target);
120 public static ObjectAnimator ofPropertyValuesHolder(Object target, argument
123 anim.setTarget(target);
H A DDragSource.java44 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success); argument
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTouchListener.java67 private float getAngle(View target, MotionEvent ev) { argument
79 private void resetTouch(View target) { argument
83 mInitialTargetX = (float) target.getX();
84 mInitialTargetY = (float) target.getY();
85 mInitialTargetA = (float) target.getRotation();
88 public void onFling(View target, float dX, float dY) { argument
118 mTable.fling(target, x1 - x0, y1 - y0, (int) (1000f * n / 60f), false);
122 public boolean onTouch(View target, MotionEvent ev) { argument
130 target.getMatrix().mapPoints(pts);
134 mTable.moveToTopOfPile(target);
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DExtTexture.java25 public ExtTexture(GLCanvas canvas, int target) { argument
28 mTarget = target;
H A DGLES11Canvas.java389 public void drawTexture(BasicTexture texture, RectF source, RectF target) { argument
390 if (target.width() <= 0 || target.height() <= 0) return;
394 mDrawTextureTargetRect.set(target);
396 target = mDrawTextureTargetRect;
401 convertCoordinate(source, target, texture);
404 textureRect(target.left, target.top, target.width(), target
421 convertCoordinate(RectF source, RectF target, BasicTexture texture) argument
513 drawMixed(BasicTexture from, int toColor, float ratio, RectF source, RectF target) argument
666 setTextureTarget(int target) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DHardwareLayerEnabler.java16 public HardwareLayerEnabler(View target) { argument
17 mTarget = target;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DHanziToPinyin.java42 * Separator between target string for each source char
53 public Token(int type, String source, String target) { argument
56 this.target = target;
68 * Translated string of source. For Han, target is corresponding Pinyin. Otherwise target is
71 public String target; field in class:HanziToPinyin.Token
103 token.target = token.source;
110 token.target = mAsciiTransliterator == null ? token.source :
116 token.target
[all...]
/packages/services/Mms/src/com/android/mms/service/http/
H A DNetworkAwareClientConnectionOperator.java92 public void openConnection(OperatedClientConnection conn, HttpHost target, InetAddress local, argument
98 if (target == null) {
113 final Scheme schm = schemeRegistry.getScheme(target.getSchemeName());
125 ArrayList<InetAddress> addresses = resolveHostName(target.getHostName());
131 conn.opening(sock, target);
136 schm.resolvePort(target.getPort()),
140 conn.opening(sock, target);
156 target.getHostName(),
157 schm.resolvePort(target.getPort()),
160 conn.opening(layeredsock, target);
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DReorderHelper.java70 // If reorder target is null, the drag coordinate is not over any
75 // Ensure that target position is not the same as the original,
84 return mReorderListener.onReorder(mDraggedChild.target, mDraggedChild.id,
90 mReorderListener.onDrop(mDraggedChild.target, mDraggedChild.position,
104 mReorderListener.onPickedUp(mDraggedChild.target);
131 // If reorder target is null, the drag coordinate is not over any
138 // Ensure that target position is not the same as the original,
190 return mDraggedChild != null ? mDraggedChild.target : null;
214 if (mDraggedChild != null && v != mDraggedChild.target) {
215 mDraggedChild.target
271 View target; field in class:ReorderHelper.ReorderView
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewDrawParams.java148 public Animator createShowUpAnimator(final View target) { argument
151 target, View.SCALE_X, mShowUpStartXScale,
154 target, View.SCALE_Y, mShowUpStartYScale,
163 target.getContext(), mShowUpAnimatorResId);
164 animator.setTarget(target);
169 public Animator createDismissAnimator(final View target) { argument
172 target, View.SCALE_X, mDismissEndXScale);
174 target, View.SCALE_Y, mDismissEndYScale);
183 target.getContext(), mDismissAnimatorResId);
184 animator.setTarget(target);
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DLevenshteinDistanceTest.java36 private void verifyTargetOperations(String[] source, String[] target, int[] expectedOps, argument
40 Token[] targetTokens = makeTokens(target);
42 assertEquals("test error", target.length, expectedOps.length);
49 assertEquals("Token " + i + " '" + target[i] + "' has wrong operation",
52 assertEquals(source[ops[i].getPosition()], target[i]);
54 assertFalse(source[ops[i].getPosition()].equals(target[i]));
/packages/apps/Nfc/src/com/android/nfc/
H A DTechListChooserActivity.java41 Intent target = (Intent)targetParcelable;
44 super.onCreate(savedInstanceState, target, title, null, rList, false);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserPreferencesPage.java50 public void onBuildHeaders(List<Header> target) { argument
51 loadHeadersFromResource(R.xml.preference_headers, target);
57 target.add(debug);
59 mHeaders = target;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
H A DMailPreferenceActivity.java98 public void onBuildHeaders(List<Header> target) { argument
99 loadHeadersFromResource(R.xml.preference_headers, target);
120 target.add(header);
124 onBuildExtraHeaders(target);
129 * @param target List of headers to mutate
131 public void onBuildExtraHeaders(List<Header> target) { argument

Completed in 616 milliseconds

1234567