Searched refs:TYPE_NULL (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java141 if (type == TypedValue.TYPE_NULL) {
173 if (type == TypedValue.TYPE_NULL) {
245 if (type == TypedValue.TYPE_NULL) {
278 if (type == TypedValue.TYPE_NULL) {
312 if (type == TypedValue.TYPE_NULL) {
345 if (type == TypedValue.TYPE_NULL) {
387 if (type == TypedValue.TYPE_NULL) {
449 if (type == TypedValue.TYPE_NULL) {
486 if (type == TypedValue.TYPE_NULL) {
524 if (type == TypedValue.TYPE_NULL) {
[all...]
H A DXmlBlock.java207 if (t == TypedValue.TYPE_NULL) {
/frameworks/base/core/java/android/text/
H A DInputType.java77 public static final int TYPE_NULL = 0x00000000; field in interface:InputType
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java38 private int mFromXType = TypedValue.TYPE_NULL;
39 private int mToXType = TypedValue.TYPE_NULL;
40 private int mFromYType = TypedValue.TYPE_NULL;
41 private int mToYType = TypedValue.TYPE_NULL;
/frameworks/base/core/java/android/util/
H A DTypedValue.java25 public static final int TYPE_NULL = 0x00; field in class:TypedValue
433 case TYPE_NULL:
/frameworks/base/tools/aapt/
H A DXMLNode.h77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
H A DXMLNode.cpp481 if (value.dataType == Res_value::TYPE_NULL) {
1340 if (ae.value.dataType == Res_value::TYPE_NULL
1550 if (ae.value.dataType == Res_value::TYPE_NULL
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1097 value.dataType = Res_value::TYPE_NULL;
1117 if (value.dataType == Res_value::TYPE_NULL) {
1128 if (value.dataType != Res_value::TYPE_NULL) {
1156 // Deal with the special @null value -- it turns back to TYPE_NULL.
1159 value.dataType = Res_value::TYPE_NULL;
1175 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) {
1273 value.dataType = Res_value::TYPE_NULL;
1321 value.dataType = Res_value::TYPE_NULL;
1347 if (value.dataType == Res_value::TYPE_NULL) {
1363 if (value.dataType == Res_value::TYPE_NULL) {
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java41 public int inputType = TYPE_NULL;
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java38 public static final int TYPE_NULL = 0; field in class:RestrictionEntry
H A DRestrictionsManager.java615 case RestrictionEntry.TYPE_NULL: // hidden
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java214 return InputType.TYPE_NULL;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java207 * {@link android.view.inputmethod.EditorInfo#TYPE_NULL EditorInfo.TYPE_NULL},
1986 * this is mainly for use with {@link android.text.InputType#TYPE_NULL} type
2217 * current editor. In particular, a {@link InputType#TYPE_NULL}
2222 if (ei.inputType == InputType.TYPE_NULL ||
2243 * current editor. In particular, a {@link InputType#TYPE_NULL} or
2258 ei.inputType != InputType.TYPE_NULL);
2284 if (ei.inputType == InputType.TYPE_NULL) {
/frameworks/base/core/java/android/widget/
H A DTextView.java778 int inputType = EditorInfo.TYPE_NULL;
1027 inputType = a.getInt(attr, EditorInfo.TYPE_NULL);
1136 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1148 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1150 } else if (inputType != EditorInfo.TYPE_NULL) {
1203 mEditor.mInputType = EditorInfo.TYPE_NULL;
1656 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL;
4209 * to match the given content type. If the given content type is {@link EditorInfo#TYPE_NULL}
4307 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL i
[all...]
H A DEditor.java160 int mInputType = EditorInfo.TYPE_NULL;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1234 return Res_value::TYPE_NULL;
3107 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry));
3122 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
3216 } else if (type != Res_value::TYPE_NULL) {
3266 if (te.value.dataType == Res_value::TYPE_NULL) continue;
6253 if (value.dataType == Res_value::TYPE_NULL) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java570 private int mInputType = InputType.TYPE_NULL;
2749 mInputType = InputType.TYPE_NULL;
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java411 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
420 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h257 TYPE_NULL = 0x00, enumerator in enum:android::Res_value::__anon884
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2513 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
2534 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
2569 if (tv.type != TypedValue.TYPE_NULL) {

Completed in 416 milliseconds