Searched refs:hasValue (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifReader.java58 if (!tag.hasValue()) {
H A DExifParser.java47 * if (!tag.hasValue()) {
414 * {@link ExifTag#hasValue()} to check if the tag contains value. If there
618 if (tag.hasValue()) {
632 &&isThumbnailRequested() && tag.hasValue()) {
H A DExifTag.java221 public boolean hasValue() { method in class:ExifTag
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java92 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_duration)) {
95 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillBefore)) {
98 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_fillAfter)) {
101 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_repeatMode)) {
104 if (a.hasValue(com.android.internal.R.styleable.AnimationSet_startOffset)) {
/frameworks/base/core/java/android/animation/
H A DKeyframe.java164 public boolean hasValue() { method in class:Keyframe
H A DAnimatorInflater.java291 if (a.hasValue(com.android.internal.R.styleable.Animator_repeatCount)) {
295 if (a.hasValue(com.android.internal.R.styleable.Animator_repeatMode)) {
H A DPropertyValuesHolder.java494 if (!kf.hasValue()) {
510 if (!kf.hasValue()) {
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java315 if (a.hasValue(widthAttr)) {
321 if (a.hasValue(heightAttr)) {
H A DTableRow.java506 if (a.hasValue(widthAttr)) {
513 if (a.hasValue(heightAttr)) {
H A DTableLayout.java747 if (a.hasValue(heightAttr)) {
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp48 if (pDefault.hasValue())
82 if (Default.hasValue())
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java137 if (a.hasValue(R.styleable.MenuItem_android_checkable)) {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegate.java109 if (!a.hasValue(R.styleable.ActionBarWindow_windowActionBar)) {
/frameworks/base/core/java/android/view/
H A DMenuInflater.java355 if (a.hasValue(com.android.internal.R.styleable.MenuItem_checkable)) {
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java133 if (a.hasValue(2)) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java364 if (a.hasValue(R.styleable.MenuItem_android_checkable)) {
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java654 public boolean hasValue(int index) { method in class:TypedArray
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java856 public boolean hasValue(int index) { method in class:BridgeTypedArray
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java874 .hasValue(com.android.internal.R.styleable.GradientDrawableGradient_centerColor);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2817 if (a.hasValue(com.android.internal.R.styleable.Window_windowFixedWidthMajor)) {
2822 if (a.hasValue(com.android.internal.R.styleable.Window_windowFixedWidthMinor)) {
2827 if (a.hasValue(com.android.internal.R.styleable.Window_windowFixedHeightMajor)) {
2832 if (a.hasValue(com.android.internal.R.styleable.Window_windowFixedHeightMinor)) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2282 boolean setExported = sa.hasValue(
2605 final boolean setExported = sa.hasValue(
3020 boolean setExported = sa.hasValue(

Completed in 2973 milliseconds