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

/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

Completed in 130 milliseconds