Home
last modified time | relevance | path

Searched refs:hasFocusStateSpecified (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DColorStateListDrawable.java68 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateListDrawable
69 return mState.hasFocusStateSpecified(); in hasFocusStateSpecified()
277 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateListDrawable.ColorStateListDrawableState
278 return (mColor != null && mColor.hasFocusStateSpecified()) in hasFocusStateSpecified()
279 || (mTint != null && mTint.hasFocusStateSpecified()); in hasFocusStateSpecified()
DStateListDrawable.java99 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable
100 return mStateListState.hasFocusStateSpecified(); in hasFocusStateSpecified()
354 boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable.StateListState
DVectorDrawable.java507 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable
508 return mVectorState != null && mVectorState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1095 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VectorDrawableState
1096 return mTint != null && mTint.hasFocusStateSpecified() in hasFocusStateSpecified()
1097 || (mRootGroup != null && mRootGroup.hasFocusStateSpecified()); in hasFocusStateSpecified()
1451 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VGroup
1458 result |= child.hasFocusStateSpecified(); in hasFocusStateSpecified()
1714 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VClipPath
1969 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VFullPath
1971 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
[all …]
DColorDrawable.java243 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorDrawable
244 return mColorState.mTint != null && mColorState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DAdaptiveIconDrawable.java760 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable
761 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1078 public final boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable.LayerState
1082 if (dr != null && dr.hasFocusStateSpecified()) { in hasFocusStateSpecified()
DDrawableWrapper.java350 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableWrapper
351 return mDrawable != null && mDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DShapeDrawable.java372 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ShapeDrawable
373 return mShapeState.mTint != null && mShapeState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DDrawableContainer.java248 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableContainer
250 return mCurrDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
253 return mLastDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DNinePatchDrawable.java587 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in NinePatchDrawable
588 return mNinePatchState.mTint != null && mNinePatchState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DLayerDrawable.java1488 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in LayerDrawable
1489 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
2136 public final boolean hasFocusStateSpecified() {
2141 if (dr != null && dr.hasFocusStateSpecified()) {
DBitmapDrawable.java765 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in BitmapDrawable
766 return mBitmapState.mTint != null && mBitmapState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DGradientDrawable.java1158 public boolean hasFocusStateSpecified() {
1160 return (s.mSolidColors != null && s.mSolidColors.hasFocusStateSpecified())
1161 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1162 || (s.mTint != null && s.mTint.hasFocusStateSpecified());
DRippleDrawable.java383 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in RippleDrawable
DDrawable.java815 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in Drawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java232 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in KeyButtonRipple
/frameworks/base/core/java/android/content/res/
DColorStateList.java536 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateList
/frameworks/base/core/java/android/widget/
DImageView.java1725 || !mDrawable.hasFocusStateSpecified(); in isDefaultFocusHighlightNeeded()
/frameworks/base/core/java/android/view/
DView.java22494 || !background.hasFocusStateSpecified()) in isDefaultFocusHighlightNeeded()
22496 || !foreground.hasFocusStateSpecified()); in isDefaultFocusHighlightNeeded()
/frameworks/base/api/
Dtest-current.txt879 method public boolean hasFocusStateSpecified();
Dcurrent.txt15335 method public boolean hasFocusStateSpecified();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17609 Landroid/content/res/ColorStateList;->hasFocusStateSpecified()Z
20672 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->hasFocusStateSpecified()Z
21361 Landroid/graphics/drawable/LayerDrawable$LayerState;->hasFocusStateSpecified()Z
21686 Landroid/graphics/drawable/StateListDrawable$StateListState;->hasFocusStateSpecified()Z
21723 Landroid/graphics/drawable/VectorDrawable$VClipPath;->hasFocusStateSpecified()Z
21741 Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;->hasFocusStateSpecified()Z
21796 Landroid/graphics/drawable/VectorDrawable$VFullPath;->hasFocusStateSpecified()Z
21851 Landroid/graphics/drawable/VectorDrawable$VGroup;->hasFocusStateSpecified()Z
21891 Landroid/graphics/drawable/VectorDrawable$VObject;->hasFocusStateSpecified()Z