Searched refs:overscanRight (Results 1 – 8 of 8) sorted by relevance
153 public int overscanRight; field in DisplayInfo326 && overscanRight == other.overscanRight in equals()369 overscanRight = other.overscanRight; in copyFrom()408 overscanRight = source.readInt(); in readFromParcel()456 dest.writeInt(overscanRight); in writeToParcel()634 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) { in toString()640 sb.append(overscanRight); in toString()
761 mDisplayInfo.overscanRight, mDisplayInfo.overscanBottom); in getOverscanInsets()
155 mInfo.overscanRight = mOverrideDisplayInfo.overscanRight; in getDisplayInfoLocked()
129 info.overscanLeft, info.overscanTop, info.overscanRight, info.overscanBottom); in onDisplayInfoUpdated()
404 displayInfo.overscanRight = entry.mOverscanRight; in applySettingsToDisplayLocked()
5261 displayInfo.overscanRight = right; in setOverscanLocked()
681 assertEquals(right, info.overscanRight); in assertOverscan()
79563 Landroid/view/DisplayInfo;->overscanRight:I