/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 141 if (type == TypedValue.TYPE_NULL) { in getText() 173 if (type == TypedValue.TYPE_NULL) { in getString() 245 if (type == TypedValue.TYPE_NULL) { in getNonConfigurationString() 278 if (type == TypedValue.TYPE_NULL) { in getBoolean() 312 if (type == TypedValue.TYPE_NULL) { in getInt() 345 if (type == TypedValue.TYPE_NULL) { in getFloat() 387 if (type == TypedValue.TYPE_NULL) { in getColor() 449 if (type == TypedValue.TYPE_NULL) { in getInteger() 486 if (type == TypedValue.TYPE_NULL) { in getDimension() 524 if (type == TypedValue.TYPE_NULL) { in getDimensionPixelOffset() [all …]
|
D | XmlBlock.java | 207 if (t == TypedValue.TYPE_NULL) { in getAttributeValue()
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 38 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/text/ |
D | InputType.java | 77 public static final int TYPE_NULL = 0x00000000; field
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1122 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs() 1136 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs() 1148 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs() 1179 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_resolveAttrs() 1196 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_resolveAttrs() 1294 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle() 1340 value.dataType = Res_value::TYPE_NULL; in android_content_AssetManager_applyStyle() 1355 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1368 if (value.dataType == Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() 1382 if (value.dataType != Res_value::TYPE_NULL) { in android_content_AssetManager_applyStyle() [all …]
|
/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 25 public static final int TYPE_NULL = 0x00; field in TypedValue 456 case TYPE_NULL: in coerceToString()
|
/frameworks/base/tools/aapt/ |
D | XMLNode.h | 77 value.dataType = Res_value::TYPE_NULL; in attribute_entry() 82 || value.dataType == Res_value::TYPE_NULL in needStringValue()
|
D | XMLNode.cpp | 481 if (value.dataType == Res_value::TYPE_NULL) { in printXMLBlock() 1550 if (ae.value.dataType == Res_value::TYPE_NULL in flatten_node()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | EditorInfo.java | 41 public int inputType = TYPE_NULL;
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 38 public static final int TYPE_NULL = 0; field in RestrictionEntry
|
D | RestrictionsManager.java | 615 case RestrictionEntry.TYPE_NULL: // hidden in loadRestriction()
|
/frameworks/base/core/java/android/text/method/ |
D | TextKeyListener.java | 214 return InputType.TYPE_NULL; in getInputType()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 2222 if (ei.inputType == InputType.TYPE_NULL || in onUpdateExtractingVisibility() 2258 ei.inputType != InputType.TYPE_NULL); in onUpdateExtractingViews() 2284 if (ei.inputType == InputType.TYPE_NULL) { in onExtractingInputChanged()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 782 int inputType = EditorInfo.TYPE_NULL; in TextView() 1032 inputType = a.getInt(attr, EditorInfo.TYPE_NULL); in TextView() 1141 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView() 1153 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL in TextView() 1155 } else if (inputType != EditorInfo.TYPE_NULL) { in TextView() 1208 mEditor.mInputType = EditorInfo.TYPE_NULL; in TextView() 1664 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL; in setKeyListener() 4317 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL is the default value in setRawInputType() 4375 return mEditor == null ? EditorInfo.TYPE_NULL : mEditor.mInputType; in getInputType() 5971 return mEditor != null && mEditor.mInputType != EditorInfo.TYPE_NULL; in onCheckIsTextEditor()
|
D | Editor.java | 160 int mInputType = EditorInfo.TYPE_NULL;
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 572 private int mInputType = InputType.TYPE_NULL; 2863 mInputType = InputType.TYPE_NULL; in clear()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBarActivityDelegateBase.java | 433 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) { in applyFixedSizeWindow() 442 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) { in applyFixedSizeWindow()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1238 return Res_value::TYPE_NULL; in getAttributeDataType() 3111 memset(curEntries, Res_value::TYPE_NULL, cnt*sizeof(theme_entry)); in applyStyle() 3126 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) { in applyStyle() 3220 } else if (type != Res_value::TYPE_NULL) { in getAttribute() 3270 if (te.value.dataType == Res_value::TYPE_NULL) continue; in dumpToLog() 4667 outValue->dataType = Res_value::TYPE_NULL; in stringToValue() 6288 if (value.dataType == Res_value::TYPE_NULL) { in print_value()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 269 TYPE_NULL = 0x00, enumerator
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindow.java | 2568 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) { 2589 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) { 2624 if (tv.type != TypedValue.TYPE_NULL) {
|
/frameworks/base/api/ |
D | system-current.txt | 8314 field public static final int TYPE_NULL = 0; // 0x0 31882 field public static final int TYPE_NULL = 0; // 0x0 34185 field public static final int TYPE_NULL = 0; // 0x0
|
D | current.txt | 8068 field public static final int TYPE_NULL = 0; // 0x0 29649 field public static final int TYPE_NULL = 0; // 0x0 31952 field public static final int TYPE_NULL = 0; // 0x0
|