Searched defs:fi (Results 1 - 5 of 5) 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.java465 FilterInfo fi, BluetoothMapAppParams ap) {
468 if (fi.mMsgType == FilterInfo.TYPE_EMAIL ||
469 fi.mMsgType == FilterInfo.TYPE_IM) {
470 int flagProtected = c.getInt(fi.mMessageColProtected);
481 FilterInfo fi, BluetoothMapAppParams ap) {
485 if (fi.mMsgType == FilterInfo.TYPE_SMS) {
486 threadId = c.getLong(fi.mSmsColThreadId);
487 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) {
488 threadId = c.getLong(fi.mMmsColThreadId);
490 } else if (fi
464 setProtected(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
480 setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
500 setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
513 setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
536 setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
552 setConvoRead(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
563 setPriority(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
593 setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
642 setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
670 setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
679 setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
693 setSize(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
727 getType(Cursor c, FilterInfo fi) argument
748 setFolderType(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
799 getRecipientNameEmail(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi) argument
867 getRecipientAddressingEmail(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi) argument
934 setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
970 setRecipientName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1004 setSenderAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1088 setSenderName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1159 setDateTime(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1185 setLastActivity(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1227 setSubject(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1258 setHandle(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1273 element(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1287 createConvoElement(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1421 matchRecipientMms(Cursor c, FilterInfo fi, String recip) argument
1444 matchRecipientSms(Cursor c, FilterInfo fi, String recip) argument
1481 matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1501 matchOriginatorMms(Cursor c, FilterInfo fi, String orig) argument
1524 matchOriginatorSms(Cursor c, FilterInfo fi, String orig) argument
1561 matchOriginator(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1581 matchAddresses(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1651 setWhereFilterFolderType(BluetoothMapFolderElement folderElement, FilterInfo fi) argument
1669 setWhereFilterReadStatus(BluetoothMapAppParams ap, FilterInfo fi) argument
1701 setWhereFilterPeriod(BluetoothMapAppParams ap, FilterInfo fi) argument
1729 setWhereFilterLastActivity(BluetoothMapAppParams ap, FilterInfo fi) argument
1782 setWhereFilterPriority(BluetoothMapAppParams ap, FilterInfo fi) argument
1826 setWhereFilterMessageHandle(BluetoothMapAppParams ap, FilterInfo fi) argument
1847 setWhereFilterThreadId(BluetoothMapAppParams ap, FilterInfo fi) argument
1869 setWhereFilter(BluetoothMapFolderElement folderElement, FilterInfo fi, BluetoothMapAppParams ap) argument
1898 setConvoWhereFilterSmsMms(StringBuilder selection, ArrayList<String> selectionArgs, FilterInfo fi, BluetoothMapAppParams ap) argument
1944 smsSelected(FilterInfo fi, BluetoothMapAppParams ap) argument
2031 setFilterInfo(FilterInfo fi) argument
2933 updateImEmailConvoVersion(Cursor cursor, FilterInfo fi, BluetoothMapConvoListingElement ele) argument
3048 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/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 233 milliseconds