Searched refs:QSTileViewImpl (Results 1 – 9 of 9) sorted by relevance
22 import com.android.systemui.qs.tileimpl.QSTileViewImpl25 class CustomizeTileView(context: Context) : QSTileViewImpl(context, collapsed = false) {
58 import com.android.systemui.qs.tileimpl.QSTileViewImpl;616 @Nullable private QSTileViewImpl mTileView;621 mTileView = (QSTileViewImpl) ((FrameLayout) itemView).getChildAt(0); in Holder()
31 import com.android.systemui.qs.tileimpl.QSTileViewImpl74 val tile = QSTileViewImpl(themedContext, true) in createTileView()
43 import com.android.systemui.qs.tileimpl.QSTileViewImpl;354 final QSTileViewImpl tileView = new QSTileViewImpl( in addTile()360 QSTileViewImpl qsTileView = (QSTileViewImpl) (r.tileView); in addTile()
45 import com.android.systemui.qs.tileimpl.QSTileViewImpl;81 spy(new QSTileViewImpl(mSpyContext))); in createTileRecord()281 private static class FakeTileView extends QSTileViewImpl {
37 import com.android.systemui.qs.tileimpl.QSTileViewImpl122 QSTileViewImpl(themedContext) in testTilesFooterVisibleLandscapeMedia()
477 val deltaWidth = (QSTileViewImpl.LONG_PRESS_EFFECT_WIDTH_SCALE - 1f) * startingWidth in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()478 val deltaHeight = (QSTileViewImpl.LONG_PRESS_EFFECT_HEIGHT_SCALE - 1f) * startingHeight in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()559 QSTileViewImpl(
114 * **[`QSTileViewImpl`](/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.java)…161 1. `QSTileViewImpl#onClickListener`.490 …m/android/systemui/qs/tileimpl/QSTileViewImpl.kt`](/packages/SystemUI/src/com/android/systemui/qs/…
77 open class QSTileViewImpl in <lambda>() class