Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts17 isShown: boolean; property in SequenceView
34 this.isShown = false;
57 if (!this.isShown) {
58 this.isShown = true;
72 this.isShown = false;
Drange-view.ts862 isShown: boolean; property in RangeView
875 this.isShown = false;
901 if (!this.isShown) {
902 this.isShown = true;
921 this.isShown = false;
936 if (this.isShown) this.scrollHandler.syncHidden();
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfigurationView.java84 if (mHideableView.isShown()) {
97 if (mHideableView.isShown()) { in updateSettingsViewText()