Home
last modified time | relevance | path

Searched defs:mono (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java100 Drawable mono = super.getMonochromeDrawable(base); in getMonochromeDrawable() local
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc3030 bool mono = (left_cis_handle == 0) || (right_cis_handle == 0); in PrepareAndSendToTwoCises() local
3039 std::vector<uint8_t> mono = mono_blend( in PrepareAndSendToTwoCises() local
3090 std::vector<uint8_t> mono = mono_blend( in PrepareAndSendToSingleCis() local
3328 std::vector<int16_t>* mono = left ? left : right; in SendAudioDataToAF() local
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java586 Drawable mono = aid.getMonochrome(); in getFullDrawable() local