Searched refs:postUpdate (Results 1 – 5 of 5) sorted by relevance
36 fun postUpdate(sim: Simulator, dt: Float) regex72 override fun postUpdate(sim: Simulator, dt: Float) {132 entities.forEach { it.postUpdate(this, dt) }
80 override fun postUpdate(sim: Simulator, dt: Float) {84 super.postUpdate(sim, dt)481 override fun postUpdate(sim: Simulator, dt: Float) {482 super.postUpdate(sim, dt)
12072 postUpdate(this::updateSystemGestureExclusionRects); in setSystemGestureExclusionRects()12096 postUpdate(info.mPositionChangedUpdate); in updatePositionUpdateListener()12101 postUpdate(info.mPositionChangedUpdate); in updatePositionUpdateListener()12112 private void postUpdate(Runnable r) { in postUpdate() method in View12165 postUpdate(this::updateKeepClearRects); in setPreferKeepClear()12207 postUpdate(this::updateKeepClearRects); in setPreferKeepClearRects()12252 postUpdate(this::updateKeepClearRects); in setUnrestrictedPreferKeepClearRects()12427 postUpdate(this::updateHandwritingArea); in setHandwritingArea()16162 postUpdate(this::updateSystemGestureExclusionRects); in onVisibilityAggregated()16166 postUpdate(this::updateKeepClearRects); in onVisibilityAggregated()[all …]
17713 HSPLandroid/view/View;->postUpdate(Ljava/lang/Runnable;)V
17777 HSPLandroid/view/View;->postUpdate(Ljava/lang/Runnable;)V