HomeSort by relevance Sort by last modified time
    Searched full:accountedframe (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 525 Rect accountedFrame = mTempRect1;
526 accountedBounds.getBounds(accountedFrame);
527 if (accountedFrame.width() == screenWidth
528 && accountedFrame.height() == screenHeight) {
    [all...]

Completed in 2939 milliseconds