Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java95 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable
96 return mStateListState.hasFocusStateSpecified(); in hasFocusStateSpecified()
351 boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in StateListDrawable.StateListState
DVectorDrawable.java418 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable
419 return mVectorState != null && mVectorState.hasFocusStateSpecified(); in hasFocusStateSpecified()
985 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VectorDrawableState
986 return mTint != null && mTint.hasFocusStateSpecified() in hasFocusStateSpecified()
987 || (mRootGroup != null && mRootGroup.hasFocusStateSpecified()); in hasFocusStateSpecified()
1341 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VGroup
1348 result |= child.hasFocusStateSpecified(); in hasFocusStateSpecified()
1599 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VClipPath
1854 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in VectorDrawable.VFullPath
1856 ((ColorStateList) mStrokeColors).hasFocusStateSpecified()) && in hasFocusStateSpecified()
[all …]
DColorDrawable.java214 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorDrawable
215 return mColorState.mTint != null && mColorState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DDrawableWrapper.java329 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableWrapper
330 return mDrawable != null && mDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DAdaptiveIconDrawable.java765 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable
766 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
1083 public final boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in AdaptiveIconDrawable.LayerState
1087 if (dr != null && dr.hasFocusStateSpecified()) { in hasFocusStateSpecified()
DShapeDrawable.java370 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ShapeDrawable
371 return mShapeState.mTint != null && mShapeState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DDrawableContainer.java247 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in DrawableContainer
249 return mCurrDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
252 return mLastDrawable.hasFocusStateSpecified(); in hasFocusStateSpecified()
DNinePatchDrawable.java579 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in NinePatchDrawable
580 return mNinePatchState.mTint != null && mNinePatchState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DLayerDrawable.java1481 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in LayerDrawable
1482 return mLayerState.hasFocusStateSpecified(); in hasFocusStateSpecified()
2126 public final boolean hasFocusStateSpecified() {
2131 if (dr != null && dr.hasFocusStateSpecified()) {
DBitmapDrawable.java744 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in BitmapDrawable
745 return mBitmapState.mTint != null && mBitmapState.mTint.hasFocusStateSpecified(); in hasFocusStateSpecified()
DGradientDrawable.java992 public boolean hasFocusStateSpecified() {
994 return (s.mSolidColors != null && s.mSolidColors.hasFocusStateSpecified())
995 || (s.mStrokeColors != null && s.mStrokeColors.hasFocusStateSpecified())
996 || (s.mTint != null && s.mTint.hasFocusStateSpecified());
DDrawable.java746 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in Drawable
DRippleDrawable.java382 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in RippleDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java198 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in KeyButtonRipple
/frameworks/base/core/java/android/content/res/
DColorStateList.java528 public boolean hasFocusStateSpecified() { in hasFocusStateSpecified() method in ColorStateList
/frameworks/base/core/java/android/widget/
DImageView.java1650 || !mDrawable.hasFocusStateSpecified();
/frameworks/base/core/java/android/view/
DView.java20080 || !background.hasFocusStateSpecified())
20082 || !foreground.hasFocusStateSpecified());