Searched defs:fi (Results 1 - 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.h190 double back,fi; local
193 fi=db_SafeReciprocal(back);
194 R[0]=H[0]; R[1]=H[1]; R[2]=fi*H[2];
195 R[3]=H[3]; R[4]=H[4]; R[5]=fi*H[5];
H A Ddb_rob_image_homography.cpp368 double f,fi,fi2; local
373 fi=db_SafeReciprocal(f);
374 fi2=db_sqr(fi);
382 JE_dx_ref[6][j]=fi*J[6];
383 JE_dx_ref[7][j]=fi*J[7];
392 JE_dx_ref[6][k]=fi*J[6];
393 JE_dx_ref[7][k]=fi*J[7];
402 JE_dx_ref[6][l]=fi*J[6];
403 JE_dx_ref[7][l]=fi*J[7];
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java471 FilterInfo fi, BluetoothMapAppParams ap) {
474 if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
475 fi.mMsgType == FilterInfo.TYPE_IM) {
476 int flagProtected = c.getInt(fi.mMessageColProtected);
487 FilterInfo fi, BluetoothMapAppParams ap) {
491 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
492 threadId = c.getLong(fi.mSmsColThreadId);
493 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
494 threadId = c.getLong(fi.mMmsColThreadId);
496 } else if (fi
470 setProtected(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
486 setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
506 setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
519 setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
542 setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
558 setConvoRead(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
569 setPriority(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
599 setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
648 setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
676 setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
685 setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
699 setSize(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
733 getType(Cursor c, FilterInfo fi) argument
754 setFolderType(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
805 getRecipientNameEmail(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi) argument
873 getRecipientAddressingEmail(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi) argument
940 setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
972 setRecipientName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1006 setSenderAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1090 setSenderName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1161 setDateTime(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1187 setLastActivity(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1229 setSubject(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1260 setHandle(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1275 element(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1289 createConvoElement(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1423 matchRecipientMms(Cursor c, FilterInfo fi, String recip) argument
1446 matchRecipientSms(Cursor c, FilterInfo fi, String recip) argument
1483 matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1503 matchOriginatorMms(Cursor c, FilterInfo fi, String orig) argument
1526 matchOriginatorSms(Cursor c, FilterInfo fi, String orig) argument
1563 matchOriginator(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1583 matchAddresses(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1651 setWhereFilterFolderType(BluetoothMapFolderElement folderElement, FilterInfo fi) argument
1670 setWhereFilterReadStatus(BluetoothMapAppParams ap, FilterInfo fi) argument
1702 setWhereFilterPeriod(BluetoothMapAppParams ap, FilterInfo fi) argument
1730 setWhereFilterLastActivity(BluetoothMapAppParams ap, FilterInfo fi) argument
1783 setWhereFilterPriority(BluetoothMapAppParams ap, FilterInfo fi) argument
1827 setWhereFilterMessageHandle(BluetoothMapAppParams ap, FilterInfo fi) argument
1848 setWhereFilterThreadId(BluetoothMapAppParams ap, FilterInfo fi) argument
1870 setWhereFilter(BluetoothMapFolderElement folderElement, FilterInfo fi, BluetoothMapAppParams ap) argument
1899 setConvoWhereFilterSmsMms(StringBuilder selection, ArrayList<String> selectionArgs, FilterInfo fi, BluetoothMapAppParams ap) argument
1945 smsSelected(FilterInfo fi, BluetoothMapAppParams ap) argument
2032 setFilterInfo(FilterInfo fi) argument
2934 updateImEmailConvoVersion(Cursor cursor, FilterInfo fi, BluetoothMapConvoListingElement ele) argument
3049 populateImEmailConvoElement( BluetoothMapConvoListingElement ele, Cursor tmpCursor, BluetoothMapAppParams ap, FilterInfo fi) argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java2063 FolderIcon fi = (FolderIcon) v;
2064 handleFolderClick(fi);
2286 private void copyFolderIconToImage(FolderIcon fi) { argument
2287 final int width = fi.getMeasuredWidth();
2288 final int height = fi.getMeasuredHeight();
2309 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
2317 fi.draw(mFolderIconCanvas);
2319 if (fi.getFolder() != null) {
2320 mFolderIconImageView.setPivotX(fi.getFolder().getPivotXForIconAnimation());
2321 mFolderIconImageView.setPivotY(fi
2334 growAndFadeOutFolderIcon(FolderIcon fi) argument
2357 shrinkAndFadeInFolderIcon(final FolderIcon fi) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java3033 private void copyFolderIconToImage(FolderIcon fi) { argument
3034 final int width = fi.getMeasuredWidth();
3035 final int height = fi.getMeasuredHeight();
3056 float scale = mDragLayer.getDescendantRectRelativeToSelf(fi, mRectForFolderAnimation);
3064 fi.draw(mFolderIconCanvas);
3066 if (fi.getFolder() != null) {
3067 mFolderIconImageView.setPivotX(fi.getFolder().getPivotXForIconAnimation());
3068 mFolderIconImageView.setPivotY(fi.getFolder().getPivotYForIconAnimation());
3076 if (fi.getFolder() != null) {
3077 fi
3081 growAndFadeOutFolderIcon(FolderIcon fi) argument
3107 shrinkAndFadeInFolderIcon(final FolderIcon fi, boolean animate) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 237 milliseconds