Searched refs:mValue (Results 1 – 2 of 2) sorted by relevance
64 private Object mValue; field in EditableItem112 return mValue != null; in hasValue()116 if (mValue == value) in setValue()118 mValue = value; in setValue()126 PICTURE.setVisible(STYLE_BIG_PICTURE.equals(mValue)); in applyStyle()127 BIG_TEXT.setVisible(STYLE_BIG_TEXT.equals(mValue)); in applyStyle()128 LINES.setVisible(STYLE_INBOX.equals(mValue)); in applyStyle()129 BIG_CONTENT_TITLE.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()130 SUMMARY_TEXT.setVisible(!STYLE_NONE.equals(mValue)); in applyStyle()138 if (PRESET_BASIC.equals(mValue)) { in applyPreset()[all …]
348 private String mValue = null; field in SensorChannel.MonitoredSensor461 if (mValue == null) { in getValue()463 mValue = String.format(mTextFmt, values[0], values[1], values[2]); in getValue()465 return mValue == null ? "??" : mValue; in getValue()548 mValue = null; in enableSensor()563 mValue = "Disabled by emulator"; in disableSensor()640 mValue = null; in onSensorChanged()