Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java161 navBar = createNavBar(getContext(), density, isRtl, getParams().isRtlSupported(), in Layout()
166 statusBar = createStatusBar(getContext(), density, isRtl, getParams().isRtlSupported(), in Layout()
265 boolean isRtlSupported, int simulatedPlatformVersion) { in createStatusBar() argument
267 new StatusBar(context, density, isRtl, isRtlSupported, simulatedPlatformVersion); in createStatusBar()
344 boolean isRtlSupported, int simulatedPlatformVersion, boolean isQuickStepEnabled) { in createNavBar() argument
351 new NavigationBar(context, density, orientation, isRtl, isRtlSupported, in createNavBar()
DRenderAction.java130 mParams.getTargetSdkVersion(), mParams.isRtlSupported()); in init()
DRenderSessionImpl.java296 if (!params.isRtlSupported()) { in inflate()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
DBridgeContextTest.java59 params.getTargetSdkVersion(), params.isRtlSupported()); in basic()
106 params.getTargetSdkVersion(), params.isRtlSupported()); in checkNoErrorWhenUsingDefaults()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java154 public boolean isRtlSupported() { in isRtlSupported() method in RemoteRenderParamsAdapter
155 return mDelegate.isRtlSupported(); in isRtlSupported()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderParams.java63 boolean isRtlSupported() throws RemoteException; in isRtlSupported() method
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DRenderTests.java761 params.getTargetSdkVersion(), params.isRtlSupported()); in testGetResourceNameVariants()
803 params.getTargetSdkVersion(), params.isRtlSupported()); in testStringEscaping()
915 params.getTargetSdkVersion(), params.isRtlSupported()); in testColorTypedValue()
978 params.getTargetSdkVersion(), params.isRtlSupported()); in testColorStateList()
1161 params.getTargetSdkVersion(), params.isRtlSupported()); in testResourcesGetIdentifier()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java99 params.setRtlSupport(remoteParams.isRtlSupported()); in setupRenderParams()