Searched refs:SCREEN_LAYOUT (Results 1 – 3 of 3) sorted by relevance
56 SCREEN_LAYOUT, enumerator
33 import static android.content.ConfigurationProto.SCREEN_LAYOUT;1118 protoOutputStream.write(SCREEN_LAYOUT, screenLayout); in writeToProto()1243 case (int) SCREEN_LAYOUT: in readFromProto()1244 screenLayout = protoInputStream.readInt(SCREEN_LAYOUT); in readFromProto()
12948 Landroid/content/ConfigurationProto;->SCREEN_LAYOUT:J