Searched defs:w (Results 1 – 6 of 6) sorted by relevance
24 fun w(tag: String, msg: String) method
26 override fun w(tag: String, msg: String) = println("(W) $tag $msg") in v() method in android.tools.common.ConsoleLogger
73 override fun w(tag: String, msg: String) = onW(tag, msg) in <lambda>() method
36 override fun w(tag: String, msg: String) { in w() method in android.tools.device.AndroidLogger
103 int w = mDevice.getDisplayWidth(); in launchCameraOnLockScreen() local
189 int w = mDevice.getDisplayWidth(); in scrollVert() local