Searched refs:mShow (Results 1 – 5 of 5) sorted by relevance
36 private Button mShow; field in ListFilter51 mShow = findViewById(R.id.show); in onCreate()52 mShow.setOnClickListener(this); in onCreate()
36 private Button mShow; field in PopupWindowVisibility50 mShow = findViewById(R.id.show); in onCreate()51 mShow.setOnClickListener(this); in onCreate()
135 protected final boolean mShow; field in FadeAnimationAdapter142 mShow = show; in FadeAnimationAdapter()151 return !mShow; in shouldDeferAnimationFinish()
145 if (!mShow) { in shouldDeferAnimationFinish()
370 private final boolean mShow; field in InsetsController.InternalAnimationControlListener384 mShow = show; in InternalAnimationControlListener()417 Insets start = mShow in onReady()420 Insets end = mShow in onReady()427 float alphaFraction = mShow in onReady()490 } else if (mShow) { in getInsetsInterpolator()500 return input -> mShow ? 1f : 0f; in getInsetsInterpolator()509 } else if (mShow) { in getAlphaInterpolator()520 if (mShow) { in getAlphaInterpolator()530 mController.finish(mShow); in onAnimationFinish()[all …]