Searched refs:SCREEN_HEIGHT_DP (Results 1 – 3 of 3) sorted by relevance
73 screenHeightDp = SCREEN_HEIGHT_DP in setUp()130 const val SCREEN_HEIGHT_DP = 800 constant
34 import static android.content.ConfigurationProto.SCREEN_HEIGHT_DP;1331 protoOutputStream.write(SCREEN_HEIGHT_DP, screenHeightDp); in dumpDebug()1472 case (int) SCREEN_HEIGHT_DP: in readFromProto()1473 screenHeightDp = protoInputStream.readInt(SCREEN_HEIGHT_DP); in readFromProto()
10060 Landroid/content/ConfigurationProto;->SCREEN_HEIGHT_DP:J