Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java243 private boolean mApplicationSupportsRtl; field in ManifestInfo
334 mApplicationSupportsRtl = false; in sync()
367 mApplicationSupportsRtl = true; in sync()
525 return mApplicationSupportsRtl; in isRtlSupported()