HomeSort by relevance Sort by last modified time
    Searched refs:supportsScreen (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
DisplayAdjustments.java 55 || !compatInfo.supportsScreen())) {
SurfaceView.java 480 if (!getContext().getResources().getCompatibilityInfo().supportsScreen()) {
    [all...]
ViewRootImpl.java 467 if (!compatibilityInfo.supportsScreen()) {
    [all...]