Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java391 public boolean needsLeadingPadding; field in StatusBarSignalPolicy.MobileIconState
412 needsLeadingPadding == that.needsLeadingPadding && in equals()
420 .hash(super.hashCode(), subId, strengthId, typeId, roaming, needsLeadingPadding, in hashCode()
436 other.needsLeadingPadding = needsLeadingPadding; in copyTo()