Home | History | Annotate | Download | only in res

Lines Matching refs:compatScreenHeightDp

407     public int compatScreenHeightDp;
458 compatScreenHeightDp = o.compatScreenHeightDp;
602 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
715 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
716 compatScreenHeightDp = delta.compatScreenHeightDp;
906 dest.writeInt(compatScreenHeightDp);
934 compatScreenHeightDp = source.readInt();