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;207 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in hideExtractionView()235 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in hideContentArea()
39 …t static com.android.car.ui.imewidescreen.CarUiImeWideScreenController.REQUEST_RENDER_CONTENT_AREA;223 bundle.putBoolean(REQUEST_RENDER_CONTENT_AREA, false); in onComputeInsets_hideContentArea_shouldUpdateRegionAsTouchable()
138 public static final String REQUEST_RENDER_CONTENT_AREA = "request_render_content_area"; field in CarUiImeWideScreenController353 mImeRendersAllContent = data.getBoolean(REQUEST_RENDER_CONTENT_AREA, true); in onAppPrivateCommand()