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.java1646 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
2023 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2032 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2097 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()
2198 static final int CUSTOM = 0; field in Toolbar.LayoutParams
2202 int mViewType = CUSTOM;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbar.java1651 if (lp.mViewType != LayoutParams.CUSTOM || !shouldLayout(child)) { in onMeasure()
2030 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2039 if (lp.mViewType == LayoutParams.CUSTOM && shouldLayout(child) && in addCustomViewsWithGravity()
2105 return ((LayoutParams) child.getLayoutParams()).mViewType == LayoutParams.CUSTOM; in isCustomView()
2209 static final int CUSTOM = 0; field in Toolbar.LayoutParams
2213 int mViewType = CUSTOM;
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/config/
Dhiddenapi-private-dex.txt106120 Landroid/widget/Toolbar$LayoutParams;->CUSTOM:I