Searched refs:orientationData (Results 1 – 2 of 2) sorted by relevance
60 int32_t orientationData; in ReadFromParcel() local61 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, orientationData); in ReadFromParcel()62 orientation = static_cast<DisplayOrientation>(orientationData); in ReadFromParcel()
3710 auto complete = [obj = this, orientationData = orientation] in OnSetDisplayOrientation()3716 obj->ability_->SetDisplayOrientation(orientationData); in OnSetDisplayOrientation()