Searched refs:isRtlSupported (Results 1 – 8 of 8) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | Layout.java | 161 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()
|
D | RenderAction.java | 130 mParams.getTargetSdkVersion(), mParams.isRtlSupported()); in init()
|
D | RenderSessionImpl.java | 296 if (!params.isRtlSupported()) { in inflate()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/ |
D | BridgeContextTest.java | 59 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/ |
D | RemoteRenderParamsAdapter.java | 154 public boolean isRtlSupported() { in isRtlSupported() method in RemoteRenderParamsAdapter 155 return mDelegate.isRtlSupported(); in isRtlSupported()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteRenderParams.java | 63 boolean isRtlSupported() throws RemoteException; in isRtlSupported() method
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
D | RenderTests.java | 761 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/ |
D | RemoteBridgeImpl.java | 99 params.setRtlSupport(remoteParams.isRtlSupported()); in setupRenderParams()
|