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

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java77 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
312 case R.id.four: return KEY_FRAME_DURATION * 10;
320 case R.id.four: return KEY_FRAME_DURATION * 2;
339 case R.id.four: return KEY_FRAME_DURATION * 4;
368 case R.id.four:
386 case R.id.four:
407 case R.id.four:
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java52 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
99 mDisplayMap.put(R.id.four, '4');
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java86 R.id.four, R.id.five, R.id.six,
407 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.java577 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five,
824 case R.id.four: {

Completed in 153 milliseconds