Home
last modified time | relevance | path

Searched refs:CUSTOM (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/vcard/tests/res/raw/
Dv21_android_custom_prop.vcf2 X-ANDROID-CUSTOM:custom_mime1;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15
3 X-ANDROID-CUSTOM:custom_mime2;a;b;c;d;e;f;g;h;i;j;k;l;m;n;o;p
4 X-ANDROID-CUSTOM:custom_mime3
5 X-ANDROID-CUSTOM:custom_mime4;z
Dv21_im.vcf3 X-ANDROID-CUSTOM:vnd.android.cursor.item/nickname;Nick;1;;;;;;;;;;;;;
Dv21_x_android_custom_after_photo.vcf40 X-ANDROID-CUSTOM:vnd.android.cursor.item/contact_event;1999-07-10;1;;;;;;;;;;;;;
/frameworks/base/core/java/android/widget/
DToolbar.java1768 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
2145 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2154 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2219 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()
2320 static final int CUSTOM = 0; field in Toolbar.LayoutParams
2324 int mViewType = CUSTOM;
/frameworks/av/media/codec2/core/include/
DC2Config.h841 CUSTOM)
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp207 case C2Config::CUSTOM: return o1.customOrdinal < o2.customOrdinal; in less()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85192 Landroid/widget/Toolbar$LayoutParams;->CUSTOM:I