Searched refs:ctype (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DFilterUtils.java83 int ctype = result[CLUSTER_TYPE];
90 (ctype & CLUSTER_BY_TIME) != 0, (ccurrent & CLUSTER_BY_TIME) != 0);
92 (ctype & CLUSTER_BY_LOCATION) != 0, (ccurrent & CLUSTER_BY_LOCATION) != 0);
94 (ctype & CLUSTER_BY_TAG) != 0, (ccurrent & CLUSTER_BY_TAG) != 0);
96 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0);
98 actionBar.setClusterItemVisibility(CLUSTER_BY_ALBUM, !inAlbum || ctype == 0);
100 setMenuItemApplied(actionBar, R.id.action_cluster_album, ctype == 0,
142 int ctype = toClusterType(segments[2]);
143 result[CLUSTER_TYPE] |= ctype;
144 result[CLUSTER_CURRENT_TYPE] = ctype;
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp134 static void btavrcp_volume_change_callback(uint8_t volume, uint8_t ctype) { argument
143 (jint)ctype);
/packages/experimental/procstatlog/
H A Dprocstatlog.c18 #include <ctype.h>
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java325 + " ctype=" + msg.arg2);
816 private void volumeChangeCallback(int volume, int ctype) { argument
817 Message msg = mHandler.obtainMessage(MESSAGE_VOLUME_CHANGED, volume, ctype);

Completed in 174 milliseconds