Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java64 private Object mValue; field in EditableItem
112 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 …]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java348 private String mValue = null; field in SensorChannel.MonitoredSensor
461 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()