Home | History | Annotate | Download | only in res

Lines Matching defs:screenHeightDp

490      * Default value for {@link #screenHeightDp} indicating that no width
502 public int screenHeightDp;
515 * This is the smallest value of both screenWidthDp and screenHeightDp
614 screenHeightDp = o.screenHeightDp;
664 if (screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
665 sb.append(" h"); sb.append(screenHeightDp); sb.append("dp");
778 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
897 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
898 && screenHeightDp != delta.screenHeightDp) {
900 screenHeightDp = delta.screenHeightDp;
1022 if (delta.screenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED
1023 && screenHeightDp != delta.screenHeightDp) {
1116 dest.writeInt(screenHeightDp);
1144 screenHeightDp = source.readInt();
1213 n = this.screenHeightDp - that.screenHeightDp;
1252 result = 31 * result + screenHeightDp;