Home
last modified time | relevance | path

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

/wear/protolayout/protolayout-renderer/src/main/java/androidx/wear/protolayout/renderer/impl/
DProtoLayoutViewInstance.java151 private final boolean mAllowLayoutChangingBindsWithoutDefault; field in ProtoLayoutViewInstance
380 private final boolean mAllowLayoutChangingBindsWithoutDefault; field in ProtoLayoutViewInstance.Config
420 this.mAllowLayoutChangingBindsWithoutDefault = allowLayoutChangingBindsWithoutDefault; in Config()
533 return mAllowLayoutChangingBindsWithoutDefault; in getAllowLayoutChangingBindsWithoutDefault()
561 private boolean mAllowLayoutChangingBindsWithoutDefault = false; field in ProtoLayoutViewInstance.Config.Builder
710 this.mAllowLayoutChangingBindsWithoutDefault = in setAllowLayoutChangingBindsWithoutDefault()
762 mAllowLayoutChangingBindsWithoutDefault); in build()
781 this.mAllowLayoutChangingBindsWithoutDefault = in ProtoLayoutViewInstance()
870 mAllowLayoutChangingBindsWithoutDefault) in renderOrComputeMutations()
/wear/protolayout/protolayout-renderer/src/main/java/androidx/wear/protolayout/renderer/inflater/
DProtoLayoutInflater.java316 private final boolean mAllowLayoutChangingBindsWithoutDefault; field in ProtoLayoutInflater
571 private final boolean mAllowLayoutChangingBindsWithoutDefault; field in ProtoLayoutInflater.Config
600 this.mAllowLayoutChangingBindsWithoutDefault = allowLayoutChangingBindsWithoutDefault; in Config()
691 return mAllowLayoutChangingBindsWithoutDefault; in getAllowLayoutChangingBindsWithoutDefault()
710 private boolean mAllowLayoutChangingBindsWithoutDefault = false; field in ProtoLayoutInflater.Config.Builder
835 this.mAllowLayoutChangingBindsWithoutDefault = in setAllowLayoutChangingBindsWithoutDefault()
891 mAllowLayoutChangingBindsWithoutDefault, in build()
912 this.mAllowLayoutChangingBindsWithoutDefault = in ProtoLayoutInflater()
4313 return mAllowLayoutChangingBindsWithoutDefault ? null : ""; in resolveValueForLayoutIfNeeded()
4330 return mAllowLayoutChangingBindsWithoutDefault ? null : 0f; in resolveSizeForLayoutIfNeeded()
[all …]