Searched refs:four (Results 1 - 6 of 6) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java69 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
262 case R.id.four: return KEY_FRAME_DURATION * 10;
270 case R.id.four: return KEY_FRAME_DURATION * 2;
289 case R.id.four: return KEY_FRAME_DURATION * 4;
318 case R.id.four:
336 case R.id.four:
357 case R.id.four:
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java119 mDisplayMap.put(R.id.four, '4');
548 final int[] buttonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three, R.id.four,
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java81 R.id.four, R.id.five, R.id.six,
388 case R.id.four: {
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
636 /*Fill four rows of the wrap-around derivative buffers*/
678 /*Fill four rows of the wrap-around derivative buffers*/
1340 float *four,*five; local
1345 four=temp;
1346 five=four+132;
1352 /*Set rests of four and five to zero to avoid
1356 four[i]=0.0;
1369 db_MaxVector_128_Aligned16_f(four,two[i&3],two[(i-3)&3]);
1371 db_MaxVector_128_Aligned16_f(five,four,tw
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
636 /*Fill four rows of the wrap-around derivative buffers*/
678 /*Fill four rows of the wrap-around derivative buffers*/
1340 float *four,*five; local
1345 four=temp;
1346 five=four+132;
1352 /*Set rests of four and five to zero to avoid
1356 four[i]=0.0;
1369 db_MaxVector_128_Aligned16_f(four,two[i&3],two[(i-3)&3]);
1371 db_MaxVector_128_Aligned16_f(five,four,tw
[all...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java547 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five,
798 case R.id.four: {

Completed in 57 milliseconds