Searched refs:windowBottom (Results 1 – 2 of 2) sorted by relevance
84 long windowBottom = now - mWindowNanos; in convertTimestampToNanotime() local85 if (timestampHostNanos < windowBottom) { in convertTimestampToNanotime()87 mBaseHostTimeNanos = windowBottom; in convertTimestampToNanotime()88 timestampHostNanos = windowBottom; in convertTimestampToNanotime()
247 final int windowBottom = windowLocation[1] + mActivityView.getHeight(); in updateInsets() local251 windowBottom + keyboardHeight - displaySize.y); in updateInsets()