Lines Matching defs:displayHeight

4553         final int displayHeight = displayFrames.mDisplayHeight;
4611 displayWidth, displayHeight);
4613 displayWidth, displayHeight);
4641 int displayHeight) {
4642 mTmpRect.set(0, 0, displayWidth, displayHeight);
4667 // start with the current dock rect, which will be (0,0,displayWidth,displayHeight)
4747 final int displayHeight = displayFrames.mDisplayHeight;
4765 if (frame.bottom >= displayHeight) {
4774 + " displayWidth=" + displayWidth + " displayHeight=" + displayHeight);
4776 } else if (frame.right >= displayWidth && frame.bottom >= displayHeight) {
4787 + " displayWidth=" + displayWidth + " displayHeight=" + displayHeight);
4793 + " displayWidth=" + displayWidth + " displayHeight=" + displayHeight);
4881 final int displayHeight = displayFrames.mDisplayHeight;
4884 mNavigationBarPosition = navigationBarPosition(displayWidth, displayHeight, rotation);
4917 mTmpNavigationFrame.set(left, 0, displayFrames.mUnrestricted.right, displayHeight);
4940 mTmpNavigationFrame.set(displayFrames.mUnrestricted.left, 0, right, displayHeight);
4979 private int navigationBarPosition(int displayWidth, int displayHeight, int displayRotation) {
4980 if (mNavigationBarCanMove && displayWidth > displayHeight) {
5583 public void beginPostLayoutPolicyLw(int displayWidth, int displayHeight) {
7155 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight,
7160 getNonDecorInsetsLw(displayRotation, displayWidth, displayHeight, displayCutout, outInsets);
7165 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight,
7171 int position = navigationBarPosition(displayWidth, displayHeight, displayRotation);
7202 int displayHeight, int displayRotation) {
7203 final int barPosition = navigationBarPosition(displayWidth, displayHeight, displayRotation);