Searched refs:REQUEST_RENDER_CONTENT_AREA (Results 1 – 3 of 3) sorted by relevance
24 …t static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.REQUEST_RENDER_CONTENT_AREA;186 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in hideExtractionView()207 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in hideContentArea()
38 …t static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.REQUEST_RENDER_CONTENT_AREA;227 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in onComputeInsets_hideContentArea_shouldUpdateRegionAsTouchable()
131 public static final String REQUEST_RENDER_CONTENT_AREA = "request_render_content_area"; field in CarUiImeWideScreenController346 mImeRendersAllContent = data.getBoolean(REQUEST_RENDER_CONTENT_AREA, true); in onAppPrivateCommand()