Searched refs:overscanBottom (Results 1 – 8 of 8) sorted by relevance
159 public int overscanBottom; field in DisplayInfo327 && overscanBottom == other.overscanBottom in equals()370 overscanBottom = other.overscanBottom; in copyFrom()409 overscanBottom = source.readInt(); in readFromParcel()457 dest.writeInt(overscanBottom); in writeToParcel()634 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString()642 sb.append(overscanBottom); in toString()
761 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
156 mInfo.overscanBottom = mOverrideDisplayInfo.overscanBottom; in getDisplayInfoLocked()
129 info.overscanLeft, info.overscanTop, info.overscanRight, info.overscanBottom); in onDisplayInfoUpdated()
405 displayInfo.overscanBottom = entry.mOverscanBottom; in applySettingsToDisplayLocked()
5262 displayInfo.overscanBottom = bottom; in setOverscanLocked()
682 assertEquals(bottom, info.overscanBottom); in assertOverscan()
79561 Landroid/view/DisplayInfo;->overscanBottom:I