Searched refs:buttonBrightness (Results 1 – 3 of 3) sorted by relevance
3767 public float buttonBrightness = BRIGHTNESS_OVERRIDE_NONE; field in WindowManager.LayoutParams4818 out.writeFloat(buttonBrightness); in writeToParcel()4890 buttonBrightness = in.readFloat(); in LayoutParams()5091 if (buttonBrightness != o.buttonBrightness) { in copyFrom()5092 buttonBrightness = o.buttonBrightness; in copyFrom()5361 if (buttonBrightness != BRIGHTNESS_OVERRIDE_NONE) { in toString()5363 sb.append(buttonBrightness); in toString()5512 proto.write(BUTTON_BRIGHTNESS, buttonBrightness); in dumpDebug()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54087 field public float buttonBrightness;