Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DCellSignalStateTest.kt35 val other = c.changeVisibility(c.visible) in testChangeVisibility_sameObject()
44 val other = c.changeVisibility(!c.visible) in testChangeVisibility_otherObject()
DShadeCarrierTest.java85 CellSignalState other = c.changeVisibility(false); in testUpdateState_changed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DCellSignalState.kt39 fun changeVisibility(visible: Boolean): CellSignalState { in changeVisibility() method
DShadeCarrierGroupController.java128 mInfos[i] = mInfos[i].changeVisibility(false);
405 mInfos[slot] = mInfos[slot].changeVisibility(true); in handleUpdateCarrierInfo()
413 mInfos[i] = mInfos[i].changeVisibility(false); in handleUpdateCarrierInfo()
435 mInfos[i] = mInfos[i].changeVisibility(false); in showSingleText()