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.java773 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable
774 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1094 public final boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable.LayerState
1098 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.java1169 public boolean hasFocusStateSpecified() {
1171 return (s.mSolidColors != null && s.mSolidColors.hasFocusStateSpecified())
1172 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
1173 || (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/media/
DLightSourceDrawable.kt239 override fun hasFocusStateSpecified(): Boolean { in hasFocusStateSpecified() method in com.android.systemui.media.LightSourceDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java238 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in KeyButtonRipple
/frameworks/base/core/java/android/content/res/
DColorStateList.java535 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateList
/frameworks/base/core/java/android/widget/
DImageView.java1727 || !mDrawable.hasFocusStateSpecified(); in isDefaultFocusHighlightNeeded()
/frameworks/base/core/java/android/view/
DView.java23413 || !background.hasFocusStateSpecified()) in isDefaultFocusHighlightNeeded()
23415 || !foreground.hasFocusStateSpecified()); in isDefaultFocusHighlightNeeded()
/frameworks/base/api/
Dtest-current.txt1193 method public boolean hasFocusStateSpecified();
Dcurrent.txt15814 method public boolean hasFocusStateSpecified();