Searched refs:isRtlSupported (Results 1 - 8 of 8) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderParams.java62 boolean isRtlSupported() throws RemoteException; method in interface:RemoteRenderParams
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java151 navBar = createNavBar(getContext(), density, isRtl, getParams().isRtlSupported(),
156 statusBar = createStatusBar(getContext(), density, isRtl, getParams().isRtlSupported(),
239 * @param isRtlSupported whether the applications supports RTL (i.e. has supportsRtl=true in the
244 boolean isRtlSupported, int simulatedPlatformVersion) {
246 new StatusBar(context, density, isRtl, isRtlSupported, simulatedPlatformVersion);
317 * @param isRtlSupported whether the applications supports RTL (i.e. has supportsRtl=true in the
322 boolean isRtlSupported, int simulatedPlatformVersion) {
326 new NavigationBar(context, density, orientation, isRtl, isRtlSupported,
243 createStatusBar(BridgeContext context, Density density, boolean isRtl, boolean isRtlSupported, int simulatedPlatformVersion) argument
321 createNavBar(BridgeContext context, Density density, boolean isRtl, boolean isRtlSupported, int simulatedPlatformVersion) argument
H A DRenderAction.java132 mParams.getTargetSdkVersion(), mParams.isRtlSupported());
H A DRenderSessionImpl.java295 if (!params.isRtlSupported()) {
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java59 params.getTargetSdkVersion(), params.isRtlSupported());
106 params.getTargetSdkVersion(), params.isRtlSupported());
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderParamsAdapter.java153 public boolean isRtlSupported() { method in class:RemoteRenderParamsAdapter
154 return mDelegate.isRtlSupported();
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java601 params.getTargetSdkVersion(), params.isRtlSupported());
643 params.getTargetSdkVersion(), params.isRtlSupported());
748 params.getTargetSdkVersion(), params.isRtlSupported());
798 params.getTargetSdkVersion(), params.isRtlSupported());
874 params.getTargetSdkVersion(), params.isRtlSupported());
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java99 params.setRtlSupport(remoteParams.isRtlSupported());

Completed in 344 milliseconds