Home | History | Annotate | Download | only in res

Lines Matching refs:compatScreenHeightDp

532     public int compatScreenHeightDp;
578 compatScreenHeightDp = o.compatScreenHeightDp;
738 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
867 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
868 compatScreenHeightDp = delta.compatScreenHeightDp;
1067 dest.writeInt(compatScreenHeightDp);
1095 compatScreenHeightDp = source.readInt();