Searched refs:lastRotation (Results 1 – 2 of 2) sorted by relevance
99 final Integer lastRotation = mLiveData.getValue(); in getLiveData() local101 if (lastRotation == null || lastRotation != newRotation) { in getLiveData()102 Log.d(TAG, "getLiveData, update rotation from " + lastRotation + " to " + newRotation); in getLiveData()
89 private var lastRotation = -1 in <lambda>() variable160 lastRotation = rotationLiveData.value!! in <lambda>()