Searched refs:STATE_TRUE (Results 1 – 7 of 7) sorted by relevance
80 private static final int STATE_TRUE = 0; field in TextDirectionHeuristics90 return STATE_TRUE; in isRtlText()106 return STATE_TRUE; in isRtlTextOrFormat()147 case STATE_TRUE: in doCheck()215 case STATE_TRUE: in checkRtl()217 return STATE_TRUE; in checkRtl()232 return mLookForRtl ? STATE_FALSE : STATE_TRUE; in checkRtl()
74 private static final int STATE_TRUE = 0; field in TextDirectionHeuristicsCompat84 return STATE_TRUE; in isRtlText()100 return STATE_TRUE; in isRtlTextOrFormat()141 case STATE_TRUE: in doCheck()209 case STATE_TRUE: in checkRtl()211 return STATE_TRUE; in checkRtl()226 return mLookForRtl ? STATE_FALSE : STATE_TRUE; in checkRtl()
38 public static final int STATE_TRUE = 1; field in Condition109 if (state == STATE_TRUE) return "STATE_TRUE"; in stateToString()
477 return new Condition(id, caption, "", "", 0, Condition.STATE_TRUE, in toTimeCondition()
117 notifyCondition(createCondition(mConfig.toDowntimeInfo(), Condition.STATE_TRUE)); in onRequestConditions()128 ? Condition.STATE_TRUE : Condition.STATE_FALSE; in onSubscribe()
275 } else if (c.state == Condition.STATE_TRUE) { in notifyConditions()543 Condition.STATE_TRUE); in onDowntimeChanged()
416 final boolean enabled = condition == null || condition.state == Condition.STATE_TRUE; in bind()